/netbsd-src/sys/arch/ia64/stand/common/ |
H A D | fileload.c | 108 preloaded_files = preloaded_files->f_next; in command_unload() 129 for (fp = preloaded_files; fp; fp = fp->f_next) { in command_lskern() 192 last_file != NULL && last_file->f_next != NULL; in file_loadkernel() 193 last_file = last_file->f_next) in file_loadkernel() 221 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) { in file_findfile() 289 fp->f_next = NULL; in file_insert_tail() 293 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail() 295 cm->f_next = fp; in file_insert_tail()
|
H A D | bootstrap.h | 197 struct preloaded_file *f_next; /* next file */ member
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/ |
H A D | adremap.c | 408 fn = f->f_next; in adremap_filter() 436 fr[0].f_next = NULL; in adremap_filter() 442 fr[1].f_next = &fr[2]; in adremap_filter() 448 fr[2].f_next = NULL; in adremap_filter() 487 f->f_next = NULL; in adremap_filter() 496 f->f_next = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx); in adremap_filter() 497 f = f->f_next; in adremap_filter() 503 f->f_next = fn->f_next; in adremap_filter() 504 fn->f_next = NULL; in adremap_filter() 509 f->f_next = NULL; /* disconnect old chain */ in adremap_filter() [all …]
|
/netbsd-src/sbin/ifconfig/ |
H A D | extern.h | 54 SIMPLEQ_ENTRY(statistics_func) f_next; 59 SIMPLEQ_ENTRY(usage_func) f_next; 64 SIMPLEQ_ENTRY(status_func) f_next;
|
H A D | ifconfig.c | 417 SIMPLEQ_INSERT_TAIL(&statistics_funcs, f, f_next); in register_statistics() 424 SIMPLEQ_INSERT_TAIL(&status_funcs, f, f_next); in register_status() 431 SIMPLEQ_INSERT_TAIL(&usage_funcs, f, f_next); in register_usage() 1334 SIMPLEQ_FOREACH(status_f, &status_funcs, f_next) in status() 1398 SIMPLEQ_FOREACH(statistics_f, &statistics_funcs, f_next) in setifprefixlen() 1551 SIMPLEQ_FOREACH(usage_f, &usage_funcs, f_next)
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
H A D | search.c | 88 for ( f=f->f_and; f; f=f->f_next ) { in oc_filter() 152 xf.f_next = NULL; in search_candidates() 166 rf.f_next = xf.f_or; in search_candidates() 172 f.f_next = NULL; in search_candidates() 178 nf.f_next = ( xf.f_or == op->oq_search.rs_filter ) in search_candidates() 189 sf.f_next = nf.f_next; in search_candidates() 190 nf.f_next = &sf; in search_candidates()
|
H A D | filterindex.c | 510 for ( f = flist; f != NULL; f = f->f_next ) { in list_candidates()
|
/netbsd-src/usr.bin/xlint/lint2/ |
H A D | read.c | 386 hte->h_lcall = &fcall->f_next; in funccall() 1159 for (call = hte->h_calls; call != NULL && !ofnd; call = call->f_next) { in mkstatic() 1217 *callp = call->f_next; in mkstatic() 1218 if (hte->h_lcall == &call->f_next) in mkstatic() 1220 call->f_next = NULL; in mkstatic() 1222 nhte->h_lcall = &call->f_next; in mkstatic() 1224 callp = &call->f_next; in mkstatic()
|
H A D | chk.c | 250 for (call = hte->h_calls; call != NULL; call = call->f_next) { in chkvtui() 368 calls = calls->f_next; in chkfaui() 375 for (call = calls; call != NULL; call = call->f_next) { in chkfaui() 1097 for (call = hte->h_calls; call != NULL; call = call->f_next) { in check_return_values() 1110 for (call = hte->h_calls; call != NULL; call = call->f_next) {
|
H A D | lint2.h | 154 struct fcall *f_next; /* next call of same function */ member
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | translucent.c | 981 n->f_next = NULL; in trans_filter_dup() 989 n->f_next = NULL; in trans_filter_dup() 1010 n->f_next = NULL; in trans_filter_dup() 1021 n->f_next = NULL; in trans_filter_dup() 1023 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) { in trans_filter_dup() 1027 p = &(*p)->f_next; in trans_filter_dup() 1036 !n->f_list->f_next ) { in trans_filter_dup() 1061 next = p->f_next; in trans_filter_free() 1062 p->f_next = n; in trans_filter_free() 1066 next = p->f_next; in trans_filter_free()
|
H A D | dynlist.c | 99 for ( f = f->f_list; f; f = f->f_next ) in ad_infilter() 1085 f->f_next = NULL; in dynlist_search1resp() 1151 andf->f_next = NULL; in dynlist_filter_dyngroup() 1158 orf->f_next = NULL; in dynlist_filter_dyngroup() 1162 andf->f_next = orf->f_list; in dynlist_filter_dyngroup() 1168 dnf->f_next = urif; in dynlist_filter_dyngroup() 1211 dnf->f_next = NULL; in dynlist_filter_stgroup() 1218 orf->f_next = NULL; in dynlist_filter_stgroup() 1222 dnf->f_next = orf->f_list; in dynlist_filter_stgroup() 1229 dnf->f_next = orf->f_list; in dynlist_filter_stgroup() [all …]
|
H A D | refint.c | 787 ftop.f_next = NULL; in refint_qtask() 799 fptr->f_next = ftop.f_or; in refint_qtask() 824 for (fptr = ftop.f_or; fptr; fptr = fptr->f_next ) { in refint_qtask() 910 Filter *f_next = fptr->f_next; in refint_qtask() local 912 fptr = f_next; in refint_qtask()
|
H A D | pcache.c | 1020 f1 = f1->f_next; in pcache_filter_cmp() 1021 f2 = f2->f_next; in pcache_filter_cmp() 1368 if ( fs->f_next ) { in find_filter() 1372 fsp->fs_fs = fs->f_next; in find_filter() 1373 fsp->fs_fi = fi->f_next; in find_filter() 1393 fs=fs->f_next; in find_filter() 1394 fi=fi->f_next; in find_filter() 1398 fs=fs->f_next; in find_filter() 1399 fi=fi->f_next; in find_filter() 1404 fs=fs->f_next; in find_filter() [all …]
|
H A D | syncprov.c | 714 cf.f_next = NULL; in syncprov_findcsn() 1436 op2.ors_filter = ss->s_op->ors_filter->f_and->f_next; in syncprov_matchops() 1784 af.f_next = NULL; in check_uuidlist_presence() 1789 mf.f_next = fop.ors_filter; in check_uuidlist_presence() 2872 op2->ors_filter = op->ors_filter->f_and->f_next; in syncprov_detach_op() 3376 fand->f_next = NULL; in syncprov_op_search() 3386 fava->f_next = op->ors_filter; in syncprov_op_search()
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | syslogd.c | 1945 for (f = Files; f; f = f->f_next) { in logmsg() 2760 for (f = Files; f != NULL; f = f->f_next) { in cvthname() 2849 for (f = Files; f; f = f->f_next) { in domark() 3009 for (f = Files; f != NULL; f = f->f_next) { in die() 3053 next = f->f_next; in die() 3417 nextp = &f->f_next; in init() 3455 for (f = Files; f != NULL; f = f->f_next) { in init() 3474 for (f = Files; f != NULL; f = f->f_next) { in init() 3540 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f)); in init() 3541 cfline(0, "*.PANIC\t*", (*nextp)->f_next, "*", "*"); in init() [all...] |
H A D | sign.c | 339 for (f = Files; f; f = f->f_next) in sign_sg_init() 354 for (f = Files; f; f = f->f_next) in sign_sg_init() 410 for (f = Files; f; f = f->f_next) { in sign_sg_init() 430 for (f = Files; f; f = f->f_next) { in sign_sg_init()
|
H A D | syslogd.h | 333 struct filed *f_next; /* next in linked list */ member
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | filter.c | 150 f.f_next = NULL; in get_filter0() 358 new = &(*new)->f_next; in get_filter_list() 575 next = p->f_next; in filter_free_x() 793 for ( p = f->f_list; p != NULL; p = p->f_next ) { in filter2bv_undef_x() 902 n->f_next = NULL; in filter_dup() 967 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) { in filter_dup() 969 p = &(*p)->f_next; in filter_dup()
|
H A D | filterentry.c | 883 for ( f = flist; f != NULL; f = f->f_next ) { in test_filter_and() 914 for ( f = flist; f != NULL; f = f->f_next ) { in test_filter_or()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | search.c | 160 af.f_next = NULL; in search_aliases() 1297 for ( f=f->f_and; f; f=f->f_next ) { in oc_filter() 1391 rf.f_next = f; in search_candidates() 1394 xf.f_next = NULL; in search_candidates() 1406 sf.f_next = f; in search_candidates() 1409 nf.f_next = NULL; in search_candidates()
|
/netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
H A D | bootinfo.c | 248 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
|
/netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
H A D | bootinfo.c | 260 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
H A D | slapi_utils.c | 1581 return fprev->f_next; in slapi_filter_list_next() 1704 f->f_list->f_next = f2; in slapi_filter_join() 1705 f->f_next = NULL; in slapi_filter_join() 1725 (*pContainingFilter)->f_next = NULL; in slapi_x_filter_append() 1731 (*pNextFilter)->f_next = filterToAppend; in slapi_x_filter_append() 1801 for ( f = f->f_list; f != NULL; f = f->f_next ) { in slapi_filter_apply()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
H A D | search.cpp | 71 for ( f = f->f_list; f; f=f->f_next ) { in ndb_filter_check() 136 for ( f = f->f_list; f; f=f->f_next ) { in ndb_filter_set()
|