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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1263 char vhci_name_buf[MAXPATHLEN]; local
1279 ioc.client = vhci_name_buf;
1288 retp = strdup(vhci_name_buf);
1350 char vhci_name_buf[MAXPATHLEN]; local
1355 (void) strlcpy(vhci_name_buf, vhci_name, MAXPATHLEN);
1359 ioc.client = vhci_name_buf;
1370 ioc.client = vhci_name_buf;
1386 if ((node_name = strrchr(vhci_name_buf, '/')) == NULL ||

Completed in 49 milliseconds