Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c474 const char *rsrcstr; in drd_rcm_offline_cpu_request() local
500 rsrcstr = rcm_info_rsrc(tuple); in drd_rcm_offline_cpu_request()
501 rsrc = cpu_rsrcstr_to_rsrc(rsrcstr, rsrcs, nrsrc); in drd_rcm_offline_cpu_request()
504 drd_dbg("unable to find resource for %s", rsrcstr); in drd_rcm_offline_cpu_request()
511 drd_dbg(" %s: '%s'", rsrcstr, errstr); in drd_rcm_offline_cpu_request()
848 cpu_rsrcstr_to_rsrc(const char *rsrcstr, drctl_rsrc_t *rsrcs, int nrsrc) in cpu_rsrcstr_to_rsrc() argument
853 cpuid = cpu_rsrcstr_to_cpuid(rsrcstr); in cpu_rsrcstr_to_rsrc()