Searched refs:sc_next (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/zfs/
H A Dzfs_iter.h34 struct zfs_sort_column *sc_next; member in struct:zfs_sort_column
H A Dzfs_iter.c167 (*sc)->sc_last->sc_next = col;
180 col = sc->sc_next;
262 for (psc = sc; psc != NULL; psc = psc->sc_next) {
389 sortcol = sortcol->sc_next;
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stat.c39 struct statcache *sc_next; member in struct:statcache
60 for (scp = statcache_head[hash]; scp != NULL; scp = scp->sc_next)
83 scp->sc_next = statcache_head[hash];
97 n = p->sc_next;
/opensolaris-onvv-gate/usr/src/cmd/saf/
H A Dreadtab.c83 for (sp = Sactab; sp; sp = sp->sc_next)
170 tsp = tsp->sc_next;
204 sp->sc_next = Sactab;
208 sp->sc_next = savtsp->sc_next;
209 savtsp->sc_next = sp;
228 sp->sc_next = NULL;
232 savtsp->sc_next = sp;
268 sp = sp->sc_next;
299 Sactab = sp->sc_next;
[all...]
H A Dstructs.h60 struct sactab *sc_next; /* next in list */ member in struct:sactab
H A Dsac.c238 for (sp = Sactab; sp; sp = sp->sc_next) {
275 for (sp = Sactab; sp; sp = sp->sc_next) {
332 for (sp = Sactab; sp; sp = sp->sc_next) {
775 for (sp = Sactab; sp; sp = sp->sc_next) {
844 for (sp = Sactab; sp; sp = sp->sc_next) {
H A Dmisc.c62 for (sp = Sactab; sp; sp = sp->sc_next) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsoftint.c129 struct softcall *sc_next; /* next in list */ member in struct:softcall
187 sc->sc_next = softfree;
323 for (sc = softhead; sc != 0; sc = sc->sc_next) {
332 softfree = sc->sc_next;
335 sc->sc_next = 0;
338 softtail->sc_next = sc;
477 softhead = sc->sc_next;
478 sc->sc_next = softfree;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h108 struct subcmd *sc_next; member in struct:subcmd
H A Ddocmd.c216 for (sc = cmds; sc != NULL; sc = sc->sc_next) {
233 for (sc = cmds; sc != NULL; sc = sc->sc_next)
569 for (sc = cmds; sc != NULL; sc = sc->sc_next)
776 for (sc = subcmds; sc != NULL; sc = sc->sc_next) {
H A Dgram.y114 last_sc->sc_next = $2;
539 sc->sc_next = NULL;
H A Dmain.c515 s = s->sc_next;
H A Dserver.c540 for (sc = subcmds; sc != NULL; sc = sc->sc_next) {
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c86 struct svc_callout *sc_next; member in struct:svc_callout
898 s->sc_next = NULL;
904 for (s2 = &svc_head; *s2 != NULL; s2 = &(*s2)->sc_next)
943 svc_head = s->sc_next;
945 prev->sc_next = s->sc_next;
947 s->sc_next = NULL_SVC;
1006 s->sc_next = svc_head;
1013 svc_head = s->sc_next;
1040 svc_head = s->sc_next;
[all...]

Completed in 188 milliseconds