Home
last modified time | relevance | path

Searched refs:tud_path (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/ufm/
H A Dtopo_ufm.c183 if (tud->tud_path == NULL) { in topo_ufm_devinfo()
193 if (strlen(tud->tud_path) >= MAXPATHLEN) { in topo_ufm_devinfo()
207 (void) strlcpy(caps.ufmg_devpath, tud->tud_path, in topo_ufm_devinfo()
217 "%s: %s", tud->tud_path, strerror(errno)); in topo_ufm_devinfo()
224 tud->tud_path); in topo_ufm_devinfo()
230 (void) strlcpy(bufsz.ufbz_devpath, tud->tud_path, in topo_ufm_devinfo()
234 "%s: %s", tud->tud_path, strerror(errno)); in topo_ufm_devinfo()
246 (void) strlcpy(report.ufmr_devpath, tud->tud_path, in topo_ufm_devinfo()
250 "%s: %s", tud->tud_path, strerror(errno)); in topo_ufm_devinfo()
258 "%s: %s", tud->tud_path, strerror(ret)); in topo_ufm_devinfo()
H A Dtopo_ufm.h52 const char *tud_path; member
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_nvme.c483 tud.tud_path = path; in disk_nvme_make_ufm()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c202 tud.tud_path = devpath; in pciexfn_add_ufm()