Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c56 static libzfs_handle_t *(*zfsdl_libzfs_init)(boolean_t); variable
155 if ((zfsdl_libzfs_init = (libzfs_handle_t *(*)(boolean_t)) in init_zpool()
164 if ((zfs_hdl = (*zfsdl_libzfs_init)(B_FALSE)) == NULL) { in init_zpool()