Symbol: toggle
regress/sys/kern/signal/sig-stop/sig-stop.c
23
int toggle = 0;
regress/sys/kern/signal/sig-stop/sig-stop.c
44
toggle ^= 1;
regress/sys/kern/signal/sig-stop/sig-stop.c
45
if (kill(child, toggle ? SIGSTOP : SIGCONT)) {
regress/sys/kern/signal/sig-stop/sig-stop.c
51
(toggle ? WIFSTOPPED(status) : WIFCONTINUED(status)));
sbin/isakmpd/log.c
306
static int log_level_copy[LOG_ENDCLASS], toggle = 0;
sbin/isakmpd/log.c
308
if (!toggle) {
sbin/isakmpd/log.c
318
toggle = !toggle;
sys/arch/hppa/hppa/autoconf.c
109
int toggle, cp_mask, cp_total, cp_idle;
sys/arch/hppa/hppa/autoconf.c
133
toggle = 0;
sys/arch/hppa/hppa/autoconf.c
135
toggle = PALED_HEARTBEAT;
sys/arch/hppa/hppa/autoconf.c
139
toggle);
sys/arch/hppa/include/cpufunc.h
174
ledctl(int on, int off, int toggle)
sys/arch/hppa/include/cpufunc.h
183
if (toggle)
sys/arch/hppa/include/cpufunc.h
184
machine_leds ^= toggle;
sys/dev/usb/xhci.c
1141
DEQPTR(xp->ring) | xp->ring.toggle);
sys/dev/usb/xhci.c
1543
DEQPTR(xp->ring) | xp->ring.toggle
sys/dev/usb/xhci.c
1846
ring->toggle = XHCI_TRB_CYCLE;
sys/dev/usb/xhci.c
1876
if (ring->toggle != (letoh32(trb->trb_flags) & XHCI_TRB_CYCLE))
sys/dev/usb/xhci.c
1883
ring->toggle ^= 1;
sys/dev/usb/xhci.c
1926
ring->toggle ^= 1;
sys/dev/usb/xhci.c
1941
*togglep = xp->ring.toggle;
sys/dev/usb/xhci.c
1973
trb0->trb_flags |= htole32(sc->sc_cmd_ring.toggle);
sys/dev/usb/xhci.c
2399
DEQPTR(xp->ring) | xp->ring.toggle);
sys/dev/usb/xhci.c
2930
uint8_t toggle;
sys/dev/usb/xhci.c
2947
trb0 = xhci_xfer_get_trb(sc, xfer, &toggle, 0);
sys/dev/usb/xhci.c
2949
flags = XHCI_TRB_TYPE_SETUP | XHCI_TRB_IDT | (toggle ^ 1);
sys/dev/usb/xhci.c
2966
trb = xhci_xfer_get_trb(sc, xfer, &toggle, 0);
sys/dev/usb/xhci.c
2968
flags = XHCI_TRB_TYPE_DATA | toggle;
sys/dev/usb/xhci.c
2985
trb = xhci_xfer_get_trb(sc, xfer, &toggle, 1);
sys/dev/usb/xhci.c
2987
flags = XHCI_TRB_TYPE_STATUS | XHCI_TRB_IOC | toggle;
sys/dev/usb/xhci.c
3046
uint8_t toggle;
sys/dev/usb/xhci.c
3077
trb0 = xhci_xfer_get_trb(sc, xfer, &toggle, (ntrb == 1));
sys/dev/usb/xhci.c
3078
flags = XHCI_TRB_TYPE_NORMAL | (toggle ^ 1);
sys/dev/usb/xhci.c
3101
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (i == 1));
sys/dev/usb/xhci.c
3102
flags = XHCI_TRB_TYPE_NORMAL | toggle;
sys/dev/usb/xhci.c
3124
trb = xhci_xfer_get_trb(sc, xfer, &toggle, -1);
sys/dev/usb/xhci.c
3127
trb->trb_flags = htole32(XHCI_TRB_TYPE_NORMAL | XHCI_TRB_IOC | toggle);
sys/dev/usb/xhci.c
3194
uint8_t toggle;
sys/dev/usb/xhci.c
3255
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (ntrb == 1));
sys/dev/usb/xhci.c
3265
toggle ^= 1;
sys/dev/usb/xhci.c
3268
flags = XHCI_TRB_TYPE_ISOCH | XHCI_TRB_SIA | toggle;
sys/dev/usb/xhci.c
3295
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (j == 1));
sys/dev/usb/xhci.c
3296
flags = XHCI_TRB_TYPE_NORMAL | toggle;
sys/dev/usb/xhcivar.h
52
uint32_t toggle; /* Producer/Consumer bit */
sys/dev/wscons/wskbd.c
1473
update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask)
sys/dev/wscons/wskbd.c
1475
if (toggle) {
sys/kern/vfs_subr.c
387
static int toggle;
sys/kern/vfs_subr.c
413
toggle ^= 1;
sys/kern/vfs_subr.c
415
toggle = 0;
sys/kern/vfs_subr.c
420
((TAILQ_FIRST(listhd = &vnode_hold_list) == NULL) || toggle))) {
usr.bin/telnet/commands.c
1954
{ "toggle", togglestring, toggle, 0 },
usr.bin/tsort/tsort.c
305
int toggle;
usr.bin/tsort/tsort.c
310
toggle = 1;
usr.bin/tsort/tsort.c
328
if (toggle) {
usr.bin/tsort/tsort.c
344
toggle = !toggle;
usr.bin/tsort/tsort.c
348
if (toggle == 0)