Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_io.c451 drctl_resp_t *drctl_resp; in dr_io_configure() local
550 drctl_rsrc = drctl_resp->resp_resources; in dr_io_configure()
555 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_io_configure()
566 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_io_configure()
620 if (drctl_resp) { in dr_io_configure()
623 kmem_free(drctl_resp, drctl_resp_len); in dr_io_configure()
654 drctl_resp_t *drctl_resp; in dr_io_unconfigure() local
693 drctl_rsrc = drctl_resp->resp_resources; in dr_io_unconfigure()
699 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_io_unconfigure()
766 if (drctl_resp) { in dr_io_unconfigure()
[all …]
H A Ddr_cpu.c392 drctl_resp_t *drctl_resp; in dr_cpu_list_wrk() local
442 count, &drctl_resp, &drctl_resp_len, &drctl_res_ck); in dr_cpu_list_wrk()
444 ASSERT((drctl_resp != NULL) && (drctl_resp_len != 0)); in dr_cpu_list_wrk()
454 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_cpu_list_wrk()
457 resp, drctl_resp->resp_err_msg); in dr_cpu_list_wrk()
461 __func__, (void *)drctl_resp, drctl_resp_len); in dr_cpu_list_wrk()
462 kmem_free(drctl_resp, drctl_resp_len); in dr_cpu_list_wrk()
470 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_cpu_list_wrk()
472 drctl_rsrc = drctl_resp->resp_resources; in dr_cpu_list_wrk()
535 __func__, (void *)drctl_resp, drctl_resp_len); in dr_cpu_list_wrk()
[all …]
H A Ddr_mem.c435 drctl_resp_t *drctl_resp; in dr_mem_list_wrk() local
481 count, &drctl_resp, &drctl_resp_len, &drctl_res_ck); in dr_mem_list_wrk()
483 ASSERT((drctl_resp != NULL) && (drctl_resp_len != 0)); in dr_mem_list_wrk()
488 kmem_free(drctl_resp, drctl_resp_len); in dr_mem_list_wrk()
493 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_mem_list_wrk()
495 drctl_rsrc = drctl_resp->resp_resources; in dr_mem_list_wrk()
567 kmem_free(drctl_resp, drctl_resp_len); in dr_mem_list_wrk()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddrctl.h105 typedef struct drctl_resp { struct