Searched refs:diskprops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c480 nvlist_t *diskprops = NULL; local
639 (void) nvlist_alloc(&diskprops, NV_UNIQUE_NAME, 0);
663 if (nvlist_add_string(diskprops, prop_name, prop_value) != 0)
690 diskp = new_diskmon(dmap_nvl, indp, indrp, diskprops);
715 nvlist_free(diskprops);

Completed in 150 milliseconds