/src/lib/libc/gdtoa/test/ |
makefile | 142 # To test Printf in ../gdtoa.a, "make pf_test" and perhaps "make pf_testLq" 145 pf_test: pftest target
|
makefile | 142 # To test Printf in ../gdtoa.a, "make pf_test" and perhaps "make pf_testLq" 145 pf_test: pftest target
|
/src/sys/dist/pf/net/ |
pf.c | 1809 * On netbsd, pf_test and pf_test6 are always called 5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS) 5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function in typeref:typename:int 5740 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname)); 5748 panic("non-M_PKTHDR is passed to pf_test"); 5761 ("pf_test: pf_get_mtag returned NULL\n"));
|
pf.c | 1809 * On netbsd, pf_test and pf_test6 are always called 5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS) 5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function in typeref:typename:int 5740 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname)); 5748 panic("non-M_PKTHDR is passed to pf_test"); 5761 ("pf_test: pf_get_mtag returned NULL\n"));
|