Home
last modified time | relevance | path

Searched refs:zpool_label_disk (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers217 zpool_label_disk;
H A Dlibzfs.h263 extern int zpool_label_disk(libzfs_handle_t *, zpool_handle_t *, char *);
H A Dlibzfs_pool.c3830 zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, char *name) in zpool_label_disk() function
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c222 if (zpool_label_disk(g_zfshdl, zhp, rawpath) != 0) { in zfs_process_add()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_vdev.c922 if (zpool_label_disk(g_zfs, zhp, diskname) == -1) in make_disks()