Home
last modified time | relevance | path

Searched refs:IPL_LOGSYNC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c46 case IPL_LOGSYNC :
H A Dprintpool.c56 case IPL_LOGSYNC :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c442 i = iplioctl(IPL_LOGSYNC, cmd, data, FWRITE|FREAD); in ipsynctestioctl()
554 i = iplioctl(IPL_LOGSYNC, cmd, data, FWRITE|FREAD);
H A Dippool.c829 role = IPL_LOGSYNC;
H A Dip_fil.c266 if (unit == IPL_LOGSYNC) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1246 if (unit == IPL_LOGSYNC) {
1297 if (getminor(dev) == IPL_LOGSYNC) {
H A Dfil.c5640 case IPL_LOGSYNC :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h939 #define IPL_LOGSYNC 4 macro