Home
last modified time | relevance | path

Searched refs:sc_next (Results 1 – 15 of 15) sorted by relevance

/titanic_41/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; in purge()
299 Sactab = sp->sc_next; in purge()
303 savesp->sc_next = sp->sc_next; in purge()
[all …]
H A Dstructs.h60 struct sactab *sc_next; /* next in list */ member
H A Dsac.c238 for (sp = Sactab; sp; sp = sp->sc_next) { in startpms()
275 for (sp = Sactab; sp; sp = sp->sc_next) { in startpms()
332 for (sp = Sactab; sp; sp = sp->sc_next) { in readutmpx()
775 for (sp = Sactab; sp; sp = sp->sc_next) { in pollpms()
844 for (sp = Sactab; sp; sp = sp->sc_next) { in reap()
H A Dmisc.c62 for (sp = Sactab; sp; sp = sp->sc_next) {
/titanic_41/usr/src/uts/common/os/
H A Dsoftint.c129 struct softcall *sc_next; /* next in list */ member
187 sc->sc_next = softfree; in softcall_init()
323 for (sc = softhead; sc != 0; sc = sc->sc_next) { in softcall()
332 softfree = sc->sc_next; in softcall()
335 sc->sc_next = 0; in softcall()
338 softtail->sc_next = sc; in softcall()
477 softhead = sc->sc_next; in softint()
478 sc->sc_next = softfree; in softint()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stat.c39 struct statcache *sc_next; member
60 for (scp = statcache_head[hash]; scp != NULL; scp = scp->sc_next) in meta_stat()
83 scp->sc_next = statcache_head[hash]; in meta_stat()
97 n = p->sc_next; in metaflushstatcache()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c87 struct svc_callout *sc_next; member
904 s->sc_next = NULL; in svc_reg()
910 for (s2 = &svc_head; *s2 != NULL; s2 = &(*s2)->sc_next) in svc_reg()
949 svc_head = s->sc_next; in svc_unreg()
951 prev->sc_next = s->sc_next; in svc_unreg()
953 s->sc_next = NULL_SVC; in svc_unreg()
1012 s->sc_next = svc_head; in svc_register()
1019 svc_head = s->sc_next; in svc_register()
1046 svc_head = s->sc_next; in svc_unregister()
1048 prev->sc_next = s->sc_next; in svc_unregister()
[all …]
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_iter.c176 (*sc)->sc_last->sc_next = col; in zfs_add_sort_column()
189 col = sc->sc_next; in zfs_free_sort_columns()
271 for (psc = sc; psc != NULL; psc = psc->sc_next) { in zfs_sort()
398 sortcol = sortcol->sc_next; in zfs_for_each()
H A Dzfs_iter.h36 struct zfs_sort_column *sc_next; member
H A Dzfs_main.c2297 for (; sortcol != NULL; sortcol = sortcol->sc_next) { in us_compare()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
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 Ddefs.h108 struct subcmd *sc_next; member
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) {