Home
last modified time | relevance | path

Searched refs:IPL_LOGIPF (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c34 case IPL_LOGIPF :
H A Dprinthashdata.c56 case IPL_LOGIPF :
H A Dprintpool.c44 case IPL_LOGIPF :
H A Dprinthash.c68 case IPL_LOGIPF :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c148 role = IPL_LOGIPF;
232 role = IPL_LOGIPF;
820 role = IPL_LOGIPF;
H A Dipmon.c959 if (logtype == IPL_LOGIPF) {
1478 fdt[0] = IPL_LOGIPF;
1497 fdt[0] = IPL_LOGIPF;
1520 fdt[0] = IPL_LOGIPF;
1578 fdt[0] = IPL_LOGIPF;
H A Dipftest.c332 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl()
482 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD);
H A Dip_fil.c300 error = COPYOUT(&ifs->ifs_iplused[IPL_LOGIPF], (caddr_t)data,
301 sizeof(ifs->ifs_iplused[IPL_LOGIPF]));
H A Dippool_y.y152 IPT_ROLE '=' IPT_IPF { $$ = IPL_LOGIPF; }
H A Dipf_y.y189 (*ipfaddfunc)(ipffd, ipfioctl[IPL_LOGIPF], fr);
335 ipfioctl[IPL_LOGIPF]);
2139 pool.ipo_unit = IPL_LOGIPF;
2183 iph.iph_unit = IPL_LOGIPF;
H A Dipfstat.c1691 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c367 iph->iph_flags, IPL_LOGIPF,
402 fr_delgroup(ipe->ipe_group, IPL_LOGIPF,
H A Dfil.c3376 if (unit == IPL_LOGIPF && *group == '\0')
3604 if (unit == IPL_LOGIPF) {
4166 fiop->f_locks[IPL_LOGIPF] = ifs->ifs_fr_frag_lock;
4335 ipo = ip_pool_find(IPL_LOGIPF, name, ifs);
4344 iph = fr_findhtable(IPL_LOGIPF, name, ifs);
5053 iph = fr_findhtable(IPL_LOGIPF, name, ifs);
5609 case IPL_LOGIPF :
6916 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs);
6917 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs);
7320 fg = fr_findgroup(it.iri_group, IPL_LOGIPF,
H A Dip_fil_solaris.c310 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs);
311 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs);
839 if (unit != IPL_LOGIPF) {
1053 tmp = (int)ifs->ifs_iplused[IPL_LOGIPF];
H A Dip_log.c407 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h935 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro