Home
last modified time | relevance | path

Searched defs:f (Results 51 – 75 of 1285) sorted by relevance

12345678910>>...52

/dragonfly/contrib/lvm2/dist/lib/filters/
H A Dfilter-persistent.c54 int persistent_filter_wipe(struct dev_filter *f) in persistent_filter_wipe()
99 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out) in persistent_filter_load()
180 int persistent_filter_dump(struct dev_filter *f) in persistent_filter_dump()
272 static int _lookup_p(struct dev_filter *f, struct device *dev) in _lookup_p()
291 static void _persistent_destroy(struct dev_filter *f) in _persistent_destroy()
306 struct dev_filter *f = NULL; in persistent_filter_create() local
/dragonfly/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
62 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)) argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
70 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument
71 #define TPARM_6(a,b,c,d,e,f,g) TPARM_7(a,b,c,d,e,f,g,0) argument
72 #define TPARM_5(a,b,c,d,e,f) TPARM_6(a,b,c,d,e,f,0) argument
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_debugfs.c99 static int amdgpu_debugfs_process_reg_op(bool read, struct file *f, in amdgpu_debugfs_process_reg_op()
201 static ssize_t amdgpu_debugfs_regs_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_read()
210 static ssize_t amdgpu_debugfs_regs_write(struct file *f, const char __user *buf, in amdgpu_debugfs_regs_write()
229 static ssize_t amdgpu_debugfs_regs_pcie_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_pcie_read()
308 static ssize_t amdgpu_debugfs_regs_didt_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_didt_read()
387 static ssize_t amdgpu_debugfs_regs_smc_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_smc_read()
426 static ssize_t amdgpu_debugfs_regs_smc_write(struct file *f, const char __user *buf, in amdgpu_debugfs_regs_smc_write()
468 static ssize_t amdgpu_debugfs_gca_config_read(struct file *f, char __user *buf, in amdgpu_debugfs_gca_config_read()
557 static ssize_t amdgpu_debugfs_sensor_read(struct file *f, char __user *buf, in amdgpu_debugfs_sensor_read()
617 static ssize_t amdgpu_debugfs_wave_read(struct file *f, char __user *buf, in amdgpu_debugfs_wave_read()
[all …]
/dragonfly/sys/net/ipfw3_layer2/
H A Dip_fw3_layer2.c67 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_layer2()
75 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac()
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from()
111 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from_lookup()
136 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to_lookup()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcache.c279 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell() local
288 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek() local
304 FILE *f; in cache_bread_1() local
393 FILE *f = bfd_cache_lookup (abfd, CACHE_NORMAL); in cache_bwrite() local
416 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_bflush() local
430 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bstat() local
458 FILE *f; in cache_bmmap() local
/dragonfly/contrib/gdb-7/bfd/
H A Dcache.c235 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell() local
244 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek() local
260 FILE *f; in cache_bread_1() local
349 FILE *f = bfd_cache_lookup (abfd, CACHE_NORMAL); in cache_bwrite() local
372 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_bflush() local
386 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_SEEK_ERROR); in cache_bstat() local
414 FILE *f; in cache_bmmap() local
/dragonfly/contrib/awk/
H A Db.c122 intalloc(size_t n, const char *f) in intalloc()
131 resizesetvec(const char *f) in resizesetvec()
144 resize_state(fa *f, int state) in resize_state()
228 fa *f; in mkdfa() local
259 int makeinit(fa *f, bool anchor) in makeinit()
599 static void resize_gototab(fa *f, int state) in resize_gototab()
690 static void clear_gototab(fa *f, int state) in clear_gototab()
697 int match(fa *f, const char *p0) /* shortest match ? */ in match()
727 int pmatch(fa *f, const char *p0) /* longest match, for sub */ in pmatch()
1462 int cgoto(fa *f, int s, int c) in cgoto()
[all …]
/dragonfly/stand/boot/common/
H A Ddevopen.c40 devopen(struct open_file *f, const char *fname, const char **file) in devopen()
60 devclose(struct open_file *f) in devclose()
73 devreplace(struct open_file *f, void *devdata) in devreplace()
/dragonfly/stand/lib/
H A Dbzipfs.c139 bzf_open(const char *fname, struct open_file *f) in bzf_open()
205 bzf_close(struct open_file *f) in bzf_close()
219 bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid) in bzf_read()
253 bzf_seek(struct open_file *f, off_t offset, int where) in bzf_seek()
286 bzf_stat(struct open_file *f, struct stat *sb) in bzf_stat()
H A Dgzipfs.c154 zf_open(const char *fname, struct open_file *f) in zf_open()
224 zf_close(struct open_file *f) in zf_close()
238 zf_read(struct open_file *f, void *buf, size_t size, size_t *resid) in zf_read()
272 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek()
305 zf_stat(struct open_file *f, struct stat *sb) in zf_stat()
H A Dsplitfs.c81 splitfs_open(const char *fname, struct open_file *f) in splitfs_open()
153 splitfs_close(struct open_file *f) in splitfs_close()
169 splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in splitfs_read()
219 splitfs_seek(struct open_file *f, off_t offset, int where) in splitfs_seek()
281 splitfs_stat(struct open_file *f, struct stat *sb) in splitfs_stat()
H A Dtftp.c272 tftp_open(const char *path, struct open_file *f) in tftp_open()
318 tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in tftp_read()
388 tftp_close(struct open_file *f) in tftp_close()
408 tftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in tftp_write()
414 tftp_stat(struct open_file *f, struct stat *sb) in tftp_stat()
425 tftp_seek(struct open_file *f, off_t offset, int where) in tftp_seek()
/dragonfly/contrib/libpcap/
H A Dsf-pcap.c62 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY) argument
65 #define SET_BINMODE(f) setmode(f, O_BINARY) argument
67 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY) argument
747 register FILE *f; in pcap_dump() local
765 pcap_setup_dump(pcap_t *p, int linktype, FILE *f, const char *fname) in pcap_setup_dump()
797 FILE *f; in pcap_dump_open() local
881 pcap_dump_fopen(pcap_t *p, FILE *f) in pcap_dump_fopen()
900 FILE *f; in pcap_dump_open_append() local
/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_xlat.c176 create_default_dataset(const struct dfui_form *f) in create_default_dataset()
264 const struct dfui_form *f = cfu->f; in curses_form_create_widget_row() local
391 create_buttons(const struct dfui_form *f, struct curses_form *cf, int is_menu) in create_buttons()
447 set_help(const struct dfui_form *f, struct curses_form *cf) in set_help()
465 curses_form_construct_from_dfui_form_single(const struct dfui_form *f) in curses_form_construct_from_dfui_form_single()
608 curses_form_construct_from_dfui_form_multiple(const struct dfui_form *f) in curses_form_construct_from_dfui_form_multiple()
749 curses_form_construct_from_dfui_form(const struct dfui_form *f) in curses_form_construct_from_dfui_form()
876 response_construct_from_curses_form_single(const struct dfui_form *f, in response_construct_from_curses_form_single()
903 response_construct_from_curses_form_multiple(const struct dfui_form *f, in response_construct_from_curses_form_multiple()
944 response_construct_from_curses_form(const struct dfui_form *f, in response_construct_from_curses_form()
/dragonfly/contrib/tcsh-6/
H A Dsh.exec.c91 # define tbit(f, i, t) (((t *) xhash)[(f)] & \ argument
93 # define tbis(f, i, t) (((t *) xhash)[(f)] |= \ argument
95 # define cbit(f, i) tbit(f, i, unsigned char) argument
96 # define cbis(f, i) tbis(f, i, unsigned char) argument
97 # define sbit(f, i) tbit(f, i, unsigned short) argument
98 # define sbis(f, i) tbis(f, i, unsigned short) argument
99 # define ibit(f, i) tbit(f, i, unsigned int) argument
100 # define ibis(f, i) tbis(f, i, unsigned int) argument
101 # define lbit(f, i) tbit(f, i, unsigned long) argument
102 # define lbis(f, i) tbis(f, i, unsigned long) argument
[all …]
/dragonfly/tools/tools/ath/athstats/
H A Dstatfoo.c95 const struct fmt *f = &sf->stats[*cp &~ 0x80]; in statfoo_print_header() local
111 const struct fmt *f = &sf->stats[*cp &~ 0x80]; in statfoo_print_current() local
128 const struct fmt *f = &sf->stats[*cp &~ 0x80]; in statfoo_print_total() local
140 const struct fmt *f; in statfoo_print_verbose() local
169 const struct fmt *f = &sf->stats[i]; in statfoo_print_fields() local
/dragonfly/contrib/gdb-7/readline/
H A Drlmbutil.h114 #define MB_NEXTCHAR(b,s,c,f) \ argument
118 #define MB_PREVCHAR(b,s,f) \ argument
134 #define _rl_find_prev_mbchar(b, i, f) (((i) == 0) ? (i) : ((i) - 1)) argument
135 #define _rl_find_next_mbchar(b, i1, i2, f) ((i1) + (i2)) argument
144 #define MB_NEXTCHAR(b,s,c,f) ((s) + (c)) argument
145 #define MB_PREVCHAR(b,s,f) ((s) - 1) argument
/dragonfly/tools/tools/net80211/wlanstats/
H A Dstatfoo.c102 const struct fmt *f = &sf->stats[six]; in statfoo_print_header() local
119 const struct fmt *f = &sf->stats[six]; in statfoo_print_current() local
137 const struct fmt *f = &sf->stats[six]; in statfoo_print_total() local
149 const struct fmt *f; in statfoo_print_verbose() local
178 const struct fmt *f = &sf->stats[i]; in statfoo_print_fields() local
/dragonfly/test/sysperf/
H A Dcmp.c15 struct f { struct
21 struct f *fp = &foo; argument
/dragonfly/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c145 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_tcpflag()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_uid()
163 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_gid()
174 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_established()
195 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_bpf()
/dragonfly/contrib/lvm2/dist/test/
H A Dharness.c59 void passed(int i, char *f) { in passed()
65 void skipped(int i, char *f) { in skipped()
71 void failed(int i, char *f, int st) { in failed()
84 void run(int i, char *f) { in run()
/dragonfly/libexec/rtld-elf/
H A Dlibmap.c26 char *f; member
203 char *cp, *f, *t, *c, *p; in lmc_parse() local
346 lm_add (const char *p, const char *f, const char *t) in lm_add()
367 lm_find (const char *p, const char *f) in lm_find()
395 lm_findn (const char *p, const char *f, const int n) in lm_findn()
412 lml_find (struct lm_list *lmh, const char *f) in lml_find()
/dragonfly/usr.bin/dc/
H A Dinout.c150 flushwrap(FILE *f) in flushwrap()
157 putcharwrap(FILE *f, int ch) in putcharwrap()
171 printwrap(FILE *f, const char *p) in printwrap()
282 printnumber(FILE *f, const struct number *b, u_int base) in printnumber()
370 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_value()
388 print_ascii(FILE *f, const struct number *n) in print_ascii()
/dragonfly/test/stress/fsstress/
H A Dfsstress.c957 int f; in make_freq_table() local
1370 pathname_t f; in allocsp_f() local
1494 pathname_t f; in attr_set_f() local
1555 pathname_t f; in bulkstat1_f() local
1612 pathname_t f; in chown_f() local
1636 pathname_t f; in creat_f() local
1728 pathname_t f; in dread_f() local
1819 pathname_t f; in dwrite_f() local
1899 pathname_t f; in fdatasync_f() local
1933 pathname_t f; in freesp_f() local
[all …]
/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_diagnostic.c75 struct dfui_form *f; in fn_show_dmesg() local
110 struct dfui_form *f; in fn_show_pciconf() local
145 struct dfui_form *f; in fn_show_natacontrol() local

12345678910>>...52