Home
last modified time | relevance | path

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

/freebsd-head/lib/libbe/
HDbe.c96 zfs = zfs_path_to_zhandle(lbh->lzh, "/", ZFS_TYPE_FILESYSTEM); in be_locate_rootfs()
133 if ((lbh->lzh = libzfs_init()) == NULL) in libbe_init()
164 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL) in libbe_init()
186 if (lbh->lzh != NULL) in libbe_init()
187 libzfs_fini(lbh->lzh); in libbe_init()
204 libzfs_fini(lbh->lzh); in libbe_close()
347 zfs_open(bdd->lbh->lzh, entry->name, ZFS_TYPE_FILESYSTEM) in be_promote_dependent_clones()
396 if (!zfs_dataset_exists(bdd->lbh->lzh, path, ZFS_TYPE_SNAPSHOT)) in be_destroy_cb()
398 snap = zfs_open(bdd->lbh->lzh, path, ZFS_TYPE_SNAPSHOT); in be_destroy_cb()
431 if (!zfs_dataset_exists(lbh->lzh, path, ZFS_TYPE_FILESYSTEM)) in be_destroy_internal()
[all …]
HDbe_info.c125 if ((snap_hdl = zfs_open(lbh->lzh, name, in be_get_dataset_props()
145 if ((ds_hdl = zfs_open(lbh->lzh, name, in be_get_dataset_snapshots()
251 if ((root_hdl = zfs_open(data->lbh->lzh, data->lbh->root, in be_proplist_update()
309 if (!zfs_dataset_exists(lbh->lzh, buf, ZFS_TYPE_DATASET)) in be_exists()
HDbe_access.c206 if ((root_hdl = zfs_open(lbh->lzh, lbh->root, in be_mounted_at()
217 if ((root_hdl = zfs_open(lbh->lzh, info.name, in be_mounted_at()
256 if (is_mounted(lbh->lzh, be, NULL)) in be_mount()
279 if ((zhdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL) in be_mount()
316 if ((root_hdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL) in be_unmount()
HDbe_impl.h42 libzfs_handle_t *lzh; member
HDbe_error.c123 libzfs_print_on_error(lbh->lzh, val); in libbe_print_on_error()
/freebsd-head/lib/libarchive/tests/
HDMakefile331 ${PACKAGE}FILES+= test_fuzz.lzh.uu
529 ${PACKAGE}FILES+= test_read_format_lha_bugfix_0.lzh.uu
530 ${PACKAGE}FILES+= test_read_format_lha_filename_cp932.lzh.uu
531 ${PACKAGE}FILES+= test_read_format_lha_filename_utf16.lzh.uu
532 ${PACKAGE}FILES+= test_read_format_lha_header0.lzh.uu
533 ${PACKAGE}FILES+= test_read_format_lha_header1.lzh.uu
534 ${PACKAGE}FILES+= test_read_format_lha_header2.lzh.uu
535 ${PACKAGE}FILES+= test_read_format_lha_header3.lzh.uu
536 ${PACKAGE}FILES+= test_read_format_lha_lh0.lzh.uu
537 ${PACKAGE}FILES+= test_read_format_lha_lh6.lzh.uu
[all …]
/freebsd-head/contrib/file/magic/Magdir/
HDarchive1592 !:mime application/x-lzh-compressed
1607 # LHice archiver use ".ICE" as name extension instead usual one ".lzh"
1611 !:ext lha/lzh/ice
1619 !:ext lha/lzh/rom/bin
1624 # lha archives with standard file name extensions ".lha" ".lzh"
1626 !:ext lha/lzh
2216 # packing_method; 0~no packing 1~normal LZW 2~lzh
/freebsd-head/contrib/libarchive/
HDNEWS53 Nov 17, 2019: Unicode filename support for reading lha/lzh archives