Searched defs:BLOCK_PATH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c69 #define BLOCK_PATH "/dev/" SNAP_BLOCK_NAME "/" macro
123 if (strncmp(BLOCK_PATH, mountpoint, strlen(BLOCK_PATH)) == 0 ||
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c50 #define BLOCK_PATH 0x002 /* dsk */ macro
68 {"/dev/dsk", DEVID_MINOR_NAME_ALL_BLK, BLOCK_PATH|DSK_TYPE},
70 {"/dev/did/dsk", DEVID_MINOR_NAME_ALL_BLK, BLOCK_PATH|DID_TYPE},
71 {"/dev/td/dsk", DEVID_MINOR_NAME_ALL_BLK, BLOCK_PATH|TEST_TYPE},

Completed in 76 milliseconds