Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1153 char *hp_status; in i_xvdi_hpstate_handler() local
1159 (void *)&hp_status, &hpl) == 0)) { in i_xvdi_hpstate_handler()
1163 if (strcmp(hp_status, "connected") == 0) in i_xvdi_hpstate_handler()
1169 kmem_free(hp_status, hpl); in i_xvdi_hpstate_handler()
2320 char *hp_status = NULL; in i_xvdi_hpstate_cb() local
2324 (void *)&hp_status, &hpl); in i_xvdi_hpstate_cb()
2329 hp_status == NULL ? "null" : hp_status); in i_xvdi_hpstate_cb()
2330 if (hp_status != NULL) in i_xvdi_hpstate_cb()
2331 kmem_free(hp_status, hpl); in i_xvdi_hpstate_cb()