HomeSort by: relevance | last modified time | path
    Searched refs:f_list (Results 1 - 21 of 21) sorted by relevancy

  /src/games/atc/
main.c 84 int f_usage = 0, f_list = 0, f_showscore = 0; local
108 f_list = 1;
136 if (f_list)
145 if (f_usage || f_showscore || f_list || f_printpath)
  /src/lib/libkvm/
kvm_file.c 104 for (fp = fhead.lh_first; fp != 0; fp = fp->f_list.le_next) {
153 fhead.lh_first = fp->f_list.le_next;
  /src/sys/kern/
uipc_domain.c 605 LIST_FOREACH_SAFE(fp, &filehead, f_list, np) {
631 LIST_INSERT_AFTER(fp, dfp, f_list);
637 np = LIST_NEXT(dfp, f_list);
638 LIST_REMOVE(dfp, f_list);
uipc_usrreq.c 1713 LIST_FOREACH(fp, &filehead, f_list) {
1734 np = LIST_NEXT(fp, f_list);
1768 LIST_INSERT_AFTER(fp, dp, f_list);
1792 np = LIST_NEXT(dp, f_list);
1793 LIST_REMOVE(dp, f_list);
1811 np = LIST_NEXT(fp, f_list);
1830 LIST_INSERT_AFTER(fp, dp, f_list);
1848 np = LIST_NEXT(dp, f_list);
1849 LIST_REMOVE(dp, f_list);
subr_autoconf.c 238 TAILQ_ENTRY(finalize_hook) f_list;
2773 TAILQ_FOREACH(f, &config_finalize_list, f_list) {
2783 TAILQ_INSERT_TAIL(&config_finalize_list, f, f_list);
2840 TAILQ_FOREACH(f, &config_finalize_list, f_list)
2848 TAILQ_REMOVE(&config_finalize_list, f, f_list);
kern_descrip.c 1260 LIST_INSERT_HEAD(&filehead, fp, f_list);
1275 LIST_REMOVE(fp, f_list);
2404 COND_SET_STRUCT(fp->f_list, fpsrc->f_list, allowaddr);
uipc_socket2.c 1714 LIST_FOREACH(fp, &filehead, f_list) {
  /src/sys/sys/
file.h 144 LIST_ENTRY(file) f_list; /* list of active files */ member in struct:file
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
dynlist.c 100 for ( f = f->f_list; f; f = f->f_next )
173 for ( f = f->f_list; f; f = f->f_next )
177 transform_filter( op, dli, !not, f->f_list );
221 for ( f = f->f_list; f; f = f->f_next )
1302 orf->f_list = andf;
1305 andf->f_next = orf->f_list;
1306 orf->f_list = andf;
1310 andf->f_list = dnf;
1358 orf->f_list = NULL;
1361 dnf->f_next = orf->f_list;
    [all...]
translucent.c 1055 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) {
1062 if ( !n->f_list ) {
1068 !n->f_list->f_next ) {
1069 f = n->f_list;
1092 for ( p = f->f_list; p; p = next ) {
nestgroup.c 298 for ( f = f->f_list; f; f = f->f_next )
750 mbr_f[i].nf_f->f_list = mbr_f[i].nf_new;
760 mof_f[i].nf_f->f_list = mof_f[i].nf_new;
rwmmap.c 722 for ( p = f->f_list; p != NULL; p = p->f_next ) {
pcache.c 1973 for ( f = f->f_list; f != NULL; f = f->f_next ) {
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 55 void f_list (void); /* ENTRY, EXTERNAL label list */
80 {"ENTRY", f_list},
82 {"EXTERN", f_list},
83 {"EXTERNAL", f_list},
889 * f_list: process list of symbols for the ENTRY and EXTERNAL directive
892 void f_list (void) function
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 574 for ( p = f->f_list; p != NULL; p = next ) {
793 for ( p = f->f_list; p != NULL; p = p->f_next ) {
962 for ( p = &n->f_list, f = f->f_list; f; f = f->f_next ) {
slap.h 1101 #define f_list f_un.f_un_complex macro
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 1563 return (Slapi_Filter *)f->f_list;
1707 f->f_list = f1;
1708 f->f_list->f_next = f2;
1728 (*pContainingFilter)->f_list = filterToAppend;
1805 for ( f = f->f_list; f != NULL; f = f->f_next ) {
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.cc 2692 Vector<DbeFile*> *f_list = dbeFiles->values (); local
2693 for (long i = 0, sz = f_list == NULL ? 0 : f_list->size (); i < sz; i++)
2695 DbeFile *f = f_list->get (i);
2698 delete f_list;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.cc 2692 Vector<DbeFile*> *f_list = dbeFiles->values (); local
2693 for (long i = 0, sz = f_list == NULL ? 0 : f_list->size (); i < sz; i++)
2695 DbeFile *f = f_list->get (i);
2698 delete f_list;
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 230 for ( p = f->f_list; p != NULL; p = p->f_next ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
map.c 574 for ( p = f->f_list; p != NULL; p = p->f_next ) {

Completed in 54 milliseconds