Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dlofi.h148 #define LOFI_IOC_BASE (('L' << 16) | ('F' << 8)) macro
150 #define LOFI_MAP_FILE (LOFI_IOC_BASE | 0x01)
151 #define LOFI_MAP_FILE_MINOR (LOFI_IOC_BASE | 0x02)
152 #define LOFI_UNMAP_FILE (LOFI_IOC_BASE | 0x03)
153 #define LOFI_UNMAP_FILE_MINOR (LOFI_IOC_BASE | 0x04)
154 #define LOFI_GET_FILENAME (LOFI_IOC_BASE | 0x05)
155 #define LOFI_GET_MINOR (LOFI_IOC_BASE | 0x06)
156 #define LOFI_GET_MAXMINOR (LOFI_IOC_BASE | 0x07)
157 #define LOFI_CHECK_COMPRESSED (LOFI_IOC_BASE | 0x08)
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c700 case LOFI_IOC_BASE: in s10_ioctl()