Home
last modified time | relevance | path

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.h231 char *h_ancestry_str; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2061 hubd->h_ancestry_str = (char *)kmem_zalloc(HUBD_APID_NAMELEN, KM_SLEEP); in usba_hubdi_attach()
2071 hubd->h_ancestry_str, i); in usba_hubdi_attach()
2971 if (hubd->h_ancestry_str) { in hubd_cleanup()
2972 kmem_free(hubd->h_ancestry_str, HUBD_APID_NAMELEN); in hubd_cleanup()
8366 hubd->h_ancestry_str[0] = '\0'; in hubd_get_ancestry_str()
8385 phubd->h_ancestry_str, port); in hubd_get_ancestry_str()
8389 (void) strcpy(hubd->h_ancestry_str, ap_name); in hubd_get_ancestry_str()
8390 (void) strcat(hubd->h_ancestry_str, "."); in hubd_get_ancestry_str()