Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h78 #define LOFI_ID2MINOR(x) ((x) << LOFI_CMLB_SHIFT) macro
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2031 S_IFBLK, LOFI_ID2MINOR(instance), DDI_PSEUDO, 0); in lofi_create_minor_nodes()
2034 LOFI_CHAR_NODE, S_IFCHR, LOFI_ID2MINOR(instance), in lofi_create_minor_nodes()
3052 lsp->ls_dev = makedevice(getmajor(dev), LOFI_ID2MINOR(id)); in lofi_map_file()