Searched defs:boot (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s32 # Partly from: src/sys/boot/i386/mbr/mbr.s 1.7
34 # A 512 byte PMBR boot manager to read a boot program and run it.
117 boot: mov %bx,%es # Reset %es to zero label
118 jmp LOAD # Jump to boot code
145 jmp putstr # boot loader"
147 err_noboot: movw $msg_noboot,%si # "Missing boot
161 msg_noboot: .asciz "No boot loader"
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c47 * In the case of verbose or debug boot, the log_transition() function
518 "Could not log boot message for %s: %s.\n",
524 * without a console connected during boot. Send the
593 kstat_named_t *boot; local
599 ((boot = kstat_data_lookup(ks, "boot_time")) !=
605 st->st_start_time.tv_sec = boot->value.ul;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c255 * Parameter boot is true for boot time operations and is false for CPU
259 mp_cpu_configure_common(int cpun, boolean_t boot) argument
329 * Setup thread start entry point for boot or hotplug.
331 if (boot) {
1149 * It is too early in boot to call the patch routine so
1331 mp_start_cpu_common(cpu_t *cp, boolean_t boot) argument
1333 _NOTE(ARGUNUSED(boot));
1498 * Take the boot cpu out of the mp_cpus set because we know
1563 "only %d cpu(s) were enabled during boot
1633 mp_startup_common(boolean_t boot) argument
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c643 * EROFS can happen at boot when the file system is
1395 boolean_t boot = B_FALSE; local
1410 boot = B_TRUE;
1430 if (boot) {
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h136 struct iwn_fw_part boot; member in struct:iwn_fw_info

Completed in 76 milliseconds