Home
last modified time | relevance | path

Searched defs:rar (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c289 struct rar struct
292 unsigned main_flags;
293 unsigned long file_crc;
294 char reserved1[2];
295 char reserved2[4];
296 char encryptver;
299 char compression_method;
300 unsigned file_flags;
301 int64_t packed_size;
302 int64_t unp_size;
[all …]
H A Darchive_read_support_format_rar5.c536 static uint32_t read_filter_data(struct rar5* rar, uint32_t offset) { in read_filter_data()
543 static void write_filter_data(struct rar5* rar, uint32_t offset, in write_filter_data()
550 static struct filter_info* add_new_filter(struct rar5* rar) { in add_new_filter()
561 static int run_delta_filter(struct rar5* rar, struct filter_info* flt) { in run_delta_filter()
586 static int run_e8e9_filter(struct rar5* rar, struct filter_info* flt, in run_e8e9_filter()
635 static int run_arm_filter(struct rar5* rar, struct filter_info* flt) { in run_arm_filter()
666 struct rar5* rar = get_context(a); in run_filter() local
724 static void push_data(struct archive_read* a, struct rar5* rar, in push_data()
768 static void push_window_data(struct archive_read* a, struct rar5* rar, in push_window_data()
776 struct rar5* rar = get_context(a); in apply_filters() local
[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
/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c946 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) 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()
H A Dixgbe_common.c2555 u32 rar; in ixgbe_add_uc_addr() local
3738 u32 rar; in ixgbe_insert_mac_addr_generic() local
3800 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_generic()
3854 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_generic()
3893 u32 rar = hw->mac.san_mac_rar_index; in ixgbe_set_vmdq_san_mac_generic() local
H A Dixgbe_api.c984 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq()
1008 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq()