Searched defs:pf (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-10.1-release/libexec/tftpd/
H A Dtftpd.c467 struct formats *pf; local
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh4.c355 int pf[2]; local
/freebsd-10.1-release/sys/dev/pccard/
H A Dpccard_cis.c72 struct pccard_function *pf; member in struct:cis_state
481 struct pccard_function *pf; local
664 struct pccard_function *pf, *pfnext; local
1273 decode_funce(const struct pccard_tuple *tuple, struct pccard_function *pf) argument
[all...]
H A Dpccardvarp.h158 struct pccard_function *pf; member in struct:pccard_ivar
183 struct pccard_function *pf; member in struct:pccard_cis_quirk
H A Dpccard.c138 pccard_ccr_read(struct pccard_function *pf, int ccr) argument
145 pccard_ccr_write(struct pccard_function *pf, int ccr, int val) argument
187 struct pccard_function *pf; local
255 pccard_probe_and_attach_child(device_t dev, device_t child, struct pccard_function *pf) argument
328 struct pccard_function *pf; local
452 struct pccard_function *pf = devi->pf; local
469 pccard_function_init(struct pccard_function *pf, int entry) argument
591 pccard_function_free(struct pccard_function *pf) argument
619 pccard_mfc_adjust_iobase(struct pccard_function *pf, bus_addr_t addr, bus_addr_t offset, bus_size_t size) argument
656 pccard_function_enable(struct pccard_function *pf) argument
771 pccard_function_disable(struct pccard_function *pf) argument
1004 struct pccard_function *pf = devi->pf; local
1024 struct pccard_function *pf = devi->pf; local
1055 struct pccard_function *pf = devi->pf; local
1071 struct pccard_function *pf = devi->pf; local
1121 struct pccard_function *pf; local
1223 struct pccard_function *pf = ivar->pf; local
1231 struct pccard_function *pf = (struct pccard_function*) arg; local
1270 struct pccard_function *pf = (struct pccard_function*) arg; local
1282 struct pccard_function *pf = ivar->pf; local
1309 struct pccard_function *pf = ivar->pf; local
1332 struct pccard_function *pf = ivar->pf; local
1363 struct pccard_function *pf = devi->pf; local
1389 struct pccard_function *pf = devi->pf; local
1428 struct pccard_function *pf = devi->pf; local
[all...]
/freebsd-10.1-release/sys/dev/usb/template/
H A Dusb_template.c529 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, argument
561 const struct usb_hw_ep_profile *pf; local
676 const struct usb_hw_ep_profile *pf; local
848 const struct usb_hw_ep_profile *pf; local
[all...]
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_dn_io.c475 struct dn_profile *pf = s->profile; local
H A Dip_dn_glue.c475 dn_compat_config_profile(struct dn_profile *pf, struct dn_link *p, argument
503 struct dn_profile *pf local
633 struct dn_profile *pf = s->profile; local
[all...]
/freebsd-10.1-release/usr.bin/m4/
H A Deval.c729 FILE *pf; local
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c854 const ASN1_PRIMITIVE_FUNCS *pf; local
/freebsd-10.1-release/contrib/binutils/gas/
H A Dmacro.c1090 formal_entry **pf; local
1165 formal_entry **pf; local
[all...]
/freebsd-10.1-release/sbin/pfctl/
H A Dpfctl_altq.c234 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, argument
309 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, argument
404 eval_pfqueue_cbq(struct pfctl *pf, struct pf_altq *pa) argument
442 cbq_compute_idletime(struct pfctl *pf, struct pf_altq *pa) argument
596 eval_pfqueue_priq(struct pfctl *pf, struct pf_altq *pa) argument
673 eval_pfqueue_hfsc(struct pfctl *pf, struct pf_altq *pa) argument
[all...]
H A Dpfctl_optimize.c263 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs) argument
367 optimize_superblock(struct pfctl *pf, struct superblock *block) argument
448 remove_identical_rules(struct pfctl *pf, struct superblock *block) argument
490 combine_rules(struct pfctl *pf, struct superblock *block) argument
640 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) argument
814 block_feedback(struct pfctl *pf, struct superblock *block) argument
882 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks) argument
1223 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, struct pf_rule_addr *addr) argument
1284 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl) argument
1337 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue, struct superblocks *superblocks) argument
1630 superblock_free(struct pfctl *pf, struct superblock *block) argument
[all...]
/freebsd-10.1-release/sys/dev/usb/controller/
H A Datmegadci.c2009 const struct usb_hw_ep_profile *pf; local
H A Davr32dci.c1112 const struct usb_hw_ep_profile *pf; local
1948 const struct usb_hw_ep_profile *pf; local
[all...]
H A Dat91dci.c1299 const struct usb_hw_ep_profile *pf; local
2199 const struct usb_hw_ep_profile *pf; local
H A Dmusb_otg.c3036 struct usb_hw_ep_profile *pf; local
4122 const struct usb_hw_ep_profile *pf; local
[all...]
H A Duss820dci.c1338 const struct usb_hw_ep_profile *pf; local
2218 const struct usb_hw_ep_profile *pf; local
[all...]
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dtc.c436 struct prog_found_pair *pf = data; local
487 struct prog_found_pair pf; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dcgraphunit.c1369 struct cgraph_node *pf; local
/freebsd-10.1-release/sbin/ipfw/
H A Ddummynet.c769 struct dn_profile *pf = NULL; local
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c566 uint32_t pf = G_FW_VIID_PFN(viid); local
/freebsd-10.1-release/sys/dev/e1000/
H A De1000_82575.c2258 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) argument
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_device.h124 const struct usb_hw_ep_profile *pf; member in struct:usb_hw_ep_scratch_sub
/freebsd-10.1-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2289 ng_btsocket_rfcomm_receive_uih(ng_btsocket_rfcomm_session_p s, int dlci, int pf, struct mbuf *m0) argument
3035 ng_btsocket_rfcomm_send_uih(ng_btsocket_rfcomm_session_p s, u_int8_t address, u_int8_t pf, u_int8_t credits, struct mbuf *data) argument
[all...]

Completed in 265 milliseconds

1234