Searched refs:halt (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/sbin/reboot/
H A DMakefile6 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
17 LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dkcopy.conf17 ln reboot halt
H A Dfilesystem.conf17 ln reboot halt
H A Dreally-big.conf26 progs badsect bim clri disklabel dmesg dump dumpfs fdisk fsck halt
/freebsd-10.0-release/sys/arm/include/
H A Dmachdep.h22 void halt(void);
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Dvdev.h62 vdev_halt_t halt; member in struct:vdev_ops
H A Dvdev.c81 rc = vd->ops->halt(vd->dev);
H A Dvlapic.c839 .halt = vlapic_op_halt,
/freebsd-10.0-release/sys/boot/ofw/common/
H A Dmain.c172 COMMAND_SET(halt, "halt", "halt the system", command_halt);
/freebsd-10.0-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis_filter.c599 * RNDIS filter halt device
605 rndis_halt_request *halt; local
608 /* Attempt to do a rndis device halt */
619 halt = &request->request_msg.msg.halt_request;
620 halt->request_id = atomic_fetchadd_int(&device->new_request_id, 1);
622 halt->request_id += 1;
630 * Wait for halt response from halt callback. We must wait for
915 * RNDIS filter on send request (halt only) completion callback
923 * Notify hv_rf_halt_device() about halt completio
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dx86cpuid.pl177 &halt ();
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dlex.l74 halt { return THALT; }
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot1.S244 halt: hlt label
245 jmp halt /* Spin */
/freebsd-10.0-release/rescue/rescue/
H A DMakefile165 CRUNCH_ALIAS_reboot= fastboot halt fasthalt
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h280 uint64_t halt:1; /**< Indicates that the internal processor system bus clock member in struct:__anon6814::__anon6815
H A Dcvmx-dpi-defs.h1524 to 32. Setting a value of 0 will halt all read
1783 uint64_t halt : 1; /**< When set, HALT indicates that the MAC has detected member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_s
1827 Setting MOLR to a value of 0 will halt all read
1878 uint64_t halt : 1;
1886 uint64_t halt : 1; /**< When set, HALT indicates that the MAC has detected member in struct:cvmx_dpi_sli_prtx_cfg::cvmx_dpi_sli_prtx_cfg_cn63xx
1921 0 will halt all read traffic to the port. There
1973 uint64_t halt : 1;
/freebsd-10.0-release/sys/amd64/include/
H A Dcpufunc.h176 halt(void) function
773 void halt(void);
/freebsd-10.0-release/sys/i386/include/
H A Dcpufunc.h198 halt(void) function
711 void halt(void);
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm149 ! If all else fails, just try a halt!
H A Dsol2-gc1.asm162 ! If all else fails, just try a halt!
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c289 HAL_BOOL halt, HAL_BOOL wait_done)
295 "(MCI) Send Coex %s BT GPM.\n", (halt == AH_TRUE)?"HALT":"UNHALT");
299 if (halt == AH_TRUE) {
288 ar9300_mci_send_coex_halt_bt_gpm(struct ath_hal *ah, HAL_BOOL halt, HAL_BOOL wait_done) argument
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex_internal.h504 unsigned int halt : 1; member in struct:re_dfastate_t
H A Dregex_internal.c1644 /* If the state has the halt node, the state is a halt state. */
1646 newstate->halt = 1;
1698 /* If the state has the halt node, the state is a halt state. */
1700 newstate->halt = 1;
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmain.c280 void syntax (int halt) { argument
292 if (halt) exit(EXIT_FAILURE);

Completed in 166 milliseconds

12