Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c1067 char *nodenamebuf, ddi_devid_t *devidp) in e_devid_cache_path_to_devid() argument
1161 if (ua && nodenamebuf) { in e_devid_cache_path_to_devid()
1162 (void) strncpy(nodenamebuf, node, nodelen); in e_devid_cache_path_to_devid()
1163 nodenamebuf[nodelen] = '\0'; in e_devid_cache_path_to_devid()
/illumos-gate/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()