Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c123 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 Drsrc_info_impl.h98 nvlist_t *usg_props; member
H A Dri_init.c1665 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()