Searched defs:LOFI_IOC_BASE (Results 1 - 1 of 1) 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)

Completed in 59 milliseconds