Searched defs:physpath (Results 26 - 30 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h461 char *physpath; /* used to be probe for IDLW TIME */ member in struct:env_disk
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2212 vdev_get_one_physpath(nvlist_t *config, char *physpath, size_t physpath_size, argument
2227 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
2231 /* if physpath was not copied properly, clear it */
2233 physpath[pos] = 0;
2241 vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size, argument
2265 if ((ret = vdev_get_one_physpath(nv, physpath,
2282 ret = vdev_get_physpaths(child[i], physpath,
2297 zpool_get_config_physpath(nvlist_t *config, char *physpath, size_t phypath_size) argument
2322 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz,
2337 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_ argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c3920 * For x86. devpath_list will consist of devid and/or physpath name of
3924 * For Sparc, devpath_list consists the physpath name of the booting device
5820 char *physpath; local
5833 physpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
5834 (void) snprintf(physpath, MAXPATHLEN, "/devices%s", vd->vdev_physpath);
5837 VERIFY(nvlist_add_string(attr, DEV_PHYS_PATH, physpath) == 0);
5843 kmem_free(physpath, MAXPATHLEN);
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2640 caddr_t physpath = NULL; local
2648 physpath = kmem_alloc(size, KM_NOSLEEP);
2649 if (physpath == NULL) {
2657 physpath = kmem_alloc(size, KM_SLEEP);
2660 kmem_free(p->physpath, p->size);
2670 } else if (physpath == NULL) { /* alloc failed, mark this entry */
2673 p->physpath = NULL;
2688 p->physpath = physpath;
2690 if (physpath !
6179 pm_unrecord_threshold(char *physpath) argument
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2880 vprint(FILES_MID, "link=%s->physpath=%s\n",
3508 * relative to /dev/, whereas physpath must contain / and be
3512 add_link_to_cache(char *devlink, char *physpath) argument
3523 devlink, physpath);
3532 link->contents = s_strdup(physpath);

Completed in 127 milliseconds

12