/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | stab.c | 74 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 D | lookup.c | 29 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 D | streams.c | 160 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 D | merge.c | 321 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 D | convert.c | 99 cur_streamp = cur_streamp->s_next; in convert()
|
H A D | types.h | 206 struct stream *s_next; member
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | nextscn.c | 45 ret_scn = scn->s_next; in elf_nextscn() 54 ret_scn = scn->s_next; in elf_nextscn()
|
H A D | update.c | 206 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 D | newscn.c | 81 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 D | getscn.c | 77 for (prev_s = 0; s != 0; prev_s = s, s = s->s_next) { in elf_getscn()
|
H A D | end.c | 58 for (s = elf->ed_hdscn; s != 0; s = s->s_next) { in elf_end()
|
H A D | clscook.c | 112 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 D | specsubr.c | 423 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 D | specvfsops.c | 129 for (sp = *spp; sp != NULL; sp = sp->s_next) { in spec_sync()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 868 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 D | snoop.h | 329 struct snoop_handler *s_next; /* next alarm handler */ member
|
/titanic_44/usr/src/uts/common/sharefs/ |
H A D | sharetab.h | 60 struct sharetab *s_next; member
|
/titanic_44/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 122 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 D | nsc_gen.h | 80 struct nsc_service_s *s_next; /* linked list */ member
|
H A D | nsc_gen.c | 986 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 D | awk0.c | 50 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 D | priv.h | 101 struct dbug_state_object *s_next; /* pointer to next pushed state */ member
|
H A D | dbug.c | 648 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 D | snode.h | 68 struct snode *s_next; /* must be first */ member
|
H A D | ufs_acl.h | 88 struct si *s_next; /* signature hash next */ member
|