Home
last modified time | relevance | path

Searched refs:f_next (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dstr_conf.c139 pp = &(p->f_next)) in i_fmodsw_hash_insert()
142 fp->f_next = p; in i_fmodsw_hash_insert()
161 pp = &(p->f_next)) in i_fmodsw_hash_remove()
170 *pp = p->f_next; in i_fmodsw_hash_remove()
185 for (p = fmodsw_hash[bucket]; p != NULL; p = p->f_next) in i_fmodsw_hash_find()
/titanic_44/usr/src/cmd/filesync/
H A Drename.c99 for (np = fp->f_files; np; np = np->f_next) { in find_renames()
114 for (np = fp->f_files; np; np = np->f_next) { in find_renames()
159 for (fp = dirp->f_files; fp; fp = fp->f_next) { in find_oldname()
H A Dbase.c189 fp = new->f_next; in add_file_to_list()
192 pp = &new->f_next; in add_file_to_list()
210 for (fp = *pp; fp; pp = &fp->f_next, fp = *pp) { in add_file_to_list()
241 new->f_next = fp; in add_file_to_list()
776 for (fp = bp->b_files; fp; fp = fp->f_next) in bw_base()
879 for (cp = fp->f_files; cp; cp = cp->f_next) in bw_file()
H A Deval.c147 for (fp = bp->b_files; fp; fp = fp->f_next) in evaluate()
205 for (fp = bp->b_files; fp; fp = fp->f_next) in evaluate()
447 for (cp = fp->f_files; cp; cp = cp->f_next) in eval_file()
616 for (fp = fp->f_files; fp; fp = fp->f_next) { in walker()
791 for (lp = fp->f_files; lp; lp = lp->f_next) in fakedata()
H A Danal.c127 for (fp = bp->b_files; fp; fp = fp->f_next) in analyze()
150 for (fp = bp->b_files; fp; fp = fp->f_next) in analyze()
249 for (cp = fp->f_files; cp; cp = cp->f_next) in prune_file()
273 for (fp = bp->b_files; fp; fp = fp->f_next) in prune()
429 for (cp = fp->f_files; cp; cp = cp->f_next) { in check_file()
H A Ddatabase.h191 struct file *f_next; /* pointer to next file in base */ member
/titanic_44/usr/src/cmd/sort/common/
H A Dinitialize.c153 F = F->f_next; in initialize_post()
176 F = F->f_next; in initialize_post()
H A Dinvoke.c42 for (i = 0; F != NULL; F = F->f_next, i++) { in display_field_defns()
H A Doptions.c114 for (f = fc; f; f = f->f_next) in field_apply_all()
456 f = f->f_next) in options()
H A Dtypes.h84 struct field *f_next; member
H A Dfields.c275 F->f_next = NULL; in field_new()
305 field_add_to_chain(&((*F)->f_next), A); in field_add_to_chain()
1129 cur_fieldp = cur_fieldp->f_next; in field_convert()
1198 cur_fieldp = cur_fieldp->f_next; in field_convert_wide()
/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c78 u_int32_t f_init, f_next; local
105 f_next = DB_NEXT_DUP;
108 f_next |= DB_RMW;
117 if ((ret = dbc->c_get(dbc, key, &data, f_next)) != 0) {
/titanic_44/usr/src/ucbhead/sys/
H A Dfile.h61 struct file *f_next; /* pointer to next entry */ member
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h127 struct fas *f_next; member
501 _NOTE(SCHEME_PROTECTS_DATA("safe sharing", fas::f_next fas::f_state))
/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c980 fas_tail->f_next = fas; in fas_attach()
1120 for (nfas = fas_head; nfas; nfas = nfas->f_next) { in fas_detach()
1187 f = fas_head = fas->f_next; in fas_dr_detach()
1189 for (f = fas_head; f != (struct fas *)NULL; f = f->f_next) { in fas_dr_detach()
1190 if (f->f_next == fas) { in fas_dr_detach()
1191 f->f_next = fas->f_next; in fas_dr_detach()
7228 for (fas = fas_head; fas != (struct fas *)NULL; fas = fas->f_next) { in fas_watch()
8420 for (fas = fas_head; fas != (struct fas *)NULL; fas = fas->f_next) { in fas_watch_reset_delay()
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h751 fmodsw_impl_t *f_next; member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c320 filter_t *f_next; member
4255 for (; fp != NULL; fp = fp->f_next) { in ire_filter_match_v4()
4504 for (; fp != NULL; fp = fp->f_next) { in ire_filter_match_v6()
6376 newf->f_next = filters[idx]; in process_filter()
6393 fp = fp->f_next; in family_selected()