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

/opensolaris-onvv-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info_impl.h98 nvlist_t *usg_props; member in struct:ri_client
H A Drsrc_info.c123 if (client->usg_props != NULL)
124 nvlist_free(client->usg_props);
491 if (pack_add_byte_array(client->usg_props, RI_CLIENT_USAGE_PROPS,
815 &client->usg_props) != 0) {
821 nvlist_print(stderr, client->usg_props);
1047 return (rcm_client->usg_props);
H A Dri_init.c1665 if (nvlist_add_int32(client->usg_props, RI_QUERY_STATE, qstate) != 0 ||
1666 (errstr != NULL && nvlist_add_string(client->usg_props,
1836 if (nvlist_alloc(&client->usg_props, NV_UNIQUE_NAME, 0) != 0) {
1842 if (nvlist_add_string(client->usg_props, RI_CLIENT_RSRC, rsrc) != 0 ||
1843 nvlist_add_string(client->usg_props, RI_CLIENT_USAGE, usage) != 0) {

Completed in 123 milliseconds