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

12345

/freebsd-10.0-release/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.0-release/tools/regression/lib/libutil/
H A Dtest-pidfile.c63 struct pidfh *pf; local
67 pf = pidfile_open(fn, 0600, &other);
68 if (pf == NULL && other != 0)
70 if (pf == NULL)
72 if (pidfile_write(pf) != 0) {
73 pidfile_close(pf);
77 pidfile_close(pf);
129 struct pidfh *pf = NULL; local
139 pf = pidfile_open(fn, 0600, &other);
140 if (pf
[all...]
/freebsd-10.0-release/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.0-release/share/examples/pf/
H A DMakefile7 pf.conf \
10 FILESDIR= ${SHAREDIR}/examples/pf
/freebsd-10.0-release/usr.sbin/ftp-proxy/ftp-proxy/
H A DMakefile3 .PATH: ${.CURDIR}/../../../contrib/pf/ftp-proxy
10 CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl.c116 char *pf_device = "/dev/pf";
252 errx(1, "pf already enabled");
261 fprintf(stderr, "pf enabled\n");
275 errx(1, "pf not enabled");
280 fprintf(stderr, "pf disabled\n");
295 fprintf(stderr, "pf: statistics cleared\n");
311 fprintf(stderr, "pf: interface flags reset\n");
1166 pfctl_add_pool(struct pfctl *pf, struct pf_pool *p, sa_family_t af) argument
1170 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1171 if (ioctl(pf
1187 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) argument
1234 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pf_anchor *a) argument
1264 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, int rs_num, int depth) argument
1324 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) argument
1376 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) argument
1406 struct pfctl pf; local
1553 pfctl_init_options(struct pfctl *pf) argument
1586 pfctl_load_options(struct pfctl *pf) argument
1643 pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit) argument
1667 pfctl_load_limit(struct pfctl *pf, unsigned int index, unsigned int limit) argument
1685 pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) argument
1713 pfctl_load_timeout(struct pfctl *pf, unsigned int timeout, unsigned int seconds) argument
1728 pfctl_set_optimization(struct pfctl *pf, const char *opt) argument
1758 pfctl_set_logif(struct pfctl *pf, char *ifname) argument
1781 pfctl_load_logif(struct pfctl *pf, char *ifname) argument
1799 pfctl_set_hostid(struct pfctl *pf, u_int32_t hostid) argument
1816 pfctl_load_hostid(struct pfctl *pf, u_int32_t hostid) argument
1826 pfctl_set_debug(struct pfctl *pf, char *d) argument
1859 pfctl_load_debug(struct pfctl *pf, unsigned int level) argument
1869 pfctl_set_interface_flags(struct pfctl *pf, char *ifname, int flags, int how) argument
[all...]
H A Dpfctl_optimize.c263 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs) argument
305 if (construct_superblocks(pf, &opt_queue, &superblocks))
308 if (pf->optimize & PF_OPTIMIZE_PROFILE) {
309 if (load_feedback_profile(pf, &superblocks))
314 if (optimize_superblock(pf, block))
357 superblock_free(pf, block);
367 optimize_superblock(struct pfctl *pf, struct superblock *block) argument
417 if (remove_identical_rules(pf, block))
419 if (combine_rules(pf, block))
421 if ((pf
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.0-release/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.0-release/tools/regression/pjdfstest/tests/truncate/
H A D11.t15 cp -pf `which sleep` ${n0}
/freebsd-10.0-release/libexec/tftp-proxy/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/pf/tftp-proxy
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A DMakefile5 MOD= pf
/freebsd-10.0-release/bin/sh/
H A Dinput.c460 struct parsefile *pf; local
466 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile));
467 pf->prev = parsefile;
468 pf->fd = -1;
469 pf->strpush = NULL;
470 pf->basestrpush.prev = NULL;
471 parsefile = pf;
478 struct parsefile *pf = parsefile; local
481 if (pf->fd >= 0)
482 close(pf
[all...]
/freebsd-10.0-release/tools/regression/pjdfstest/tests/open/
H A D20.t15 cp -pf `which sleep` ${n0}
/freebsd-10.0-release/sbin/pflogd/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/pf/pflogd
/freebsd-10.0-release/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.0-release/usr.sbin/authpf/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/pf/authpf
/freebsd-10.0-release/usr.sbin/ftp-proxy/libevent/
H A DMakefile3 .PATH: ${.CURDIR}/../../../contrib/pf/libevent
/freebsd-10.0-release/sys/dev/usb/template/
H A Dusb_template.c529 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, argument
534 return (pf->support_control);
536 if ((pf->support_in && ep_dir_in) ||
537 (pf->support_out && !ep_dir_in)) {
538 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) ||
539 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) ||
540 (pf->support_bulk && (ep_type == UE_BULK))) {
561 const struct usb_hw_ep_profile *pf; local
592 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n);
593 if (pf
676 const struct usb_hw_ep_profile *pf; local
848 const struct usb_hw_ep_profile *pf; local
[all...]
/freebsd-10.0-release/etc/periodic/security/
H A D520.pfdenied48 check_diff new_only pf ${TMP} "${host} pf denied packets:"
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c209 const ASN1_PRIMITIVE_FUNCS *pf; local
210 pf = it->funcs;
211 if (pf && pf->prim_free)
213 pf->prim_free(pval, it);
/freebsd-10.0-release/sys/netipx/
H A Dspx_debug.c158 #define pf(f) { if (flags & SPX_ ## f) { printf("%s%s", cp, "f"); cp = ","; } } macro
159 pf(SP); pf(SA); pf(OB); pf(EM);
/freebsd-10.0-release/sbin/shutdown/
H A Dshutdown.c300 FILE *pf; local
309 if (!(pf = popen(wcmd, "w"))) {
314 (void)fprintf(pf,
319 (void)fprintf(pf, "System going down at %5.5s\n\n",
322 (void)fprintf(pf, "System going down in %d minute%s\n\n",
325 (void)fprintf(pf, "System going down in 30 seconds\n\n");
327 (void)fprintf(pf, "System going down IMMEDIATELY\n\n");
330 (void)fwrite(mbuf, sizeof(*mbuf), mbuflen, pf);
339 (void)pclose(pf);
/freebsd-10.0-release/lib/libusb/
H A Dlibusb20_desc.c321 const uint8_t *pf; /* pointer to format data */ local
334 pf = (*((struct libusb20_me_format *const *)pd))->format;
342 me = (pf[0]) & LIBUSB20_ME_MASK;
343 pd_count = pf[1] | (pf[2] << 8);
344 pf += 3;
555 const uint8_t *pf; /* pointer to format data */ local
568 pf = (*((struct libusb20_me_format **)pd))->format;
576 me = (pf[0]) & LIBUSB20_ME_MASK;
577 pd_count = pf[
[all...]

Completed in 139 milliseconds

12345