Home
last modified time | relevance | path

Searched refs:IPL_LOGCOUNT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c55 case IPL_LOGCOUNT :
H A Dprinthashdata.c62 case IPL_LOGCOUNT :
H A Dprintpool.c65 case IPL_LOGCOUNT :
H A Dprinthash.c74 case IPL_LOGCOUNT :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y155 | IPT_ROLE '=' IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c835 role = IPL_LOGCOUNT;
H A Dipfstat.c1691 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3607 tmp = frflush(IPL_LOGCOUNT, proto, flags, ifs);
4456 unit = IPL_LOGCOUNT;
6918 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs);
6919 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE, ifs);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h942 #define IPL_LOGCOUNT 7 macro