Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c40 case IPL_LOGSTATE :
H A Dprintpool.c50 case IPL_LOGSTATE :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c376 i = iplioctl(IPL_LOGSTATE, cmd, data, FWRITE|FREAD); in ipstatetestioctl()
518 i = iplioctl(IPL_LOGSTATE, cmd, data, FWRITE|FREAD);
H A Dipmon.c967 } else if (logtype == IPL_LOGSTATE) {
1480 fdt[2] = IPL_LOGSTATE;
1524 fdt[2] = IPL_LOGSTATE;
1545 fdt[2] = IPL_LOGSTATE;
H A Dippool.c825 role = IPL_LOGSTATE;
H A Dip_fil.c239 if (unit == IPL_LOGSTATE) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c486 tmp = ipflog_clear(IPL_LOGSTATE, ifs);
520 arg = ifs->ifs_iplused[IPL_LOGSTATE]; /* returned in an int */
3998 if (ipllog(IPL_LOGSTATE, NULL, items, sizes, types, 1, ifs)) {
H A Dfil.c4164 fiop->f_locks[IPL_LOGSTATE] = ifs->ifs_fr_state_lock;
5618 case IPL_LOGSTATE :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h937 #define IPL_LOGSTATE 2 macro