/netbsd-src/sys/dev/pcmcia/ |
H A D | pcmcia.c | 95 pcmcia_ccr_read(struct pcmcia_function *pf, int ccr) in pcmcia_ccr_read() 103 pcmcia_ccr_write(struct pcmcia_function *pf, int ccr, int val) in pcmcia_ccr_write() 159 struct pcmcia_function *pf; in pcmcia_card_attach() local 220 struct pcmcia_function *pf; in pcmcia_rescan() local 261 struct pcmcia_function *pf; in pcmcia_card_detach() local 296 struct pcmcia_function *pf; in pcmcia_childdetached() local 317 struct pcmcia_function *pf; in pcmcia_card_deactivate() local 439 pcmcia_function_init(struct pcmcia_function *pf, struct pcmcia_config_entry *cfe) in pcmcia_function_init() 472 pcmcia_function_enable(struct pcmcia_function *pf) in pcmcia_function_enable() 612 pcmcia_function_disable(struct pcmcia_function *pf) in pcmcia_function_disable() [all …]
|
H A D | slhci_pcmcia.c | 89 struct pcmcia_function *pf = pa->pf; in slhci_pcmcia_attach() local 115 struct pcmcia_function *pf; in slhci_pcmcia_enable() local
|
H A D | pcmciavar.h | 206 const struct pcmcia_function *pf; member 214 struct pcmcia_function *pf; member 301 #define pcmcia_io_alloc(pf, start, size, align, pciop) \ argument 305 #define pcmcia_io_free(pf, pciohp) \ argument 314 #define pcmcia_mem_alloc(pf, size, pcmhp) \ argument 317 #define pcmcia_mem_free(pf, pcmhp) \ argument 320 #define pcmcia_mem_map(pf, kind, card_addr, size, pcmhp, offsetp, windowp) \ argument 324 #define pcmcia_mem_unmap(pf, window) \ argument
|
H A D | if_awi_pcmcia.c | 124 struct pcmcia_function *pf = psc->sc_pf; in awi_pcmcia_enable() local 145 struct pcmcia_function *pf = psc->sc_pf; in awi_pcmcia_disable() local
|
H A D | pcmcia_cis.c | 59 struct pcmcia_function *pf; member 89 struct pcmcia_function *pf, *npf; in pcmcia_free_pf() local 541 struct pcmcia_function *pf; in pcmcia_print_cis() local 951 struct pcmcia_function *pf = state->pf; in decode_funce() local
|
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/ |
H A D | filter-persistent.c | 43 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
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl.c | 1110 pfctl_add_pool(struct pfctl *pf, struct pf_pool *p, sa_family_t af) in pfctl_add_pool() 1131 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) in pfctl_add_rule() 1178 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pf_anchor *a) in pfctl_ruleset_trans() 1208 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, in pfctl_load_ruleset() 1268 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) in pfctl_load_rule() 1319 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) in pfctl_add_altq() 1349 struct pfctl pf; in pfctl_rules() local 1504 pfctl_init_options(struct pfctl *pf) in pfctl_init_options() 1547 pfctl_load_options(struct pfctl *pf) in pfctl_load_options() 1604 pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit) in pfctl_set_limit() [all …]
|
H A D | pfctl_optimize.c | 259 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs) in pfctl_optimize_ruleset() 363 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock() 444 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules() 486 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules() 636 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules() 810 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback() 874 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() 1329 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue, in construct_superblocks() [all …]
|
H A D | pfctl_altq.c | 222 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfaltq() 293 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfqueue() 388 eval_pfqueue_cbq(struct pfctl *pf, struct pf_altq *pa) in eval_pfqueue_cbq() 426 cbq_compute_idletime(struct pfctl *pf, struct pf_altq *pa) in cbq_compute_idletime() 583 eval_pfqueue_priq(struct pfctl *pf, struct pf_altq *pa) in eval_pfqueue_priq() 660 eval_pfqueue_hfsc(struct pfctl *pf, struct pf_altq *pa) in eval_pfqueue_hfsc()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | fmtcheck.c | 66 #define RETURN(pf,f,r) do { \ argument 72 get_next_format_from_precision(const char **pf) in get_next_format_from_precision() 176 get_next_format_from_width(const char **pf) in get_next_format_from_width() 195 get_next_format(const char **pf, EFT eft) in get_next_format()
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | place.c | 66 struct placefile *pf; in placefile_create() local 90 placefile_destroy(struct placefile *pf) in placefile_destroy() 112 struct placefile *pf; in placefile_find() local 128 struct placefile *pf; in place_changefile() local 146 struct placefile *pf; in place_addfile() local 188 place_setfilestart(struct place *p, const struct placefile *pf) in place_setfilestart()
|
H A D | files.c | 177 file_read(const struct placefile *pf, int fd, const char *name, bool toplevel) in file_read() 370 const struct placefile *pf; in file_search() local 419 const struct placefile *pf; in file_readabsolute() local
|
/netbsd-src/lib/libc/gen/ |
H A D | fmtcheck.c | 88 #define RETURN(pf,f,r) do { \ argument 94 get_next_format_from_precision(const char **pf) in get_next_format_from_precision() 264 get_next_format_from_width(const char **pf) in get_next_format_from_width() 283 get_next_format(const char **pf, EFT eft) in get_next_format()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | inet_proto.c | 177 static void inet_proto_free(INET_PROTO_INFO *pf) in inet_proto_free() 190 INET_PROTO_INFO *pf; in inet_proto_init() local 307 INET_PROTO_INFO *pf; in main() local
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | .gdbinit | 40 define pf definition
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | tasn_new.c | 273 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local 334 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | run-tests.sh | 138 pf() { function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | tasn_new.c | 272 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local 333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
|
/netbsd-src/sys/arch/i386/pci/ |
H A D | pcic_pci_machdep.c | 67 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) in pcic_pci_machdep_chip_intr_establish()
|
/netbsd-src/usr.sbin/puffs/mount_psshfs/ |
H A D | fs.c | 241 struct psshfs_fid *pf = fid; in psshfs_fs_nodetofh() local 256 struct psshfs_fid *pf = fid; in psshfs_fs_fhtonode() local
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | nit.c | 126 struct packetfilt pf; local 189 struct packetfilt pf; local
|
/netbsd-src/tests/sys/uvm/ |
H A D | t_uvm_physseg_load.c | 284 paddr_t pf = atop(pa); in uvm_phys_to_vm_page() local 535 paddr_t pf = 0; in ATF_TC_BODY() local 584 paddr_t pf = 0; in ATF_TC_BODY() local 633 paddr_t pf = 0; in ATF_TC_BODY() local 682 paddr_t pf = 0; in ATF_TC_BODY() local
|
/netbsd-src/usr.bin/config/ |
H A D | util.c | 82 struct prefix *pf; in prefixlist_push() local 102 struct prefix *pf; in prefixlist_pop() local 158 struct prefix *pf; in sourcepath() local [all...] |
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | set_q.c | 37 mpfr_prec_t pf; in set_z() local
|
/netbsd-src/sys/netinet/ |
H A D | tcp_debug.c | 191 #define pf(f) { if (th->th_flags&__CONCAT(TH_,f)) { \ in tcp_trace() macro
|