Home
last modified time | relevance | path

Searched refs:f_list (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/games/atc/
Dmain.c84 int f_usage = 0, f_list = 0, f_showscore = 0; in main() local
108 f_list = 1; in main()
136 if (f_list) in main()
145 if (f_usage || f_showscore || f_list || f_printpath) in main()
/netbsd/src/lib/libkvm/
Dkvm_file.c104 for (fp = fhead.lh_first; fp != 0; fp = fp->f_list.le_next) { in kvm_deadfiles()
153 fhead.lh_first = fp->f_list.le_next; in kvm_getfiles()
/netbsd/src/sys/kern/
Duipc_usrreq.c1712 LIST_FOREACH(fp, &filehead, f_list) { in unp_gc()
1733 np = LIST_NEXT(fp, f_list); in unp_gc()
1767 LIST_INSERT_AFTER(fp, dp, f_list); in unp_gc()
1791 np = LIST_NEXT(dp, f_list); in unp_gc()
1792 LIST_REMOVE(dp, f_list); in unp_gc()
1810 np = LIST_NEXT(fp, f_list); in unp_gc()
1829 LIST_INSERT_AFTER(fp, dp, f_list); in unp_gc()
1847 np = LIST_NEXT(dp, f_list); in unp_gc()
1848 LIST_REMOVE(dp, f_list); in unp_gc()
Duipc_domain.c605 LIST_FOREACH_SAFE(fp, &filehead, f_list, np) { in sysctl_unpcblist()
631 LIST_INSERT_AFTER(fp, dfp, f_list); in sysctl_unpcblist()
637 np = LIST_NEXT(dfp, f_list); in sysctl_unpcblist()
638 LIST_REMOVE(dfp, f_list); in sysctl_unpcblist()
Dkern_descrip.c1253 LIST_INSERT_HEAD(&filehead, fp, f_list); in file_ctor()
1268 LIST_REMOVE(fp, f_list); in file_dtor()
2359 COND_SET_STRUCT(fp->f_list, fpsrc->f_list, allowaddr); in fill_file()
Dsubr_autoconf.c229 TAILQ_ENTRY(finalize_hook) f_list;
2668 TAILQ_FOREACH(f, &config_finalize_list, f_list) { in config_finalize_register()
2678 TAILQ_INSERT_TAIL(&config_finalize_list, f, f_list); in config_finalize_register()
2735 TAILQ_FOREACH(f, &config_finalize_list, f_list) in config_finalize()
2743 TAILQ_REMOVE(&config_finalize_list, f, f_list); in config_finalize()
Duipc_socket2.c1714 LIST_FOREACH(fp, &filehead, f_list) { in socket_print()
/netbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c55 void f_list (void); /* ENTRY, EXTERNAL label list */
80 {"ENTRY", f_list},
82 {"EXTERN", f_list},
83 {"EXTERNAL", f_list},
892 void f_list (void) in f_list() function
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Ddynlist.c99 for ( f = f->f_list; f; f = f->f_next ) in ad_infilter()
1159 orf->f_list = andf; in dynlist_filter_dyngroup()
1162 andf->f_next = orf->f_list; in dynlist_filter_dyngroup()
1163 orf->f_list = andf; in dynlist_filter_dyngroup()
1167 andf->f_list = dnf; in dynlist_filter_dyngroup()
1219 orf->f_list = dnf; in dynlist_filter_stgroup()
1222 dnf->f_next = orf->f_list; in dynlist_filter_stgroup()
1223 orf->f_list = dnf; in dynlist_filter_stgroup()
1229 dnf->f_next = orf->f_list; in dynlist_filter_stgroup()
1230 orf->f_list = dnf; in dynlist_filter_stgroup()
[all …]
Dtranslucent.c1023 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) { in trans_filter_dup()
1030 if ( !n->f_list ) { in trans_filter_dup()
1036 !n->f_list->f_next ) { in trans_filter_dup()
1037 f = n->f_list; in trans_filter_dup()
1060 for ( p = f->f_list; p; p = next ) { in trans_filter_free()
Drwmmap.c722 for ( p = f->f_list; p != NULL; p = p->f_next ) { in rwm_int_filter_map_rewrite()
Dpcache.c1967 for ( f = f->f_list; f != NULL; f = f->f_next ) { in filter2template()
/netbsd/src/sys/sys/
Dfile.h144 LIST_ENTRY(file) f_list; /* list of active files */
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dfilter.c574 for ( p = f->f_list; p != NULL; p = next ) { in filter_free_x()
793 for ( p = f->f_list; p != NULL; p = p->f_next ) { in filter2bv_undef_x()
967 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) { in filter_dup()
Dslap.h1098 #define f_list f_un.f_un_complex macro
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dsearch.cpp71 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()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_utils.c1559 return (Slapi_Filter *)f->f_list; in slapi_filter_list_first()
1703 f->f_list = f1; in slapi_filter_join()
1704 f->f_list->f_next = f2; in slapi_filter_join()
1724 (*pContainingFilter)->f_list = 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-meta/
Dmap.c574 for ( p = f->f_list; p != NULL; p = p->f_next ) { in ldap_back_int_filter_map_rewrite()