Searched defs:nodenamebuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c1038 * must free); nodenamebuf is not touched for this usage.
1044 * the caller-provided nodenamebuf (if not NULL) the nodename of the
1052 char *nodenamebuf, ddi_devid_t *devidp)
1144 if (ua && nodenamebuf) {
1145 (void) strncpy(nodenamebuf, node, nodelen);
1146 nodenamebuf[nodelen] = '\0';
1051 e_devid_cache_path_to_devid(char *path, char *ua, char *nodenamebuf, ddi_devid_t *devidp) argument
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c610 char ua[SCSI_MAXNAMELEN], nodenamebuf[SCSI_MAXNAMELEN]; local
813 if (e_devid_cache_path_to_devid(pathbuf, ua, nodenamebuf,
815 nodename = nodenamebuf;

Completed in 49 milliseconds