Searched refs:pf (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-10-stable/contrib/file/src/
H A Dfmtcheck.c57 #define RETURN(pf,f,r) do { \
58 *(pf) = (f); \
63 get_next_format_from_precision(const char **pf) argument
70 f = *pf;
78 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
97 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
114 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
117 RETURN(pf,f,FMTCHECK_UNKNOWN);
119 RETURN(pf,f,FMTCHECK_LONG);
121 RETURN(pf,
167 get_next_format_from_width(const char **pf) argument
186 get_next_format(const char **pf, EFT eft) argument
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dfmtcheck.c83 #define RETURN(pf,f,r) do { \
84 *(pf) = (f); \
89 get_next_format_from_precision(const char **pf) argument
94 f = *pf;
98 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
112 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
140 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
144 RETURN(pf,f,FMTCHECK_LONG);
146 RETURN(pf,f,FMTCHECK_QUAD);
148 RETURN(pf,
241 get_next_format_from_width(const char **pf) argument
260 get_next_format(const char **pf, EFT eft) argument
[all...]
/freebsd-10-stable/sys/dev/pccard/
H A Dpccard.c87 static int pccard_ccr_read(struct pccard_function *pf, int ccr);
88 static void pccard_ccr_write(struct pccard_function *pf, int ccr, int val);
91 static void pccard_function_init(struct pccard_function *pf, int entry);
92 static void pccard_function_free(struct pccard_function *pf);
93 static int pccard_function_enable(struct pccard_function *pf);
94 static void pccard_function_disable(struct pccard_function *pf);
112 struct pccard_function *pf);
138 pccard_ccr_read(struct pccard_function *pf, int ccr) argument
140 return (bus_space_read_1(pf->pf_ccrt, pf
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...]
H A Dpccard_cis_quirks.c285 struct pccard_function *pf, *pf_next, *pf_last; local
289 pf = NULL;
309 for (pf = STAILQ_FIRST(&sc->card.pf_head); pf != NULL;
310 pf = pf_next) {
311 for (cfe = STAILQ_FIRST(&pf->cfe_head); cfe != NULL;
316 pf_next = STAILQ_NEXT(pf, pf_list);
317 free(pf, M_DEVBUF);
324 if (pf_last == q->pf) {
331 STAILQ_INSERT_TAIL(&pf
[all...]
H A Dpccard_cis.c72 struct pccard_function *pf; member in struct:cis_state
95 state.pf = NULL;
481 struct pccard_function *pf; local
510 STAILQ_FOREACH(pf, &card->pf_head, pf_list) {
511 device_printf(dev, "function %d: ", pf->number);
513 switch (pf->function) {
551 printf("unknown (%d)", pf->function);
555 printf(", ccr addr %#x mask %#x\n", pf->ccr_base, pf->ccr_mask);
557 STAILQ_FOREACH(cfe, &pf
664 struct pccard_function *pf, *pfnext; local
1273 decode_funce(const struct pccard_tuple *tuple, struct pccard_function *pf) argument
[all...]
/freebsd-10-stable/share/examples/pf/
H A DMakefile7 pf.conf \
10 FILESDIR= ${SHAREDIR}/examples/pf
/freebsd-10-stable/lib/libutil/tests/
H A Dpidfile_test.c64 struct pidfh *pf; local
68 pf = pidfile_open(fn, 0600, &other);
69 if (pf == NULL && other != 0)
71 if (pf == NULL)
73 if (pidfile_write(pf) != 0) {
74 pidfile_close(pf);
78 pidfile_close(pf);
130 struct pidfh *pf = NULL; local
142 pf = pidfile_open(fn, 0600, &other);
143 if (pf
[all...]
/freebsd-10-stable/usr.sbin/ftp-proxy/ftp-proxy/
H A DMakefile3 .PATH: ${.CURDIR}/../../../contrib/pf/ftp-proxy
10 CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
/freebsd-10-stable/sys/dev/ixl/
H A Dif_ixl.c218 static void ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf);
219 static void ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf);
415 struct ixl_pf *pf; local
428 pf = device_get_softc(dev);
429 pf->dev = pf->osdep.dev = dev;
430 hw = &pf->hw;
436 vsi = &pf->vsi;
437 vsi->dev = pf->dev;
440 IXL_PF_LOCK_INIT(pf, device_get_nameuni
750 struct ixl_pf *pf = device_get_softc(dev); local
829 struct ixl_pf *pf = device_get_softc(dev); local
844 ixl_get_hw_capabilities(struct ixl_pf *pf) argument
980 struct ixl_pf *pf = vsi->back; local
1128 ixl_init_locked(struct ixl_pf *pf) argument
1235 struct ixl_pf *pf = arg; local
1285 struct ixl_pf *pf = arg; local
1398 struct ixl_pf *pf = arg; local
1443 struct ixl_pf *pf = vsi->back; local
1799 struct ixl_pf *pf = arg; local
1867 ixl_update_link_status(struct ixl_pf *pf) argument
1918 ixl_stop(struct ixl_pf *pf) argument
1948 ixl_assign_vsi_legacy(struct ixl_pf *pf) argument
2002 ixl_assign_vsi_msix(struct ixl_pf *pf) argument
2093 ixl_init_msix(struct ixl_pf *pf) argument
2216 ixl_configure_msix(struct ixl_pf *pf) argument
2273 ixl_configure_legacy(struct ixl_pf *pf) argument
2333 ixl_configure_itr(struct ixl_pf *pf) argument
2363 ixl_allocate_pci_resources(struct ixl_pf *pf) argument
2397 ixl_free_pci_resources(struct ixl_pf * pf) argument
2644 ixl_link_event(struct ixl_pf *pf, struct i40e_arq_event_info *e) argument
2675 ixl_switch_config(struct ixl_pf *pf) argument
2724 struct ixl_pf *pf = vsi->back; local
2898 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
2952 ixl_setup_stations(struct ixl_pf *pf) argument
3223 ixl_add_vsi_sysctls(struct ixl_pf *pf, struct ixl_vsi *vsi, struct sysctl_ctx_list *ctx, const char *sysctl_name) argument
3240 ixl_add_hw_stats(struct ixl_pf *pf) argument
3417 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
3516 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
3540 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
3641 struct ixl_pf *pf; local
3738 struct ixl_pf *pf; local
3799 struct ixl_pf *pf; local
3857 struct ixl_pf *pf = vsi->back; local
3908 struct ixl_pf *pf = vsi->back; local
3962 ixl_handle_mdd_event(struct ixl_pf *pf) argument
4131 ixl_update_stats_counters(struct ixl_pf *pf) argument
4313 struct ixl_pf *pf = context; local
4378 struct ixl_pf *pf; local
4395 ixl_print_debug_info(struct ixl_pf *pf) argument
4446 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
4504 struct ixl_pf *pf; local
4547 ixl_pf_reset_stats(struct ixl_pf *pf) argument
4633 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4677 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4720 ixl_set_advertised_speeds(struct ixl_pf *pf, int speeds) argument
4792 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4929 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4950 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4979 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
5010 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
5067 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
5173 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
5254 ixl_vf_alloc_vsi(struct ixl_pf *pf, struct ixl_vf *vf) argument
5323 ixl_vf_setup_vsi(struct ixl_pf *pf, struct ixl_vf *vf) argument
5364 ixl_vf_map_queues(struct ixl_pf *pf, struct ixl_vf *vf) argument
5402 ixl_vf_vsi_release(struct ixl_pf *pf, struct ixl_vsi *vsi) argument
5432 ixl_vf_release_resources(struct ixl_pf *pf, struct ixl_vf *vf) argument
5462 ixl_flush_pcie(struct ixl_pf *pf, struct ixl_vf *vf) argument
5485 ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf) argument
5501 ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf) argument
5600 ixl_send_vf_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, void *msg, uint16_t len) argument
5617 ixl_send_vf_ack(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op) argument
5624 ixl_send_vf_nack_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, const char *file, int line) argument
5635 ixl_vf_version_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
5653 ixl_vf_reset_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
5669 ixl_vf_get_resources_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
5697 ixl_vf_config_tx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct i40e_virtchnl_txq_info *info) argument
5737 ixl_vf_config_rx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct i40e_virtchnl_rxq_info *info) argument
5799 ixl_vf_config_vsi_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
5861 ixl_vf_set_qctl(struct ixl_pf *pf, const struct i40e_virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue, enum i40e_queue_type *last_type, uint16_t *last_queue) argument
5890 ixl_vf_config_vector(struct ixl_pf *pf, struct ixl_vf *vf, const struct i40e_virtchnl_vector_map *vector) argument
5945 ixl_vf_config_irq_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6019 ixl_vf_enable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6050 ixl_vf_disable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6115 ixl_vf_add_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6161 ixl_vf_del_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6205 ixl_vf_enable_vlan_strip(struct ixl_pf *pf, struct ixl_vf *vf) argument
6219 ixl_vf_add_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6271 ixl_vf_del_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6316 ixl_vf_config_promisc_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6361 ixl_vf_get_stats_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
6386 ixl_handle_vf_msg(struct ixl_pf *pf, struct i40e_arq_event_info *event) argument
6463 struct ixl_pf *pf; local
6552 struct ixl_pf *pf; local
6600 struct ixl_pf *pf; local
6643 struct ixl_pf *pf; local
[all...]
H A Dixl_pf.h123 #define I40E_VC_DEBUG(pf, level, ...) \
125 if ((pf)->vc_debug_lvl >= (level)) \
126 device_printf((pf)->dev, __VA_ARGS__); \
129 #define i40e_send_vf_nack(pf, vf, op, st) \
130 ixl_send_vf_nack_msg((pf), (vf), (op), (st), __FILE__, __LINE__)
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl.c121 char *pf_device = "/dev/pf";
257 errx(1, "pf already enabled");
266 fprintf(stderr, "pf enabled\n");
280 errx(1, "pf not enabled");
285 fprintf(stderr, "pf disabled\n");
300 fprintf(stderr, "pf: statistics cleared\n");
332 pfctl_clear_skip_ifaces(struct pfctl *pf) argument
338 pfctl_set_interface_flags(pf, p->pfik_name, PFI_IFLAG_SKIP, 0);
354 fprintf(stderr, "pf: interface flags reset\n");
1209 pfctl_add_pool(struct pfctl *pf, struc argument
1230 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) argument
1277 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pf_anchor *a) argument
1307 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, int rs_num, int depth) argument
1367 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) argument
1419 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) argument
1449 struct pfctl pf; local
1598 pfctl_init_options(struct pfctl *pf) argument
1631 pfctl_load_options(struct pfctl *pf) argument
1688 pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit) argument
1712 pfctl_load_limit(struct pfctl *pf, unsigned int index, unsigned int limit) argument
1730 pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) argument
1758 pfctl_load_timeout(struct pfctl *pf, unsigned int timeout, unsigned int seconds) argument
1773 pfctl_set_optimization(struct pfctl *pf, const char *opt) argument
1803 pfctl_set_logif(struct pfctl *pf, char *ifname) argument
1826 pfctl_load_logif(struct pfctl *pf, char *ifname) argument
1844 pfctl_set_hostid(struct pfctl *pf, u_int32_t hostid) argument
1861 pfctl_load_hostid(struct pfctl *pf, u_int32_t hostid) argument
1871 pfctl_set_debug(struct pfctl *pf, char *d) argument
1905 pfctl_load_debug(struct pfctl *pf, unsigned int level) argument
1915 pfctl_set_interface_flags(struct pfctl *pf, char *ifname, int flags, int how) argument
[all...]
/freebsd-10-stable/sys/modules/pf/
H A DMakefile5 .PATH: ${.CURDIR}/../../netpfil/pf
7 KMOD= pf
8 SRCS= pf.c pf_if.c pf_lb.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \
/freebsd-10-stable/tools/regression/pjdfstest/tests/truncate/
H A D11.t15 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/ftruncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/truncate/
H A D11.t17 cp -pf `which sleep` ${n0}
/freebsd-10-stable/libexec/tftp-proxy/
H A DMakefile3 .PATH: ${SRCTOP}/contrib/pf/tftp-proxy
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A DMakefile5 MOD= pf
/freebsd-10-stable/contrib/ntp/libntp/
H A Drecvbuff.c311 gen_fifo *pf; local
315 pf = fifo;
316 REQUIRE((NULL == pf->phead && NULL == pf->pptail) ||
317 (NULL != pf->phead && NULL != pf->pptail));
319 pptail = &pf->phead;
320 for (pthis = pf->phead;
326 REQUIRE(NULL == pf->pptail || pptail == pf
[all...]
/freebsd-10-stable/tools/regression/pjdfstest/tests/open/
H A D20.t15 cp -pf `which sleep` ${n0}
/freebsd-10-stable/contrib/pjdfstest/tests/open/
H A D20.t17 cp -pf `which sleep` ${n0}
/freebsd-10-stable/sbin/pflogd/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/pf/pflogd
/freebsd-10-stable/bin/sh/
H A Dinput.c461 struct parsefile *pf; local
467 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile));
468 pf->prev = parsefile;
469 pf->fd = -1;
470 pf->strpush = NULL;
471 pf->basestrpush.prev = NULL;
472 parsefile = pf;
479 struct parsefile *pf = parsefile; local
482 if (pf->fd >= 0)
483 close(pf
[all...]
/freebsd-10-stable/sys/netinet/
H A Dtcp_debug.c193 #define pf(f) { \ macro
199 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
/freebsd-10-stable/usr.sbin/authpf/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/pf/authpf
/freebsd-10-stable/usr.sbin/ftp-proxy/libevent/
H A DMakefile3 .PATH: ${.CURDIR}/../../../contrib/pf/libevent

Completed in 186 milliseconds

1234567