platsvc_suspend_resp_t
platsvc_suspend_resp_t *resp;
resp = (platsvc_suspend_resp_t *)
kmem_zalloc(sizeof (platsvc_suspend_resp_t) + reason_length,
sizeof (platsvc_suspend_resp_t) + reason_length);
sizeof (platsvc_suspend_resp_t) +
kmem_free(resp, sizeof (platsvc_suspend_resp_t) + reason_length);