Searched refs:s_next (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnextscn.c45 ret_scn = scn->s_next;
54 ret_scn = scn->s_next;
H A Dnewscn.c81 elf->ed_tlscn = tl->s_next = &s->sb_scn;
111 elf->ed_tlscn = tl->s_next = &s->sb_scn;
H A Dgetscn.c77 for (prev_s = 0; s != 0; prev_s = s, s = s->s_next) {
H A Dend.c58 for (s = elf->ed_hdscn; s != 0; s = s->s_next) {
H A Dupdate.c206 s = s->s_next;
215 for (; s != 0; s = s->s_next) {
392 s = s->s_next;
394 for (; s != 0; s = s->s_next) {
579 for (s = elf->ed_hdscn; s != 0; s = s->s_next) {
678 for (s = elf->ed_hdscn; s != 0; s = s->s_next) {
912 for (s = elf->ed_hdscn; s != 0; s = s->s_next) {
947 for (s = elf->ed_hdscn; s != 0; s = s->s_next) {
H A Dclscook.c112 s->s_next = s + 1;
127 s->s_next = 0;
/illumos-gate/usr/src/uts/common/sharefs/
H A Dsharetab.h60 struct sharetab *s_next; member in struct:sharetab
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c29 struct syment *s_next; member in struct:syment
120 for (s = hashtab[n]; s != NULL; s = s->s_next) {
143 s->s_next = hashtab[n];
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c74 ps = &s->s_next;
80 ps = &s->s_next;
244 for (s = *shead; s != NULL; s = s->s_next)
283 for (s = *shead; s != NULL; s = s->s_next)
325 for (s = *shead; s != NULL; s = s->s_next)
416 s = s->s_next;
423 s = s->s_next;
428 p->s_next = s;
462 s = s->s_next;
/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams.c160 cur_strp = cur_strp->s_next;
171 cur_strp = cur_strp->s_next;
182 str = str->s_next;
324 streamp->s_next = NULL;
328 while (cur_streamp->s_next != NULL)
329 cur_streamp = cur_streamp->s_next;
331 cur_streamp->s_next = streamp;
333 streamp->s_next = NULL;
H A Dmerge.c321 bot_streamp = bot_streamp->s_next;
347 cur_streamp = cur_streamp->s_next) {
400 cur_streamp = cur_streamp->s_next;
421 bot_streamp = bot_streamp->s_next;
480 (void) stream_open_for_read(S, cur_streamp->s_next);
484 cur_streamp->s_next, &out_stream,
H A Dconvert.c99 cur_streamp = cur_streamp->s_next;
H A Dtypes.h206 struct stream *s_next; member in struct:stream
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.h80 struct nsc_service_s *s_next; /* linked list */ member in struct:nsc_service_s
H A Dnsc_gen.c986 for (sp = _nsc_services; sp != NULL; sp = sp->s_next)
1001 sp->s_next = _nsc_services;
1055 for (spp = &_nsc_services; *spp; spp = &((*spp)->s_next))
1060 (*spp) = sp->s_next;
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c129 for (sp = *spp; sp != NULL; sp = sp->s_next) {
H A Dspecsubr.c423 st = st->s_next;
455 for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
639 sp->s_next = stable[STABLEHASH(sp->s_dev)];
659 stable[STABLEHASH(sp->s_dev)] = st->s_next;
661 stprev->s_next = st->s_next;
665 st = st->s_next;
697 st = st->s_next;
910 for (sp = stable[i]; sp; sp = sp->s_next) {
990 for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
[all...]
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c122 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) {
210 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) {
226 sht->s_next = sharefs_sharetab;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c50 s_next, KEYWORD, NEXT, NULL,
135 wchar_t s_next[] = M_MB_L("next"); /* Name of "next" keyword */ variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c872 sh->s_next = NULL;
880 snoop_tp->s_next = (struct snoop_handler *)sh;
897 next = hp->s_next;
900 tp->s_next = hp->s_next;
988 for (hp = snoop_hp; hp; hp = hp->s_next) {
1006 for (hp = snoop_hp; hp; hp = hp->s_next) {
H A Dsnoop.h329 struct snoop_handler *s_next; /* next alarm handler */ member in struct:snoop_handler
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h68 struct snode *s_next; /* must be first */ member in struct:snode
H A Dufs_acl.h88 struct si *s_next; /* signature hash next */ member in struct:si
/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c106 wsp->walk_addr = (uintptr_t)snode.s_next;
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h165 struct sbp2_ses *s_next; /* next session */ member in struct:sbp2_ses

Completed in 709 milliseconds

12