Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c1005 ri_client_next(ri_dev_t *dev, ri_client_t *rcm_client) in ri_client_next() argument
1011 return ((rcm_client == NULL) ? dev->rcm_clients : rcm_client->next); in ri_client_next()
1025 ri_client_usage_props(ri_client_t *rcm_client) in ri_client_usage_props() argument
1027 if (rcm_client == NULL) { in ri_client_usage_props()
1031 return (rcm_client->usg_props); in ri_client_usage_props()
1035 ri_client_verbose_props(ri_client_t *rcm_client) in ri_client_verbose_props() argument
1037 if (rcm_client == NULL) { in ri_client_verbose_props()
1041 return (rcm_client->v_props); in ri_client_verbose_props()
1045 ri_cpu_cap_client_next(ri_hdl_t *hdl, ri_client_t *rcm_client) in ri_cpu_cap_client_next() argument
1051 return ((rcm_client == NULL) ? hdl->cpu_cap_clients : rcm_client->next); in ri_cpu_cap_client_next()
[all …]