Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintpooldata.c57 case IPL_LOGCOUNT :
H A Dprinthashdata.c64 case IPL_LOGCOUNT :
H A Dprintpool.c67 case IPL_LOGCOUNT :
H A Dprinthash.c76 case IPL_LOGCOUNT :
/titanic_50/usr/src/cmd/ipf/tools/
H A Dippool_y.y157 | IPT_ROLE '=' IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c844 role = IPL_LOGCOUNT;
H A Dipfstat.c1692 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c3611 tmp = frflush(IPL_LOGCOUNT, proto, flags, ifs);
4460 unit = IPL_LOGCOUNT;
6922 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs);
6923 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE, ifs);
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h941 #define IPL_LOGCOUNT 7 macro