Home
last modified time | relevance | path

Searched defs:toggle (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/regress/sys/kern/signal/sig-stop/
Dsig-stop.c23 int toggle = 0; in main() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20000717-4.c17 int toggle = 0; in x() local
/openbsd/src/sys/arch/hppa/hppa/
Dautoconf.c110 int toggle, cp_mask, cp_total, cp_idle; local
/openbsd/src/sys/arch/hppa/include/
Dcpufunc.h174 ledctl(int on, int off, int toggle) in ledctl()
/openbsd/src/sys/dev/usb/
Dxhci.c2924 uint8_t toggle; in xhci_device_ctrl_start() local
3040 uint8_t toggle; in xhci_device_generic_start() local
3188 uint8_t toggle; in xhci_device_isoc_start() local
Dxhcivar.h52 uint32_t toggle; /* Producer/Consumer bit */ member
/openbsd/src/sbin/isakmpd/
Dlog.c306 static int log_level_copy[LOG_ENDCLASS], toggle = 0; in log_debug_toggle() local
/openbsd/src/usr.bin/tsort/
Dtsort.c305 int toggle; in read_pairs() local
/openbsd/src/sys/dev/wscons/
Dwskbd.c1472 update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask) in update_modifier()
/openbsd/src/sys/kern/
Dvfs_subr.c392 static int toggle; in getnewvnode() local
/openbsd/src/usr.bin/telnet/
Dcommands.c665 toggle(int argc, char *argv[]) in toggle() function