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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h223 char *h_ancestry_str; member in struct:hubd
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2021 hubd->h_ancestry_str = (char *)kmem_zalloc(HUBD_APID_NAMELEN, KM_SLEEP);
2031 hubd->h_ancestry_str, i);
2920 if (hubd->h_ancestry_str) {
2921 kmem_free(hubd->h_ancestry_str, HUBD_APID_NAMELEN);
8048 hubd->h_ancestry_str[0] = '\0';
8067 phubd->h_ancestry_str, port);
8071 (void) strcpy(hubd->h_ancestry_str, ap_name);
8072 (void) strcat(hubd->h_ancestry_str, ".");

Completed in 73 milliseconds