| /src/usr.sbin/pf/man/man5/ |
| Makefile | 5 .PATH: ${NETBSDSRCDIR}/dist/pf/share/man/man5 7 MAN+= pf.boot.conf.5 8 MAN+= pf.conf.5 9 MAN+= pf.os.5
|
| /src/external/gpl2/lvm2/dist/lib/filters/ |
| filter-persistent.c | 43 static int _init_hash(struct pfilter *pf) 45 if (pf->devices) 46 dm_hash_destroy(pf->devices); 48 if (!(pf->devices = dm_hash_create(128))) 56 struct pfilter *pf = (struct pfilter *) f->private; local 59 dm_hash_wipe(pf->devices); 67 static int _read_array(struct pfilter *pf, struct config_tree *cft, 75 path, pf->file); 90 if (!dm_hash_insert(pf->devices, cv->v.str, data)) 101 struct pfilter *pf = (struct pfilter *) f->private local 182 struct pfilter *pf; local 274 struct pfilter *pf = (struct pfilter *) f->private; local 293 struct pfilter *pf = (struct pfilter *) f->private; local 305 struct pfilter *pf; local [all...] |
| /src/lib/libc/gen/ |
| fmtcheck.c | 88 #define RETURN(pf,f,r) do { \ 89 *(pf) = (f); \ 94 get_next_format_from_precision(const char **pf) 99 f = *pf; 103 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 117 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 144 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 165 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 169 RETURN(pf,f,FMTCHECK_LONG); 171 RETURN(pf,f,FMTCHECK_QUAD) [all...] |
| /src/etc/rc.d/ |
| pf_boot | 13 rcvar="pf" 19 if [ -f /etc/pf.boot.conf ]; then 20 /sbin/pfctl -q -f /etc/pf.boot.conf 21 elif [ -f /etc/defaults/pf.boot.conf ]; then 22 /sbin/pfctl -q -f /etc/defaults/pf.boot.conf 24 warn "can't load initial pf rules; pf start aborted." 33 load_rc_config_var pf pf
|
| /src/usr.sbin/pf/man/man4/ |
| Makefile | 5 .PATH: ${NETBSDSRCDIR}/dist/pf/share/man/man4 7 MAN= pf.4 pflog.4 pfsync.4
|
| /src/usr.sbin/pf/etc/ |
| Makefile | 9 .PATH: ${NETBSDSRCDIR}/dist/pf/etc 11 CONFIGFILES+= pf.conf 12 CONFIGFILES+= pf.os
|
| /src/usr.sbin/pf/examples/ |
| Makefile | 5 FILESDIR= /usr/share/examples/pf 9 .PATH: ${NETBSDSRCDIR}/dist/pf/share/pf
|
| /src/external/bsd/file/dist/src/ |
| fmtcheck.c | 66 #define RETURN(pf,f,r) do { \ 67 *(pf) = (f); \ 72 get_next_format_from_precision(const char **pf) 79 f = *pf; 87 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 106 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 123 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN); 126 RETURN(pf,f,FMTCHECK_UNKNOWN); 128 RETURN(pf,f,FMTCHECK_LONG); 130 RETURN(pf,f,FMTCHECK_QUAD) [all...] |
| /src/sys/modules/pf/ |
| Makefile | 5 .PATH: ${S}/dist/pf/net ${S}/dist/pf/netinet 7 KMOD= pf 8 IOCONF= pf.ioconf 11 SRCS+= pf.c 21 CPPFLAGS+= -I${S}/dist/pf -I${S} -DINET6 -DINET 25 COPTS.pf.c+= ${CC_WNO_IMPLICIT_FALLTHROUGH} ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
|
| /src/sys/dev/pcmcia/ |
| pcmcia.c | 95 pcmcia_ccr_read(struct pcmcia_function *pf, int ccr) 98 return (bus_space_read_1(pf->pf_ccrt, pf->pf_ccrh, 99 pf->pf_ccr_offset + ccr * 2)); 103 pcmcia_ccr_write(struct pcmcia_function *pf, int ccr, int val) 106 if (pf->ccr_mask & (1 << ccr)) { 107 bus_space_write_1(pf->pf_ccrt, pf->pf_ccrh, 108 pf->pf_ccr_offset + ccr * 2, val); 159 struct pcmcia_function *pf; local 220 struct pcmcia_function *pf; local 261 struct pcmcia_function *pf; local 296 struct pcmcia_function *pf; local 317 struct pcmcia_function *pf; local [all...] |
| pcmciavar.h | 206 const struct pcmcia_function *pf; member in struct:pcmcia_cis_quirk 214 struct pcmcia_function *pf; member in struct:pcmcia_attach_args 301 #define pcmcia_io_alloc(pf, start, size, align, pciop) \ 302 (pcmcia_chip_io_alloc((pf)->sc->pct, pf->sc->pch, (start), \ 305 #define pcmcia_io_free(pf, pciohp) \ 306 (pcmcia_chip_io_free((pf)->sc->pct, (pf)->sc->pch, (pciohp))) 314 #define pcmcia_mem_alloc(pf, size, pcmhp) \ 315 (pcmcia_chip_mem_alloc((pf)->sc->pct, (pf)->sc->pch, (size), (pcmhp)) [all...] |
| slhci_pcmcia.c | 89 struct pcmcia_function *pf = pa->pf; local 94 psc->sc_pf = pf; 115 struct pcmcia_function *pf; local 120 pf = psc->sc_pf; 127 error = pcmcia_function_configure(pf, 135 pioh = &pf->cfe->iospace[0].handle; 143 psc->sc_ih = pcmcia_intr_establish(pf, IPL_USB, 152 if (pcmcia_function_enable(pf)) { 169 pcmcia_function_disable(pf); [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| inet_proto.c | 177 static void inet_proto_free(INET_PROTO_INFO *pf) 179 myfree((void *) pf->ai_family_list); 180 myfree((void *) pf->dns_atype_list); 181 myfree((void *) pf->sa_family_list); 182 myfree((void *) pf); 190 INET_PROTO_INFO *pf; local 234 pf = (INET_PROTO_INFO *) mymalloc(sizeof(*pf)); 235 pf->ai_family = PF_INET6; 236 pf->ai_family_list = make_unsigned_vector(2, PF_INET6, 0) 307 INET_PROTO_INFO *pf; local [all...] |
| /src/external/bsd/tradcpp/dist/ |
| place.c | 66 struct placefile *pf; local 70 pf = domalloc(sizeof(*pf)); 71 pf->includedfrom = *from; 75 pf->dir = dostrndup(name, len); 77 pf->name = dostrdup(name); 78 pf->fromsystemdir = fromsystemdir; 81 pf->depth = from->file->depth + 1; 83 pf->depth = 1; 85 return pf; 112 struct placefile *pf; local 128 struct placefile *pf; local 146 struct placefile *pf; local [all...] |
| /src/lib/libpuffs/ |
| flush.c | 63 struct puffs_flush *pf; local 72 if ((rv = puffs_framebuf_getwindow(pb, 0, (void *)&pf, &winlen)) == -1) 76 pf->pf_req.preq_buflen = sizeof(struct puffs_flush); 77 pf->pf_req.preq_opclass = PUFFSOP_FLUSH; 78 pf->pf_req.preq_id = puffs__nextreq(pu); 80 pf->pf_op = op; 81 pf->pf_cookie = cookie; 82 pf->pf_start = start; 83 pf->pf_end = end;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| call-c.cc | 64 Foo *pf = &f; local 65 Foo* &rf = pf; 66 FooHandle handle = pf;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| call-c.cc | 64 Foo *pf = &f; local 65 Foo* &rf = pf; 66 FooHandle handle = pf;
|
| /src/external/mpl/dhcp/dist/common/ |
| nit.c | 111 if (ioctl (sock, I_PUSH, "pf") < 0) 126 struct packetfilt pf; local 131 pf.Pf_Priority = 0; 132 pf.Pf_FilterLen = 1; 133 pf.Pf_Filter [0] = ENF_PUSHZERO; 137 sio.ic_len = sizeof pf; 138 sio.ic_dp = (char *)&pf; 189 struct packetfilt pf; local 228 pf.Pf_Priority = 0; 229 pf.Pf_FilterLen = 0 [all...] |
| upf.c | 77 sprintf(filename, "/dev/pf/pfilt%d", b); 173 struct enfilter pf; local 198 pf.enf_Priority = 0; 199 pf.enf_FilterLen = 0; 201 pf.enf_Filter [pf.enf_FilterLen++] = ENF_PUSHWORD + 6; 202 pf.enf_Filter [pf.enf_FilterLen++] = ENF_PUSHLIT + ENF_CAND; 203 pf.enf_Filter [pf.enf_FilterLen++] = htons (ETHERTYPE_IP) [all...] |
| /src/usr.sbin/pf/etc/defaults/ |
| Makefile | 8 CONFIGFILES= pf.boot.conf
|
| /src/usr.sbin/pf/pfctl/ |
| Makefile | 10 CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pfctl 11 CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/pf 16 .PATH: ${NETBSDSRCDIR}/sys/dist/pf/net 30 .PATH: ${NETBSDSRCDIR}/dist/pf/sbin/pfctl
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_init.c | 111 _dwarf_producer_init(Dwarf_Debug dbg, Dwarf_Unsigned pf, Dwarf_Error *error) 117 if (pf & DW_DLC_SIZE_32 && pf & DW_DLC_SIZE_64) { 122 if ((pf & DW_DLC_SIZE_32) == 0 && (pf & DW_DLC_SIZE_64) == 0) 123 pf |= DW_DLC_SIZE_32; 125 if (pf & DW_DLC_SIZE_64) 130 if (pf & DW_DLC_ISA_IA64 && pf & DW_DLC_ISA_MIPS) { 135 if (pf & DW_DLC_ISA_IA64 [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl.c | 108 char *pf_device = "/dev/pf"; 246 errx(1, "pf already enabled"); 251 fprintf(stderr, "pf enabled\n"); 265 errx(1, "pf not enabled"); 270 fprintf(stderr, "pf disabled\n"); 285 fprintf(stderr, "pf: statistics cleared\n"); 301 fprintf(stderr, "pf: interface flags reset\n"); 1110 pfctl_add_pool(struct pfctl *pf, struct pf_pool *p, sa_family_t af) 1114 if ((pf->opts & PF_OPT_NOACTION) == 0) { 1115 if (ioctl(pf->dev, DIOCBEGINADDRS, &pf->paddr) 1349 struct pfctl pf; local [all...] |
| /src/dist/pf/ |
| README.NetBSD | 6 # This file contains copy-pastable commands to import a new PF release 12 # 1) Get the PF dist files and a copy of the CVS repository 14 # 3) Import the new PF release into the test repository 18 # 7) Import the new PF release into the test repository 22 # 11) Import the new PF release into the NetBSD repository 49 # Fetch the official PF sources 111 rm -rf dist/pf sys/dist/pf 117 rm -rf dist/pf sys/dist/pf [all...] |
| /src/lib/libc/stdlib/ |
| malloc.c | 569 struct pgfree *pf; local 582 for(pf = free_list.next; pf; pf = pf->next) { 585 if (pf->size & malloc_pagemask) 587 if (!pf->size) 589 if (pf->page == pf->end) 591 if (pf->page > pf->end 914 struct pgfree *pf, *pt=NULL; local [all...] |