Searched refs:usg_props (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 123 if (client->usg_props != NULL) in ri_client_free() 124 nvlist_free(client->usg_props); in ri_client_free() 491 if (pack_add_byte_array(client->usg_props, RI_CLIENT_USAGE_PROPS, in client_pack() 815 &client->usg_props) != 0) { in client_unpack() 821 nvlist_print(stderr, client->usg_props); in client_unpack() 1047 return (rcm_client->usg_props); in ri_client_usage_props()
|
H A D | rsrc_info_impl.h | 98 nvlist_t *usg_props; member
|
H A D | ri_init.c | 1665 if (nvlist_add_int32(client->usg_props, RI_QUERY_STATE, qstate) != 0 || in add_query_state() 1666 (errstr != NULL && nvlist_add_string(client->usg_props, in add_query_state() 1836 if (nvlist_alloc(&client->usg_props, NV_UNIQUE_NAME, 0) != 0) { in ri_client_alloc() 1842 if (nvlist_add_string(client->usg_props, RI_CLIENT_RSRC, rsrc) != 0 || in ri_client_alloc() 1843 nvlist_add_string(client->usg_props, RI_CLIENT_USAGE, usage) != 0) { in ri_client_alloc()
|