Searched refs:f_next (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/sort/common/
H A Dinvoke.c42 for (i = 0; F != NULL; F = F->f_next, i++) {
H A Dinitialize.c153 F = F->f_next;
176 F = F->f_next;
H A Doptions.c114 for (f = fc; f; f = f->f_next)
456 f = f->f_next)
H A Dtypes.h84 struct field *f_next; member in struct:field
H A Dfields.c275 F->f_next = NULL;
305 field_add_to_chain(&((*F)->f_next), A);
1129 cur_fieldp = cur_fieldp->f_next;
1198 cur_fieldp = cur_fieldp->f_next;
/illumos-gate/usr/src/uts/common/io/
H A Dstr_conf.c139 pp = &(p->f_next))
142 fp->f_next = p;
161 pp = &(p->f_next))
170 *pp = p->f_next;
185 for (p = fmodsw_hash[bucket]; p != NULL; p = p->f_next)
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c99 for (np = fp->f_files; np; np = np->f_next) {
114 for (np = fp->f_files; np; np = np->f_next) {
159 for (fp = dirp->f_files; fp; fp = fp->f_next) {
H A Dbase.c189 fp = new->f_next;
192 pp = &new->f_next;
210 for (fp = *pp; fp; pp = &fp->f_next, fp = *pp) {
241 new->f_next = fp;
776 for (fp = bp->b_files; fp; fp = fp->f_next)
879 for (cp = fp->f_files; cp; cp = cp->f_next)
H A Danal.c127 for (fp = bp->b_files; fp; fp = fp->f_next)
150 for (fp = bp->b_files; fp; fp = fp->f_next)
249 for (cp = fp->f_files; cp; cp = cp->f_next)
273 for (fp = bp->b_files; fp; fp = fp->f_next)
429 for (cp = fp->f_files; cp; cp = cp->f_next) {
H A Deval.c147 for (fp = bp->b_files; fp; fp = fp->f_next)
205 for (fp = bp->b_files; fp; fp = fp->f_next)
447 for (cp = fp->f_files; cp; cp = cp->f_next)
616 for (fp = fp->f_files; fp; fp = fp->f_next) {
791 for (lp = fp->f_files; lp; lp = lp->f_next)
H A Ddatabase.h191 struct file *f_next; /* pointer to next file in base */ member in struct:file
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h61 struct file *f_next; /* pointer to next entry */ member in struct:file
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c233 preloaded_files = preloaded_files->f_next;
277 for (fp = preloaded_files; fp; fp = fp->f_next) {
396 base_file = base_file->f_next;
543 last_file != NULL && last_file->f_next != NULL;
544 last_file = last_file->f_next)
556 last_file->f_next = NULL;
581 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) {
601 for (fp = preloaded_files; fp; fp = fp->f_next) {
940 fp->f_next = NULL;
944 for (cm = preloaded_files; cm->f_next !
[all...]
H A Dbootstrap.h209 struct preloaded_file *f_next; /* next file */ member in struct:preloaded_file
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c108 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
426 for (mfp = fp; mfp->f_next != NULL; mfp = mfp->f_next);
462 for (mfp = fp->f_next; mfp != NULL; mfp = mfp->f_next) {
487 for (mfp = fp->f_next; mfp != NULL; mfp = mfp->f_next) {
H A Dbootinfo32.c109 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
200 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
H A Dbootinfo64.c111 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
216 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c222 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
295 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
351 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/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) {
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c185 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
246 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c109 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
179 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
H A Dbootinfo64.c111 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
218 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c218 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
388 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
447 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c252 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) {
305 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h127 struct fas *f_next; member in struct:fas
501 _NOTE(SCHEME_PROTECTS_DATA("safe sharing", fas::f_next fas::f_state))

Completed in 136 milliseconds

12