Searched refs:IPL_LOGIPF (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | printpooldata.c | 36 case IPL_LOGIPF :
|
H A D | printhashdata.c | 58 case IPL_LOGIPF :
|
H A D | printpool.c | 46 case IPL_LOGIPF :
|
H A D | printhash.c | 70 case IPL_LOGIPF :
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 147 role = IPL_LOGIPF; 231 role = IPL_LOGIPF; 829 role = IPL_LOGIPF;
|
H A D | ipmon.c | 955 if (logtype == IPL_LOGIPF) { 1474 fdt[0] = IPL_LOGIPF; 1493 fdt[0] = IPL_LOGIPF; 1516 fdt[0] = IPL_LOGIPF; 1574 fdt[0] = IPL_LOGIPF;
|
H A D | ipftest.c | 337 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl() 487 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD);
|
H A D | ippool_y.y | 154 IPT_ROLE '=' IPT_IPF { $$ = IPL_LOGIPF; }
|
H A D | ip_fil.c | 300 error = COPYOUT(&ifs->ifs_iplused[IPL_LOGIPF], (caddr_t)data, 301 sizeof(ifs->ifs_iplused[IPL_LOGIPF]));
|
H A D | ipf_y.y | 189 (*ipfaddfunc)(ipffd, ipfioctl[IPL_LOGIPF], fr); 335 ipfioctl[IPL_LOGIPF]); 2139 pool.ipo_unit = IPL_LOGIPF; 2183 iph.iph_unit = IPL_LOGIPF;
|
H A D | ipfstat.c | 1692 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 367 iph->iph_flags, IPL_LOGIPF, 403 fr_delgroup(ipe->ipe_group, IPL_LOGIPF,
|
H A D | fil.c | 3375 if (unit == IPL_LOGIPF && *group == '\0') 3605 if (unit == IPL_LOGIPF) { 4167 fiop->f_locks[IPL_LOGIPF] = ifs->ifs_fr_frag_lock; 4336 ipo = ip_pool_find(IPL_LOGIPF, name, ifs); 4345 iph = fr_findhtable(IPL_LOGIPF, name, ifs); 5054 iph = fr_findhtable(IPL_LOGIPF, name, ifs); 5610 case IPL_LOGIPF : 6917 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs); 6918 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs); 7321 fg = fr_findgroup(it.iri_group, IPL_LOGIPF,
|
H A D | ip_fil_solaris.c | 260 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs); 261 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs); 625 if (unit != IPL_LOGIPF) { 839 tmp = (int)ifs->ifs_iplused[IPL_LOGIPF];
|
H A D | ip_log.c | 402 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 932 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
|