Home
last modified time | relevance | path

Searched refs:LOFI_IOC_BASE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h171 #define LOFI_IOC_BASE (('L' << 16) | ('F' << 8)) macro
173 #define LOFI_MAP_FILE (LOFI_IOC_BASE | 0x01)
174 #define LOFI_MAP_FILE_MINOR (LOFI_IOC_BASE | 0x02)
175 #define LOFI_UNMAP_FILE (LOFI_IOC_BASE | 0x03)
176 #define LOFI_UNMAP_FILE_MINOR (LOFI_IOC_BASE | 0x04)
177 #define LOFI_GET_FILENAME (LOFI_IOC_BASE | 0x05)
178 #define LOFI_GET_MINOR (LOFI_IOC_BASE | 0x06)
179 #define LOFI_GET_MAXMINOR (LOFI_IOC_BASE | 0x07)
180 #define LOFI_CHECK_COMPRESSED (LOFI_IOC_BASE | 0x08)
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c701 case LOFI_IOC_BASE: in s10_ioctl()