Searched refs:zfs_path_to_zhandle (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 104 zfs_path_to_zhandle;
|
H A D | libzfs.h | 683 extern zfs_handle_t *zfs_path_to_zhandle(libzfs_handle_t *, char *, zfs_type_t);
|
H A D | libzfs_util.c | 694 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) in zfs_path_to_zhandle() function
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 436 zhp = zfs_path_to_zhandle(g_zfs, argv[i], in zfs_for_each()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3730 if ((zhp = zfs_path_to_zhandle(hdl, rootpath, in validate_rootds_label()
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 2951 if ((zhp = zfs_path_to_zhandle(hdl, root, in is_be()
|