Searched refs:client_props (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_subr.c | 416 nvlist_t *client_props, rcm_info_t **list) in add_busy_rsrc_to_list() argument 477 if (client_props) { in add_busy_rsrc_to_list() 478 if (errno = nvlist_pack(client_props, &buf, &buflen, in add_busy_rsrc_to_list() 638 nvlist_t *client_props = NULL; in rsrc_client_action() local 686 if (errno = nvlist_alloc(&client_props, NV_UNIQUE_NAME, 0)) { in rsrc_client_action() 699 targ->flag, &info, &error, client_props, &depend_info); in rsrc_client_action() 898 &info, &dummy_error, client_props, &depend_info); in rsrc_client_action() 902 nvlist_free(client_props); in rsrc_client_action() 903 client_props = NULL; in rsrc_client_action() 906 if (client_props) { in rsrc_client_action() [all …]
|