| /netbsd/src/games/atc/ |
| D | main.c | 84 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/ |
| D | kvm_file.c | 104 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/ |
| D | uipc_usrreq.c | 1712 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()
|
| D | uipc_domain.c | 605 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()
|
| D | kern_descrip.c | 1253 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()
|
| D | subr_autoconf.c | 229 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()
|
| D | uipc_socket2.c | 1714 LIST_FOREACH(fp, &filehead, f_list) { in socket_print()
|
| /netbsd/src/sys/dev/microcode/siop/ |
| D | ncr53cxxx.c | 55 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/ |
| D | dynlist.c | 99 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 …]
|
| D | translucent.c | 1023 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()
|
| D | rwmmap.c | 722 for ( p = f->f_list; p != NULL; p = p->f_next ) { in rwm_int_filter_map_rewrite()
|
| D | pcache.c | 1967 for ( f = f->f_list; f != NULL; f = f->f_next ) { in filter2template()
|
| /netbsd/src/sys/sys/ |
| D | file.h | 144 LIST_ENTRY(file) f_list; /* list of active files */
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | filter.c | 574 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()
|
| D | slap.h | 1098 #define f_list f_un.f_un_complex macro
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| 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()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_utils.c | 1559 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/ |
| D | map.c | 574 for ( p = f->f_list; p != NULL; p = p->f_next ) { in ldap_back_int_filter_map_rewrite()
|