Lines Matching refs:guid
72 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, in pool_active() argument
91 *isactive = (theguid == guid); in pool_active()
141 pool_active_libzfs(void *handle, const char *name, uint64_t guid, in pool_active_libzfs() argument
144 return (pool_active((libzfs_handle_t *)handle, name, guid, isactive)); in pool_active_libzfs()
185 uint64_t state, guid, l2cache; in zpool_clear_label() local
200 &guid) != 0 || guid == 0) { in zpool_clear_label()
255 find_guid(nvlist_t *nv, uint64_t guid) in find_guid() argument
262 if (tmp == guid) in find_guid()
268 if (find_guid(child[c], guid)) in find_guid()
287 uint64_t guid; in find_aux() local
297 ZPOOL_CONFIG_GUID, &guid) == 0); in find_aux()
298 if (guid == cbp->cb_guid) { in find_aux()
321 uint64_t guid, vdev_guid; in zpool_in_use() local
347 &guid) == 0); in zpool_in_use()
358 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use()
381 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use()