Searched refs:halt (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_change.sh61 env RUMP_SERVER=unix://commsock rump.halt
94 env RUMP_SERVER=unix://commsock rump.halt
159 env RUMP_SERVER=unix://commsock rump.halt
226 env RUMP_SERVER=unix://commsock rump.halt
293 env RUMP_SERVER=unix://commsock rump.halt
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_quotalimit.sh85 atf_check -s exit:0 rump.halt
132 atf_check -s exit:0 rump.halt
179 atf_check -s exit:0 rump.halt
226 atf_check -s exit:0 rump.halt
278 atf_check -s exit:0 rump.halt
330 atf_check -s exit:0 rump.halt
H A Dt_miscquota.sh209 atf_check -s exit:0 rump.halt
/freebsd-11-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconf.sh93 RUMP_SERVER=${RUMP_SERVER1} rump.halt
H A Dt_ifconfig.sh78 RUMP_SERVER=${RUMP_SERVER1} rump.halt
192 env RUMP_SERVER=${RUMP_SERVER1} rump.halt
323 env RUMP_SERVER=${RUMP_SERVER1} rump.halt
324 env RUMP_SERVER=${RUMP_SERVER2} rump.halt
/freebsd-11-stable/stand/powerpc/ofw/
H A Dmain.c181 COMMAND_SET(halt, "halt", "halt the system", command_halt);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c900 struct rndis_halt_req *halt; local
904 xact = vmbus_xact_get(sc->hn_xact, sizeof(*halt));
906 if_printf(sc->hn_ifp, "no xact for RNDIS halt\n");
909 halt = vmbus_xact_req_data(xact);
910 halt->rm_type = REMOTE_NDIS_HALT_MSG;
911 halt->rm_len = sizeof(*halt);
912 halt->rm_rid = hn_rndis_rid(sc);
916 hn_rndis_xact_exec1(sc, xact, sizeof(*halt), &sndc, &comp_len);
920 if_printf(sc->hn_ifp, "RNDIS halt don
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_hostent.sh61 rump.halt
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh51 [ -f halted ] && return 0 ; rump.halt ;
85 atf_check -s exit:0 rump.halt
/freebsd-11-stable/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh137 env RUMP_SERVER=$SOCK_MASTER rump.halt
/freebsd-11-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh71 rump.halt rump.sysctl rump_server \
78 rump.halt
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l77 halt { return THALT; }
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_ipv6address.sh204 env RUMP_SERVER=${SOCKSRC} rump.halt
205 env RUMP_SERVER=${SOCKDST} rump.halt
206 env RUMP_SERVER=${SOCKFWD} rump.halt
/freebsd-11-stable/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh90 env RUMP_SERVER=$SERVER rump.halt
91 env RUMP_SERVER=$CLIENT rump.halt
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S244 halt: hlt label
245 jmp halt /* Spin */
/freebsd-11-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl189 &halt ();
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h280 uint64_t halt:1; /**< Indicates that the internal processor system bus clock member in struct:__anon8467::__anon8468
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-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh255 env RUMP_SERVER=$sock rump.halt
/freebsd-11-stable/rescue/rescue/
H A DMakefile180 CRUNCH_ALIAS_reboot= fastboot halt fasthalt
/freebsd-11-stable/sys/i386/include/
H A Dcpufunc.h211 halt(void) function
731 void halt(void);
/freebsd-11-stable/tools/boot/
H A Drootgen.sh330 for f in /sbin/halt /sbin/init /bin/sh $(ldd /bin/sh | awk 'NF == 4 { print $3; }') /libexec/ld-elf.so.1; do
337 halt -p
/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h206 halt(void) function
906 void halt(void);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm149 ! If all else fails, just try a halt!

Completed in 134 milliseconds

123