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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1145 char *hp_status; local
1151 (void *)&hp_status, &hpl) == 0)) {
1155 if (strcmp(hp_status, "connected") == 0)
1161 kmem_free(hp_status, hpl);
2312 char *hp_status = NULL; local
2316 (void *)&hp_status, &hpl);
2321 hp_status == NULL ? "null" : hp_status);
2322 if (hp_status != NULL)
2323 kmem_free(hp_status, hp
[all...]

Completed in 63 milliseconds