Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dplatsvc.c470 platsvc_suspend_resp_t *resp; in ps_suspend_send_response()
486 resp = (platsvc_suspend_resp_t *) in ps_suspend_send_response()
487 kmem_zalloc(sizeof (platsvc_suspend_resp_t) + reason_length, in ps_suspend_send_response()
502 sizeof (platsvc_suspend_resp_t) + reason_length); in ps_suspend_send_response()
516 sizeof (platsvc_suspend_resp_t) + in ps_suspend_send_response()
530 kmem_free(resp, sizeof (platsvc_suspend_resp_t) + reason_length); in ps_suspend_send_response()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dplatsvc.h127 } platsvc_suspend_resp_t; typedef