Symbol: dr_cpu_res_t
usr/src/uts/sun4v/io/dr_cpu.c
143
static void dr_cpu_check_cpus(dr_cpu_hdr_t *req, dr_cpu_res_t *res);
usr/src/uts/sun4v/io/dr_cpu.c
144
static void dr_cpu_check_psrset(uint32_t *cpuids, dr_cpu_res_t *res, int nres);
usr/src/uts/sun4v/io/dr_cpu.c
145
static int dr_cpu_check_bound_thr(cpu_t *cp, dr_cpu_res_t *res);
usr/src/uts/sun4v/io/dr_cpu.c
147
static dr_cpu_res_t *dr_cpu_res_array_init(dr_cpu_hdr_t *, drctl_rsrc_t *, int);
usr/src/uts/sun4v/io/dr_cpu.c
148
static void dr_cpu_res_array_fini(dr_cpu_res_t *res, int nres);
usr/src/uts/sun4v/io/dr_cpu.c
149
static size_t dr_cpu_pack_response(dr_cpu_hdr_t *req, dr_cpu_res_t *res,
usr/src/uts/sun4v/io/dr_cpu.c
387
dr_cpu_res_t *res;
usr/src/uts/sun4v/io/dr_cpu.c
550
static dr_cpu_res_t *
usr/src/uts/sun4v/io/dr_cpu.c
554
dr_cpu_res_t *res;
usr/src/uts/sun4v/io/dr_cpu.c
559
res = kmem_zalloc(nrsrc * sizeof (dr_cpu_res_t), KM_SLEEP);
usr/src/uts/sun4v/io/dr_cpu.c
561
__func__, (void *)res, nrsrc * sizeof (dr_cpu_res_t));
usr/src/uts/sun4v/io/dr_cpu.c
601
dr_cpu_res_array_fini(dr_cpu_res_t *res, int nres)
usr/src/uts/sun4v/io/dr_cpu.c
618
__func__, (void *)res, sizeof (dr_cpu_res_t) * nres);
usr/src/uts/sun4v/io/dr_cpu.c
619
kmem_free(res, sizeof (dr_cpu_res_t) * nres);
usr/src/uts/sun4v/io/dr_cpu.c
628
dr_cpu_pack_response(dr_cpu_hdr_t *req, dr_cpu_res_t *res, dr_cpu_hdr_t **respp)
usr/src/uts/sun4v/io/dr_cpu.c
711
dr_cpu_check_cpus(dr_cpu_hdr_t *req, dr_cpu_res_t *res)
usr/src/uts/sun4v/io/dr_cpu.c
770
dr_cpu_check_psrset(uint32_t *cpuids, dr_cpu_res_t *res, int nres)
usr/src/uts/sun4v/io/dr_cpu.c
870
dr_cpu_check_bound_thr(cpu_t *cp, dr_cpu_res_t *res)