Home
last modified time | relevance | path

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

/netbsd-src/games/atc/
H A 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/
H A 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/
H A 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);
H A 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()
H A Dkern_descrip.c1253 LIST_INSERT_HEAD(&filehead, fp, f_list);
1268 LIST_REMOVE(fp, f_list);
2359 COND_SET_STRUCT(fp->f_list, fpsrc->f_list, allowaddr); in fill_file()
H A 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()
H A Duipc_socket2.c1714 LIST_FOREACH(fp, &filehead, f_list) { in socket_print()
/netbsd-src/sys/dev/microcode/siop/
H A 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/
H A 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 …]
H A 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()
H A Drwmmap.c722 for ( p = f->f_list; p != NULL; p = p->f_next ) { in rwm_int_filter_map_rewrite()
H A Dpcache.c1967 for ( f = f->f_list; f != NULL; f = f->f_next ) { in filter2template()
/netbsd-src/sys/sys/
H A Dfile.h144 LIST_ENTRY(file) f_list; /* list of active files */
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A 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()
H A Dslap.h1098 #define f_list f_un.f_un_complex macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A 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/
H A 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/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.cc2682 Vector<DbeFile*> *f_list = dbeFiles->values (); in set_need_refind() local
2683 for (long i = 0, sz = f_list == NULL ? 0 : f_list->size (); i < sz; i++) in set_need_refind()
2685 DbeFile *f = f_list->get (i); in set_need_refind()
2688 delete f_list; in set_need_refind()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSession.cc2682 Vector<DbeFile*> *f_list = dbeFiles->values (); in set_need_refind() local
2683 for (long i = 0, sz = f_list == NULL ? 0 : f_list->size (); i < sz; i++) in set_need_refind()
2685 DbeFile *f = f_list->get (i); in set_need_refind()
2688 delete f_list; in set_need_refind()
H A DDbeSession.cc.12676 Vector<DbeFile*> *f_list = dbeFiles->values ();
2677 for (long i = 0, sz = f_list == NULL ? 0 : f_list->size (); i < sz; i++)
2679 DbeFile *f = f_list->get (i);
2682 delete f_list;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c574 for ( p = f->f_list; p != NULL; p = p->f_next ) { in ldap_back_int_filter_map_rewrite()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c229 for ( p = f->f_list; p != NULL; p = p->f_next ) { in asyncmeta_int_filter2bv()