Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c731 struct rar *rar; in archive_read_support_format_rar() local
737 rar = (struct rar *)calloc(1, sizeof(*rar)); in archive_read_support_format_rar()
880 struct rar *rar; in archive_read_format_rar_options() local
912 struct rar *rar; in archive_read_format_rar_read_header() local
1150 struct rar *rar; in archive_read_format_rar_read_data_skip() local
1341 struct rar *rar; in archive_read_format_rar_cleanup() local
1363 struct rar *rar; in read_header() local
1911 struct rar *rar; in read_symlink_stored() local
1941 struct rar *rar; in read_data_stored() local
1989 struct rar *rar; in read_data_compressed() local
[all …]
H A Darchive_read_support_format_rar5.c580 rar->cstate.window_buf, rar->cstate.window_mask, in run_e8e9_filter()
627 rar->cstate.window_buf, rar->cstate.window_mask, in run_arm_filter()
857 memset(&rar->file, 0, sizeof(rar->file)); in reset_file_context()
861 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context()
2037 rar->main.vol_no != rar->vol.expected_vol_no) in process_head_main()
2459 memset(&rar->cstate.bd, 0, sizeof(rar->cstate.bd)); in init_unpack()
2460 memset(&rar->cstate.ld, 0, sizeof(rar->cstate.ld)); in init_unpack()
3734 if(!rar->main.solid || !rar->cstate.window_buf) { in do_uncompress_file()
4082 if(!rar->skip_mode && (rar->cstate.last_write_ptr > rar->file.unpacked_size)) { in rar5_read_data()
4229 rar = malloc(sizeof(*rar)); in archive_read_support_format_rar5()
[all …]
/freebsd/lib/libarchive/tests/
H A DMakefile536 ${PACKAGE}FILES+= test_read_format_rar.rar.uu
543 ${PACKAGE}FILES+= test_read_format_rar_filter.rar.uu
550 ${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu
556 ${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu
557 ${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu
558 ${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu
561 ${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu
590 ${PACKAGE}FILES+= test_read_format_rar5_owner.rar.uu
593 ${PACKAGE}FILES+= test_read_format_rar5_solid.rar.uu
594 ${PACKAGE}FILES+= test_read_format_rar5_stored.rar.uu
[all …]
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.c146 #define RAR_IDX(rar) ((rar) & 0x7u) argument
147 #define RAR_VB(rar) ((rar) & 0x80u) argument
148 #define RAR_SUCCESS(rar) ((rar) & 0x100u) argument
943 uint32_t offset, rar; /* Release Array Allocation register */ in dpaa2_swp_exec_br_command() local
956 rar = dpaa2_swp_read_reg(swp, DPAA2_SWP_CINH_RAR); in dpaa2_swp_exec_br_command()
957 if (!RAR_SUCCESS(rar)) { in dpaa2_swp_exec_br_command()
964 ? DPAA2_SWP_CENA_RCR_MEM(RAR_IDX(rar)) in dpaa2_swp_exec_br_command()
965 : DPAA2_SWP_CENA_RCR(RAR_IDX(rar)); in dpaa2_swp_exec_br_command()
977 bus_write_1(map, offset, c->verb | RAR_VB(rar) | buf_num); in dpaa2_swp_exec_br_command()
980 RAR_IDX(rar) * 4, DPAA2_SWP_RT_MODE); in dpaa2_swp_exec_br_command()
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c2546 u32 rar; in ixgbe_add_uc_addr() local
3726 u32 rar; in ixgbe_insert_mac_addr_generic() local
3744 for (rar = 0; rar < hw->mac.rar_highwater; rar++) { in ixgbe_insert_mac_addr_generic()
3749 first_empty_rar = rar; in ixgbe_insert_mac_addr_generic()
3762 rar = first_empty_rar; in ixgbe_insert_mac_addr_generic()
3776 if (rar == 0) in ixgbe_insert_mac_addr_generic()
3777 ixgbe_clear_vmdq(hw, rar, 0); in ixgbe_insert_mac_addr_generic()
3779 return rar; in ixgbe_insert_mac_addr_generic()
3796 if (rar >= rar_entries) { in ixgbe_clear_vmdq_generic()
3830 rar != 0 && rar != hw->mac.san_mac_rar_index) in ixgbe_clear_vmdq_generic()
[all …]
H A Dixgbe_82598.c64 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
946 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_82598() argument
954 if (rar >= rar_entries) { in ixgbe_set_vmdq_82598()
955 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_set_vmdq_82598()
959 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar)); in ixgbe_set_vmdq_82598()
962 IXGBE_WRITE_REG(hw, IXGBE_RAH(rar), rar_high); in ixgbe_set_vmdq_82598()
972 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_82598() argument
980 if (rar >= rar_entries) { in ixgbe_clear_vmdq_82598()
981 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_clear_vmdq_82598()
985 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar)); in ixgbe_clear_vmdq_82598()
[all …]
H A Dixgbe_82598.h42 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_common.h132 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
134 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_api.h115 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
117 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_api.c968 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq() argument
970 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq), in ixgbe_set_vmdq()
992 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq() argument
994 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq), in ixgbe_clear_vmdq()
/freebsd/contrib/file/magic/Magdir/
H A Darchive1568 0 name rar-file-header
1579 0 name rar-archive-header
1593 !:mime application/x-rar
1594 !:ext rar/cbr
1597 >>(0xc.l+7) use rar-file-header
1600 >>(0xc.l+7) use rar-file-header
1602 >>7 use rar-archive-header
1605 !:mime application/x-rar
1606 !:ext rar
1611 !:mime application/x-rar
[all …]
H A Dmsdos951 # "ftp://old-dos.ru/OSCollect/OS/BeOS/BeOS 4.0.rar"
958 # "ftp://old-dos.ru/OSCollect/OS/MS-DOS/Final Releases/PC-DOS 1.0 (5.25).rar"
962 # "ftp://old-dos.ru/OSCollect/OS/BeOS/BeOS 5.0 Personal (BA).rar"
988 # "ftp://old-dos.ru/OSCollect/OS/MS-DOS/Final Releases/Microsoft MS-DOS 3.31 (Compaq OEM) (3.5).rar
2252 #!:ext doc/exe/rar/zip
/freebsd/share/misc/
H A Diso639396 rar rar Rarotongan; Cook Islands Maori