Searched defs:tmpPath (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c161 char tmpPath[MAXPATHLEN]; local
206 (void) strlcpy(tmpPath, path, MAXPATHLEN);
207 (void) strlcat(tmpPath, mname, MAXPATHLEN);
212 if (strcmp(subpath, tmpPath) == 0) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c575 struct path_entry *tmpPath = NULL; local
580 tmpPath = head;
584 (void) memcpy(tmpPath->wwn,
588 } else if (tmpPath = is_duplicate_path(head,
590 if (tmpPath->dtype != 0x1f) {
596 tmpPath = (struct path_entry *)
598 strncpy(tmpPath->path,
601 (void) memcpy(tmpPath->wwn,
604 add_path(head, tmpPath);
622 tmpPath
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7377 char *tmpPath; local
7402 tmpPath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
7403 (void) ddi_pathname(tmpPort->fp_port_dip, tmpPath);
7404 if (fp_copyout((void *)tmpPath, (void *)fcio->fcio_obuf,
7412 kmem_free(tmpPath, MAXPATHLEN);

Completed in 266 milliseconds