/src/games/atc/ |
main.c | 84 int f_usage = 0, f_list = 0, f_showscore = 0; local in function:main 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/sys/ |
file.h | 144 LIST_ENTRY(file) f_list; /* list of active files */
|
/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 | 230 TAILQ_ENTRY(finalize_hook) f_list; 2682 TAILQ_FOREACH(f, &config_finalize_list, f_list) { 2692 TAILQ_INSERT_TAIL(&config_finalize_list, f, f_list); 2749 TAILQ_FOREACH(f, &config_finalize_list, f_list) 2757 TAILQ_REMOVE(&config_finalize_list, f, f_list);
|
kern_descrip.c | 1257 LIST_INSERT_HEAD(&filehead, fp, f_list); 1272 LIST_REMOVE(fp, f_list); 2401 COND_SET_STRUCT(fp->f_list, fpsrc->f_list, allowaddr);
|
uipc_socket2.c | 1714 LIST_FOREACH(fp, &filehead, f_list) {
|
/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 in typeref:typename:void
|