Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 55) sorted by relevance

123

/dflybsd-src/contrib/lvm2/dist/lib/filters/
H A Dfilter-persistent.c43 static int _init_hash(struct pfilter *pf) in _init_hash()
56 struct pfilter *pf = (struct pfilter *) f->private; in persistent_filter_wipe() local
67 static int _read_array(struct pfilter *pf, struct config_tree *cft, in _read_array()
101 struct pfilter *pf = (struct pfilter *) f->private; in persistent_filter_load() local
143 static void _write_array(struct pfilter *pf, FILE *fp, const char *path, in _write_array()
182 struct pfilter *pf; in persistent_filter_dump() local
274 struct pfilter *pf = (struct pfilter *) f->private; in _lookup_p() local
293 struct pfilter *pf = (struct pfilter *) f->private; in _persistent_destroy() local
305 struct pfilter *pf; in persistent_filter_create() local
/dflybsd-src/sys/bus/pccard/
H A Dpccard.c135 pccard_ccr_read(struct pccard_function *pf, int ccr) in pccard_ccr_read()
142 pccard_ccr_write(struct pccard_function *pf, int ccr, int val) in pccard_ccr_write()
181 struct pccard_function *pf; in pccard_attach_card() local
295 struct pccard_function *pf; in pccard_detach_card() local
408 pccard_function_init(struct pccard_function *pf) in pccard_function_init()
513 pccard_function_free(struct pccard_function *pf) in pccard_function_free()
541 pccard_mfc_adjust_iobase(struct pccard_function *pf, bus_addr_t addr, in pccard_mfc_adjust_iobase()
578 pccard_function_enable(struct pccard_function *pf) in pccard_function_enable()
702 pccard_function_disable(struct pccard_function *pf) in pccard_function_disable()
965 struct pccard_function *pf = devi->pf; in pccard_probe_nomatch() local
[all …]
H A Dpccard_cis.c70 struct pccard_function *pf; member
453 struct pccard_function *pf; in pccard_print_cis() local
636 struct pccard_function *pf, *pfnext; in pccard_parse_cis_tuple() local
1263 decode_funce(const struct pccard_tuple *tuple, struct pccard_function *pf) in decode_funce()
H A Dpccardvar.h193 struct pccard_function *pf; member
209 struct pccard_function *pf; member
289 #define pccard_io_alloc(pf, start, size, align, pciop) \ argument
293 #define pccard_io_free(pf, pciohp) \ argument
300 #define pccard_mem_alloc(pf, size, pcmhp) \ argument
302 #define pccard_mem_free(pf, pcmhp) \ argument
304 #define pccard_mem_map(pf, kind, card_addr, size, pcmhp, offsetp, windowp) \ argument
307 #define pccard_mem_unmap(pf, window) \ argument
H A Dpccard_cis_quirks.c224 struct pccard_function *pf, *pf_next, *pf_last; in pccard_check_cis_quirks() local
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl.c1151 pfctl_add_pool(struct pfctl *pf, struct pf_pool *p, sa_family_t af) in pfctl_add_pool()
1172 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) in pfctl_add_rule()
1219 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pf_anchor *a) in pfctl_ruleset_trans()
1249 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, in pfctl_load_ruleset()
1309 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) in pfctl_load_rule()
1360 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) in pfctl_add_altq()
1390 struct pfctl pf; in pfctl_rules() local
1537 pfctl_init_options(struct pfctl *pf) in pfctl_init_options()
1582 pfctl_load_options(struct pfctl *pf) in pfctl_load_options()
1639 pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit) in pfctl_set_limit()
[all …]
H A Dpfctl_optimize.c260 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs) in pfctl_optimize_ruleset()
364 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock()
445 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules()
487 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules()
637 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules()
811 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback()
875 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks) in load_feedback_profile()
1216 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, in add_opt_table()
1277 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl) in pf_opt_create_table()
1330 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue, in construct_superblocks()
[all …]
H A Dpfctl_altq.c310 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfqueue()
409 eval_pfqueue_cbq(struct pfctl *pf, struct pf_altq *pa) in eval_pfqueue_cbq()
447 cbq_compute_idletime(struct pfctl *pf, struct pf_altq *pa) in cbq_compute_idletime()
/dflybsd-src/lib/libc/gen/
H A Dfmtcheck.c83 #define RETURN(pf,f,r) do { \ argument
89 get_next_format_from_precision(const char **pf) in get_next_format_from_precision()
241 get_next_format_from_width(const char **pf) in get_next_format_from_width()
260 get_next_format(const char **pf, EFT eft) in get_next_format()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dtasn_new.c273 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ASN1_primitive_new() local
325 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
H A Dtasn_fre.c193 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ASN1_primitive_free() local
/dflybsd-src/sys/bus/u4b/template/
H A Dusb_template.c526 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, in usb_hw_ep_match()
558 const struct usb_hw_ep_profile *pf; in usb_hw_ep_find_match() local
673 const struct usb_hw_ep_profile *pf; in usb_hw_ep_get_needs() local
845 const struct usb_hw_ep_profile *pf; in usb_hw_ep_resolve() local
/dflybsd-src/lib/libusb/
H A Dlibusb20_desc.c322 const uint8_t *pf; /* pointer to format data */ in libusb20_me_encode() local
555 const uint8_t *pf; /* pointer to format data */ in libusb20_me_decode() local
/dflybsd-src/sbin/dump/
H A Doptr.c291 struct pfstab *pf; in dump_getfstab() local
321 struct pfstab *pf; in fstabsearch() local
/dflybsd-src/libexec/tftpd/
H A Dtftpd.c351 struct formats *pf; in tftp() local
579 xmitfile(struct formats *pf) in xmitfile()
658 recvfile(struct formats *pf) in recvfile()
/dflybsd-src/bin/sh/
H A Dinput.c436 struct parsefile *pf; in pushfile() local
454 struct parsefile *pf = parsefile; in popfile() local
/dflybsd-src/contrib/mpfr/src/
H A Dset_q.c36 mpfr_prec_t pf; in set_z() local
/dflybsd-src/sys/netinet/
H A Dtcp_debug.c183 #define pf(f) { \ in tcp_trace() macro
/dflybsd-src/libexec/ftpd/
H A Dftpcmd.y337 int pf; variable
/dflybsd-src/sys/vfs/hpfs/
H A Dhpfs_alsubr.c337 u_long pf; in hpfs_addextent() local
554 u_long pf; in hpfs_addextentr() local
/dflybsd-src/tools/tools/ifinfo/
H A Difinfo.c74 printfcn pf; in main() local
/dflybsd-src/contrib/dhcpcd/src/
H A Dbpf.c294 struct bpf_program pf = { .bf_insns = filter, .bf_len = filter_len }; in bpf_attach() local
304 struct bpf_program pf = { .bf_insns = filter, .bf_len = filter_len }; in bpf_wattach() local
/dflybsd-src/usr.sbin/installer/dfuife_curses/
H A Dmain.c143 struct curses_form *pf = NULL; in main() local
/dflybsd-src/games/quiz/
H A Dquiz.c148 FILE *pf; in show_index() local
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dmacro.c1133 formal_entry **pf; in macro_expand() local
1208 formal_entry **pf; in macro_expand() local

123