Searched refs:down (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-current/usr.sbin/bhyve/
H A Dconsole.h35 typedef void (*kbd_event_func_t)(int down, uint32_t keysym, uint32_t keycode, void *arg);
48 void console_key_event(int down, uint32_t keysym, uint32_t keycode);
H A Dconsole.c106 console_key_event(int down, uint32_t keysym, uint32_t keycode) argument
109 (*console.kbd_event_cb)(down, keysym, keycode, console.kbd_arg);
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.sta14 ifconfig $WIRED down delete
H A Dsetup.local11 ifconfig $WIRED down delete
/freebsd-current/tools/tools/nanobsd/pcengines/
H A Dtest.sh36 ifconfig bridge0 down destroy
37 ifconfig tap0 down destroy
51 ifconfig bridge0 down destroy
52 ifconfig tap0 down destroy
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-if-nested.mk11 all: set-up test tear-down
24 tear-down: .PHONY
H A Dcond-cmp-numeric-eq.mk53 # bits, these two numbers are considered the same. The 993 is rounded down
59 # The 995 is rounded up, the 997 is rounded down.
H A Darchive.mk31 @${MAKE} -f ${MAKEFILE} tear-down-library
89 tear-down-library: .PHONY
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_share.c207 return "down";
250 return "down";
282 return "down";
326 return "down";
/freebsd-current/libexec/rc/rc.d/
H A Dpfsync44 ifconfig pfsync0 -syncdev -syncpeer down
H A Dhostapd18 ifconfig ${ifn} down
H A Dpflog56 if ! ifconfig $pflog_dev down; then
57 warn "could not bring down $pflog_dev."
/freebsd-current/tools/test/stress2/misc/
H A Difconfig.sh58 [ $running ] || ifconfig $if down
H A Difconfig2.sh65 [ $running ] || ifconfig $if down
H A Dnfs14.sh29 # Bring the network down and up again during NFS tests.
66 ifconfig $if down; sleep $downtime; ifconfig $if up
/freebsd-current/share/examples/netgraph/
H A Dudp.tunnel26 ifconfig ng0 inet down delete >/dev/null 2>&1
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h45 #define down(_sem) sema_wait(&(_sem)->sema) macro
/freebsd-current/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh66 inet $SERVER_IP $CLIENT_IP down
82 inet 0.0.0.0 0.0.0.1 down
168 atf_check -s exit:0 rump.ifconfig pppoe0 down
186 atf_check -s exit:0 -x rump.ifconfig pppoe0 down
213 atf_check -s exit:0 rump.ifconfig pppoe0 down
282 atf_check -s exit:0 rump.ifconfig pppoe0 inet6 $SERVER_IP6/64 down
292 atf_check -s exit:0 rump.ifconfig pppoe0 inet6 $CLIENT_IP6/64 down
306 atf_check -s exit:0 rump.ifconfig pppoe0 down
329 atf_check -s exit:0 rump.ifconfig pppoe0 down
359 atf_check -s exit:0 rump.ifconfig pppoe0 down
[all...]
/freebsd-current/usr.sbin/jail/
H A Dcommand.c299 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; local
308 down = j->flags & (JF_STOP | JF_FAILED);
314 if (down) {
391 if (!down && extrap != NULL) {
400 argv[argc] = down ? "-alias" : "alias";
440 if (!down && extrap != NULL) {
449 argv[argc] = down ? "-alias" : "alias";
458 argv[2] = down ? "-vnet" : "vnet";
487 down ? argv[2] : NULL) < 0)
489 if (down) {
[all...]
/freebsd-current/contrib/ncurses/menu/
H A Dm_driver.c268 NAVIGATE(down);
284 if ((my_top_row + menu->arows >= menu->rows) || !(item->down))
294 item = item->down;
308 while (rdiff-- > 0 && item != 0 && item->down != 0)
309 item = item->down;
480 * interpreted as "scroll down" request
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv473 # XXX: get interface down otherwise after installation restart
75 ifconfig $INTERFACE down
H A Dwlanconfig53 [ "$iface_up" ] && ifconfig "$WLAN_IFACE" down
/freebsd-current/contrib/netbsd-tests/net/net/
H A Dt_ipv6address.sh171 atf_check -s exit:0 rump.ifconfig shmif0 down
173 atf_check -s exit:0 rump.ifconfig shmif1 down
178 atf_check -s exit:0 rump.ifconfig shmif0 down
180 atf_check -s exit:0 rump.ifconfig shmif1 down
185 atf_check -s exit:0 rump.ifconfig shmif0 down
187 atf_check -s exit:0 rump.ifconfig shmif1 down
/freebsd-current/contrib/netbsd-tests/net/if_vlan/
H A Dt_vlan.sh53 atf_check -s exit:0 rump.ifconfig vlan0 down
/freebsd-current/usr.bin/rwho/
H A Drwho.c57 #define down(w,now) ((now) - (w)->wd_recvtime > 11 * 60) macro
142 if (down(w, now) != 0) {

Completed in 232 milliseconds

123