Searched defs:client_props (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c416 nvlist_t *client_props, rcm_info_t **list)
477 if (client_props) {
478 if (errno = nvlist_pack(client_props, &buf, &buflen,
638 nvlist_t *client_props = NULL; local
686 if (errno = nvlist_alloc(&client_props, NV_UNIQUE_NAME, 0)) {
699 targ->flag, &info, &error, client_props, &depend_info);
898 &info, &dummy_error, client_props, &depend_info);
902 nvlist_free(client_props);
903 client_props = NULL;
906 if (client_props) {
414 add_busy_rsrc_to_list(char *alias, pid_t pid, int state, int seq_num, char *modname, const char *infostr, const char *errstr, nvlist_t *client_props, rcm_info_t **list) argument
1894 call_getinfo(struct rcm_mod_ops *ops, rcm_handle_t *hdl, char *alias, id_t pid, uint_t flag, char **info, char **error, nvlist_t *client_props, rcm_info_t **infop) argument
[all...]

Completed in 45 milliseconds