Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c414 nvlist_t *client_props, rcm_info_t **list) in add_busy_rsrc_to_list() argument
475 if (client_props) { in add_busy_rsrc_to_list()
476 if (errno = nvlist_pack(client_props, &buf, &buflen, in add_busy_rsrc_to_list()
636 nvlist_t *client_props = NULL; in rsrc_client_action() local
896 &info, &dummy_error, client_props, &depend_info); in rsrc_client_action()
900 nvlist_free(client_props); in rsrc_client_action()
901 client_props = NULL; in rsrc_client_action()
904 if (client_props) { in rsrc_client_action()
907 client_props, targ->info); in rsrc_client_action()
908 nvlist_free(client_props); in rsrc_client_action()
[all …]