HomeSort by: relevance | last modified time | path
    Searched defs:sc_next (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.h 37 struct zfs_sort_column *sc_next; member in struct:zfs_sort_column
  /src/sys/arch/hpcmips/vr/
vrledvar.h 41 vrled_status sc_next; member in struct:vrled_softc
  /src/sys/dev/bluetooth/
bthidev.h 58 LIST_ENTRY(bthidev) sc_next; member in struct:bthidev
  /src/sys/arch/x86/include/
i82093var.h 51 struct ioapic_softc *sc_next; member in struct:ioapic_softc
  /src/sys/dev/gpio/
gpiovar.h 93 LIST_ENTRY(gpio_dev) sc_next; member in struct:gpio_dev
  /src/usr.bin/rdist/
defs.h 113 struct subcmd *sc_next; member in struct:subcmd
  /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/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...]
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...]
slap.h 1793 LDAP_STAILQ_ENTRY(sync_cookie) sc_next; member in struct:sync_cookie
2439 struct slap_callback *sc_next; member in struct:slap_callback
2573 struct slap_counters_t *sc_next; member in struct:slap_counters_t
  /src/external/bsd/libarchive/dist/libarchive/
archive_string.c 1859 struct archive_string_conv *sc_next; local
1861 for (sc = a->sconv; sc != NULL; sc = sc_next) {
1862 sc_next = sc->next;
archive_write_disk_posix.c 194 struct symlink_entry *sc_next; member in struct:symlink_entry
425 sc->sc_next = a->symlink_list;
426 a->symlink_list = sc->sc_next;
435 for (struct symlink_entry *sc = a->symlink_list; sc; sc = sc->sc_next)
445 struct symlink_entry *next = sc->sc_next;

Completed in 45 milliseconds