Searched refs:zpool_in_use (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 253 zpool_in_use;
|
H A D | libzfs_import.c | 315 zpool_in_use(libzfs_handle_t *hdl, int fd, pool_state_t *state, char **namestr, in zpool_in_use() function
|
H A D | libzfs.h | 819 extern int zpool_in_use(libzfs_handle_t *, int, pool_state_t *, char **,
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 305 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) == 0 && inuse) { in check_file() 1125 if (zpool_in_use(g_zfs, fd, &state, &name, &inuse) != 0 || in is_spare()
|
H A D | zpool_main.c | 1011 ret = zpool_in_use(g_zfs, fd, &state, &name, &inuse); in zpool_do_labelclear()
|