Searched refs:NVATTRS (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | alias.c | 69 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in alias_get_attributes()
|
H A D | bus.c | 62 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in bus_get_attributes()
|
H A D | controller.c | 66 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in controller_get_attributes()
|
H A D | path.c | 65 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in path_get_attributes()
|
H A D | disks_private.h | 40 #define NVATTRS NV_UNIQUE_NAME | NV_UNIQUE_NAME_TYPE macro
|
H A D | events.c | 190 if (nvlist_alloc(&event, NVATTRS, 0) != 0) { in events_new_event()
|
H A D | media.c | 130 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in media_get_attributes()
|
H A D | drive.c | 413 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in drive_get_attributes() 520 if (nvlist_alloc(&stats, NVATTRS, 0) != 0) { in drive_get_stats()
|
H A D | partition.c | 242 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in partition_get_attributes()
|
H A D | slice.c | 128 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in slice_get_attributes()
|