Searched refs:lzh (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libbe/ |
H A D | be.c | 96 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 …]
|
H A D | be_access.c | 200 if ((root_hdl = zfs_open(lbh->lzh, lbh->root, in be_mounted_at() 211 if ((root_hdl = zfs_open(lbh->lzh, info.name, in be_mounted_at() 250 if (is_mounted(lbh->lzh, be, NULL)) in be_mount() 263 if ((zhdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL) in be_mount() 300 if ((root_hdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL) in be_unmount()
|
H A D | be_info.c | 125 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()
|
H A D | be_impl.h | 42 libzfs_handle_t *lzh; member
|
H A D | be_error.c | 123 libzfs_print_on_error(lbh->lzh, val); in libbe_print_on_error()
|
/freebsd/lib/libarchive/tests/ |
H A D | Makefile | 331 ${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/contrib/file/magic/Magdir/ |
H A D | archive | 1592 !: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/contrib/libarchive/ |
H A D | NEWS | 53 Nov 17, 2019: Unicode filename support for reading lha/lzh archives
|