Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c81 for (sp = Sactab; sp; sp = sp->sc_next)
168 tsp = tsp->sc_next;
202 sp->sc_next = Sactab;
206 sp->sc_next = savtsp->sc_next;
207 savtsp->sc_next = sp;
226 sp->sc_next = NULL;
230 savtsp->sc_next = sp;
266 sp = sp->sc_next; in purge()
297 Sactab = sp->sc_next; in purge()
301 savesp->sc_next = sp->sc_next; in purge()
[all …]
H A Dstructs.h60 struct sactab *sc_next; /* next in list */ member
H A Dsac.c236 for (sp = Sactab; sp; sp = sp->sc_next) { in startpms()
273 for (sp = Sactab; sp; sp = sp->sc_next) { in startpms()
330 for (sp = Sactab; sp; sp = sp->sc_next) { in readutmpx()
773 for (sp = Sactab; sp; sp = sp->sc_next) { in pollpms()
842 for (sp = Sactab; sp; sp = sp->sc_next) { in reap()
H A Dmisc.c59 for (sp = Sactab; sp; sp = sp->sc_next) {
/illumos-gate/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()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c179 (*sc)->sc_last->sc_next = col; in zfs_add_sort_column()
192 col = sc->sc_next; in zfs_free_sort_columns()
203 return (sc != NULL && sc->sc_next == NULL && in zfs_sort_only_by_name()
288 for (psc = sc; psc != NULL; psc = psc->sc_next) { in zfs_sort()
422 sortcol = sortcol->sc_next; in zfs_for_each()
H A Dzfs_iter.h37 struct zfs_sort_column *sc_next; member
H A Dzfs_main.c2474 for (; sortcol != NULL; sortcol = sortcol->sc_next) { in us_compare()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c88 struct svc_callout *sc_next; member
907 s->sc_next = NULL; in svc_reg()
952 svc_head = s->sc_next; in svc_unreg()
954 prev->sc_next = s->sc_next; in svc_unreg()
956 s->sc_next = NULL_SVC; in svc_unreg()
1015 s->sc_next = svc_head; in svc_register()
1022 svc_head = s->sc_next; in svc_register()
1049 svc_head = s->sc_next; in svc_unregister()
1051 prev->sc_next = s->sc_next; in svc_unregister()
1053 s->sc_next = NULL_SVC; in svc_unregister()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c207 for (sc = cmds; sc != NULL; sc = sc->sc_next) { in doarrow()
224 for (sc = cmds; sc != NULL; sc = sc->sc_next) in doarrow()
550 for (sc = cmds; sc != NULL; sc = sc->sc_next) in dodcolon()
749 for (sc = subcmds; sc != NULL; sc = sc->sc_next) { in except()
H A Ddefs.h106 struct subcmd *sc_next; member
H A Dgram.y113 last_sc->sc_next = $2;
539 sc->sc_next = NULL;
H A Dmain.c515 s = s->sc_next;
H A Dserver.c538 for (sc = subcmds; sc != NULL; sc = sc->sc_next) { in sendf()