Home
last modified time | relevance | path

Searched defs:physpath (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/usr.sbin/diskinfo/
Ddiskinfo.c62 char buf[BUFSIZ], ident[DISK_IDENT_SIZE], physpath[MAXPATHLEN]; in main() local
/freebsd-9-stable/sys/geom/
Dgeom_dev.c225 char *physpath; in g_dev_attrchanged() local
/freebsd-9-stable/sys/cam/scsi/
Dscsi_pass.c234 char *physpath; in pass_add_physpath() local
Dscsi_enc_ses.c990 struct sbuf *physpath; member
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_disk.c458 char *physpath, *minorname; in vdev_disk_open() local
Dzvol.c879 char *physpath = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in zvol_set_volsize() local
Dspa.c5849 char *physpath; in spa_async_autoexpand() local
/freebsd-9-stable/sys/cam/
Dcam_xpt_internal.h100 uint8_t *physpath; /* physical path string form */ member
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c2227 vdev_get_one_physpath(nvlist_t *config, char *physpath, size_t physpath_size, in vdev_get_one_physpath()
2256 vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size, in vdev_get_physpaths()
2311 zpool_get_config_physpath(nvlist_t *config, char *physpath, size_t phypath_size) in zpool_get_config_physpath()
2353 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size) in zpool_get_physpath()
/freebsd-9-stable/sys/kern/
Dkern_conf.c970 struct cdev *old_alias, const char *physpath) in make_dev_physpath_alias()