Searched defs:ps_suspend_data (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c149 typedef struct ps_suspend_data { struct
157 static ps_suspend_data_t *ps_suspend_data = NULL; variable
575 if (ps_suspend_data != NULL) {
583 ps_suspend_data = kmem_alloc(sizeof (ps_suspend_data_t), KM_SLEEP);
584 ps_suspend_data->buf = kmem_alloc(buflen, KM_SLEEP);
585 ps_suspend_data->buflen = buflen;
586 bcopy(buf, ps_suspend_data->buf, buflen);
685 if (ps_suspend_data == NULL) {
691 ps_suspend_sequence(ps_suspend_data);
694 kmem_free(ps_suspend_data
[all...]

Completed in 105 milliseconds