Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Ddevid_cache.c1053 char *nodenamebuf, ddi_devid_t *devidp) in e_devid_cache_path_to_devid() argument
1145 if (ua && nodenamebuf) { in e_devid_cache_path_to_devid()
1146 (void) strncpy(nodenamebuf, node, nodelen); in e_devid_cache_path_to_devid()
1147 nodenamebuf[nodelen] = '\0'; in e_devid_cache_path_to_devid()
/titanic_41/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c610 char ua[SCSI_MAXNAMELEN], nodenamebuf[SCSI_MAXNAMELEN]; in scsi_test_ereport_post() local
813 if (e_devid_cache_path_to_devid(pathbuf, ua, nodenamebuf, in scsi_test_ereport_post()
815 nodename = nodenamebuf; in scsi_test_ereport_post()