Home
last modified time | relevance | path

Searched refs:s_next (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/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; in rmexpstab()
423 s = s->s_next; in rmexpstab()
428 p->s_next = s; in rmexpstab()
462 s = s->s_next; in dumpstab()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c29 struct syment *s_next; member
120 for (s = hashtab[n]; s != NULL; s = s->s_next) {
143 s->s_next = hashtab[n];
/titanic_44/usr/src/cmd/sort/common/
H A Dstreams.c160 cur_strp = cur_strp->s_next; in stream_stat_chain()
171 cur_strp = cur_strp->s_next; in stream_stat_chain()
182 str = str->s_next; in stream_count_chain()
324 streamp->s_next = NULL; in stream_push_to_chain()
328 while (cur_streamp->s_next != NULL) in stream_push_to_chain()
329 cur_streamp = cur_streamp->s_next; in stream_push_to_chain()
331 cur_streamp->s_next = streamp; in stream_push_to_chain()
333 streamp->s_next = NULL; in stream_push_to_chain()
H A Dmerge.c321 bot_streamp = bot_streamp->s_next; in merge_n_streams()
347 cur_streamp = cur_streamp->s_next) { in merge_n_streams()
400 cur_streamp = cur_streamp->s_next; in merge_n_streams()
421 bot_streamp = bot_streamp->s_next; in merge_n_streams()
480 (void) stream_open_for_read(S, cur_streamp->s_next); in merge()
484 cur_streamp->s_next, &out_stream, in merge()
H A Dconvert.c99 cur_streamp = cur_streamp->s_next; in convert()
H A Dtypes.h206 struct stream *s_next; member
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dnextscn.c45 ret_scn = scn->s_next; in elf_nextscn()
54 ret_scn = scn->s_next; in elf_nextscn()
H A Dupdate.c206 s = s->s_next; in _elf_upd_lib()
215 for (; s != 0; s = s->s_next) { in _elf_upd_lib()
392 s = s->s_next; in _elf_upd_usr()
394 for (; s != 0; s = s->s_next) { in _elf_upd_usr()
579 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in wrt()
678 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in wrt()
912 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in _elfxx_swap_wrimage()
947 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in _elfxx_swap_wrimage()
H A Dnewscn.c81 elf->ed_tlscn = tl->s_next = &s->sb_scn; in elf_newscn()
111 elf->ed_tlscn = tl->s_next = &s->sb_scn; in elf_newscn()
H A Dgetscn.c77 for (prev_s = 0; s != 0; prev_s = s, s = s->s_next) { in elf_getscn()
H A Dend.c58 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in elf_end()
H A Dclscook.c112 s->s_next = s + 1; in _elf_prepscn()
127 s->s_next = 0; in _elf_prepscn()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c423 st = st->s_next; in specfind()
455 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { in devi_stillreferenced()
639 sp->s_next = stable[STABLEHASH(sp->s_dev)]; in sinsert()
659 stable[STABLEHASH(sp->s_dev)] = st->s_next; in sdelete()
661 stprev->s_next = st->s_next; in sdelete()
665 st = st->s_next; in sdelete()
697 st = st->s_next; in sfind()
910 for (sp = stable[i]; sp; sp = sp->s_next) { in spec_snode_walk()
990 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { in spec_fence_snode()
1031 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { in spec_unfence_snode()
H A Dspecvfsops.c129 for (sp = *spp; sp != NULL; sp = sp->s_next) { in spec_sync()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c868 sh->s_next = NULL; in snoop_alarm()
876 snoop_tp->s_next = (struct snoop_handler *)sh; in snoop_alarm()
893 next = hp->s_next; in snoop_alarm()
896 tp->s_next = hp->s_next; in snoop_alarm()
984 for (hp = snoop_hp; hp; hp = hp->s_next) { in snoop_sigrecover()
1002 for (hp = snoop_hp; hp; hp = hp->s_next) { in snoop_sigrecover()
H A Dsnoop.h329 struct snoop_handler *s_next; /* next alarm handler */ member
/titanic_44/usr/src/uts/common/sharefs/
H A Dsharetab.h60 struct sharetab *s_next; member
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c122 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_remove()
210 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_add()
226 sht->s_next = sharefs_sharetab; in sharefs_add()
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.h80 struct nsc_service_s *s_next; /* linked list */ member
H A Dnsc_gen.c986 for (sp = _nsc_services; sp != NULL; sp = sp->s_next) in nsc_register_svc()
1001 sp->s_next = _nsc_services; in nsc_register_svc()
1055 for (spp = &_nsc_services; *spp; spp = &((*spp)->s_next)) in nsc_unregister_svc()
1060 (*spp) = sp->s_next; in nsc_unregister_svc()
/titanic_44/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
/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dpriv.h101 struct dbug_state_object *s_next; /* pointer to next pushed state */ member
H A Ddbug.c648 dbug_state_object_p->s_next = sd_push; in db_push()
849 sd_push = dbug_state_object_p->s_next; in db_pop()
1436 dbug_state_object_p->s_next = NULL; in dbug_state_create()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsnode.h68 struct snode *s_next; /* must be first */ member
H A Dufs_acl.h88 struct si *s_next; /* signature hash next */ member

12