Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h122 #define HUBD_APID_NAMELEN 32 /* max len in cfgadm display */ macro
/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()
2068 char ap_name[HUBD_APID_NAMELEN]; in usba_hubdi_attach()
2070 (void) snprintf(ap_name, HUBD_APID_NAMELEN, "%s%d", in usba_hubdi_attach()
2972 kmem_free(hubd->h_ancestry_str, HUBD_APID_NAMELEN); in hubd_cleanup()
8347 char ap_name[HUBD_APID_NAMELEN]; in hubd_get_ancestry_str()
8384 (void) snprintf(ap_name, HUBD_APID_NAMELEN, "%s%d", in hubd_get_ancestry_str()