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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h464 * devid which is returned in the l_devid_sz field if the SZ flag is set.
466 * and l_devid_sz set to alloc'd size. Kernel either sets the NOSPACE
472 * and sets size of devid into l_devid_sz field.
477 #define MDDB_DEVID_SPACE 0x0001 /* l_devid_sz bytes of space alloc'd */
480 #define MDDB_DEVID_GETSZ 0x0008 /* fill in l_devid_sz with devid size */
481 #define MDDB_DEVID_SZ 0x0010 /* l_devid_sz filled in with devid sz */
510 int l_devid_sz; member in struct:mddb_cfg_loc

Completed in 51 milliseconds