| /src/sys/arch/hpcmips/vr/ |
| vrledvar.h | 41 vrled_status sc_next; member in struct:vrled_softc
|
| vrled.c | 170 sc->sc_next = LEDOFF; 186 sc->sc_next = LEDON; 199 switch (sc->sc_next) { 219 sc->sc_state = sc->sc_next; 232 switch (sc->sc_next) { 259 sc->sc_state = sc->sc_next; 260 sc->sc_next = LEDOFF; 272 switch (sc->sc_next) { 307 if (sc->sc_next == state) 309 switch (sc->sc_next) { [all...] |
| /src/sys/dev/bluetooth/ |
| bthidev.h | 58 LIST_ENTRY(bthidev) sc_next; member in struct:bthidev
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.h | 37 struct zfs_sort_column *sc_next; member in struct:zfs_sort_column
|
| zfs_iter.c | 179 (*sc)->sc_last->sc_next = col; 192 col = sc->sc_next; 203 return (sc != NULL && sc->sc_next == NULL && 288 for (psc = sc; psc != NULL; psc = psc->sc_next) { 422 sortcol = sortcol->sc_next;
|
| /src/sys/dev/fdt/ |
| fdt_syscon.c | 47 LIST_ENTRY(fdtbus_syscon) sc_next; 64 LIST_INSERT_HEAD(&fdtbus_syscons, sc, sc_next); 74 LIST_FOREACH(sc, &fdtbus_syscons, sc_next) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| sent.c | 189 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) { 198 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) { 207 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) { 216 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) {
|
| operation.c | 192 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) { 207 for ( sc = slap_counters.sc_next; sc; sc = sc->sc_next ) {
|
| /src/lib/libc/rpc/ |
| svc.c | 112 struct svc_callout *sc_next; member in struct:svc_callout 308 s->sc_next = svc_head; 336 svc_head = s->sc_next; 338 prev->sc_next = s->sc_next; 340 s->sc_next = NULL; 379 s->sc_next = svc_head; 402 svc_head = s->sc_next; 404 prev->sc_next = s->sc_next; [all...] |
| /src/sys/arch/x86/include/ |
| i82093var.h | 51 struct ioapic_softc *sc_next; member in struct:ioapic_softc
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| seqmod.c | 82 op->o_callback = sc->sc_next; 130 cb->sc_next = op->o_callback;
|
| /src/sys/dev/gpio/ |
| gpiovar.h | 93 LIST_ENTRY(gpio_dev) sc_next; member in struct:gpio_dev
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| backover.c | 642 for ( scp = &op->o_callback; *scp != NULL; scp = &(*scp)->sc_next ) { 644 sc->sc_next = (*scp)->sc_next; 645 (*scp)->sc_next = sc; 722 slap_callback *sc_next; local 725 over_back_response; op->o_callback = sc_next ) { 726 sc_next = op->o_callback->sc_next; 766 cb->sc_next = op->o_callback; 773 for ( sc = &op->o_callback; *sc; sc = &(*sc)->sc_next ) { [all...] |
| connection.c | 948 for ( prev = &slap_counters.sc_next, sc = slap_counters.sc_next; sc; 949 prev = &sc->sc_next, sc = sc->sc_next ) { 953 *prev = sc->sc_next; 988 sc->sc_next = slap_counters.sc_next; 989 slap_counters.sc_next = sc; 1857 sc->sc_next = op->o_callback;
|
| controls.c | 88 LDAP_SLIST_ENTRY(slap_control) sc_next; 332 LDAP_SLIST_NEXT( sc, sc_next ) = NULL; 333 LDAP_SLIST_INSERT_HEAD( &controls_list, sc, sc_next ); 374 LDAP_SLIST_REMOVE(&controls_list, sc, slap_control, sc_next); 461 LDAP_SLIST_REMOVE_HEAD(&controls_list, sc_next); 487 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { 516 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { 538 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) { 560 LDAP_SLIST_FOREACH( sc, &controls_list, sc_next ) {
|
| result.c | 333 for ( ; sc; sc = sc->sc_next ) { 554 * of the sc_next field from inside the sc_response() function; this 574 slap_callback *sc_next = (*scp)->sc_next, **sc_nextp = &(*scp)->sc_next; local 582 *scp = sc_next; 608 slap_callback *sc_next = (*scp)->sc_next, **sc_nextp = &(*scp)->sc_next; local 616 *scp = sc_next; [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/ |
| lastbind.c | 242 cb->sc_next = op->o_callback->sc_next; 244 op->o_callback->sc_next = cb;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/ |
| noopsrch.c | 190 sc->sc_next = op->o_callback->sc_next; 191 op->o_callback->sc_next = sc;
|
| /src/sys/arch/x86/x86/ |
| ioapic.c | 197 for (sc = ioapics; sc != NULL; sc = sc->sc_next) 213 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { 227 sc->sc_next = NULL; 229 for (scp = &ioapics; *scp != NULL; scp = &(*scp)->sc_next) 487 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { 593 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { 609 for (sc = ioapics; sc != NULL; sc = sc->sc_next) {
|
| /src/usr.bin/rdist/ |
| gram.y | 135 last_sc->sc_next = $2; 499 freesubcmd(cmd->sc_next); 516 sc->sc_next = NULL;
|
| defs.h | 113 struct subcmd *sc_next; member in struct:subcmd
|
| docmd.c | 174 for (sc = cmds; sc != NULL; sc = sc->sc_next) { 192 for (sc = cmds; sc != NULL; sc = sc->sc_next) 425 for (sc = cmds; sc != NULL; sc = sc->sc_next) 631 for (sc = subcmds; sc != NULL; sc = sc->sc_next) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-relay/ |
| op.c | 102 (rcb)->rcb_sc.sc_next = (op)->o_callback; \ 112 for ( ;; sc = &(*sc)->sc_next ) \ 114 *sc = (*sc)->sc_next; break; \
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/ |
| dupent.c | 522 sc->sc_next = op->o_callback->sc_next; 523 op->o_callback->sc_next = sc;
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| slapi_overlay.c | 73 for ( pcb = op->o_callback; pcb != NULL; pcb = pcb->sc_next ) { 91 cb->sc_next = op->o_callback; 669 op->o_callback = cb.sc_next; 718 op->o_callback = cb.sc_next; 756 op->o_callback = cb.sc_next; 835 op->o_callback = cb.sc_next;
|