Searched refs:rar (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c216 struct rar struct
340 static int read_exttime(const char *, struct rar *, const char *);
408 struct rar *rar = (struct rar *)(a->format->data); local
427 rar->bytes_unconsumed += 8;
428 rar->bytes_remaining -= 8;
446 rar->bytes_unconsumed += 7;
447 rar->bytes_remaining -= 7;
464 rar
503 struct rar *rar = (struct rar *)(a->format->data); local
575 lzss_emit_literal(struct rar *rar, uint8_t literal) argument
582 lzss_emit_match(struct rar *rar, int offset, int length) argument
618 struct rar *rar = (struct rar *)(a->format->data); local
637 struct rar *rar; local
686 struct rar * rar = (struct rar *)_a->format->data; local
786 struct rar *rar; local
818 struct rar *rar; local
999 struct rar *rar = (struct rar *)(a->format->data); local
1052 struct rar *rar; local
1092 struct rar *rar = (struct rar *)(a->format->data); local
1243 struct rar *rar; local
1264 struct rar *rar; local
1724 read_exttime(const char *p, struct rar *rar, const char *endp) argument
1818 struct rar *rar; local
1848 struct rar *rar; local
1894 struct rar *rar; local
2095 struct rar *rar = (struct rar *)(a->format->data); local
2369 struct rar *rar = (struct rar *)(a->format->data); local
2391 struct rar *rar; local
2739 struct rar *rar = (struct rar *)(a->format->data); local
2929 struct rar *rar = (struct rar *)(a->format->data); local
2977 struct rar *rar = (struct rar *)(a->format->data); local
[all...]
H A Darchive_read_support_format_rar5.c362 static int push_data_ready(struct archive_read* a, struct rar5* rar,
517 static uint32_t read_filter_data(struct rar5* rar, uint32_t offset) { argument
519 circular_memcpy(linear_buf, rar->cstate.window_buf,
520 rar->cstate.window_mask, offset, offset + 4);
524 static void write_filter_data(struct rar5* rar, uint32_t offset, argument
527 archive_le32enc(&rar->cstate.filtered_buf[offset], value);
531 static struct filter_info* add_new_filter(struct rar5* rar) { argument
539 cdeque_push_back(&rar->cstate.filters, cdeque_filter(f));
543 static int run_delta_filter(struct rar5* rar, struct filter_info* flt) { argument
555 byte = rar
568 run_e8e9_filter(struct rar5* rar, struct filter_info* flt, int extended) argument
617 run_arm_filter(struct rar5* rar, struct filter_info* flt) argument
648 struct rar5* rar = get_context(a); local
704 push_data(struct archive_read* a, struct rar5* rar, const uint8_t* buf, int64_t idx_begin, int64_t idx_end) argument
748 push_window_data(struct archive_read* a, struct rar5* rar, int64_t idx_begin, int64_t idx_end) argument
756 struct rar5* rar = get_context(a); local
806 dist_cache_push(struct rar5* rar, int value) argument
815 dist_cache_touch(struct rar5* rar, int idx) argument
826 free_filters(struct rar5* rar) argument
851 reset_file_context(struct rar5* rar) argument
1015 read_bits_32(struct rar5* rar, const uint8_t* p, uint32_t* value) argument
1026 read_bits_16(struct rar5* rar, const uint8_t* p, uint16_t* value) argument
1035 skip_bits(struct rar5* rar, int bits) argument
1042 read_consume_bits(struct rar5* rar, const uint8_t* p, int n, int* value) argument
1134 init_window_mask(struct rar5* rar) argument
1151 process_main_locator_extra_block(struct archive_read* a, struct rar5* rar) argument
1183 parse_file_extra_hash(struct archive_read* a, struct rar5* rar, ssize_t* extra_data_size) argument
1309 parse_file_extra_htime(struct archive_read* a, struct archive_entry* e, struct rar5* rar, ssize_t* extra_data_size) argument
1362 parse_file_extra_redir(struct archive_read* a, struct archive_entry* e, struct rar5* rar, ssize_t* extra_data_size) argument
1513 process_head_file_extra(struct archive_read* a, struct archive_entry* e, struct rar5* rar, ssize_t extra_data_size) argument
1577 process_head_file(struct archive_read* a, struct rar5* rar, struct archive_entry* entry, size_t block_flags) argument
1878 process_head_service(struct archive_read* a, struct rar5* rar, struct archive_entry* entry, size_t block_flags) argument
1899 process_head_main(struct archive_read* a, struct rar5* rar, struct archive_entry* entry, size_t block_flags) argument
2008 struct rar5* rar = get_context(a); local
2093 struct rar5* rar = get_context(a); local
2254 struct rar5* rar = get_context(a); local
2279 struct rar5* rar = get_context(a); local
2303 init_unpack(struct rar5* rar) argument
2328 update_crc(struct rar5* rar, const uint8_t* p, size_t to_read) argument
2431 struct rar5* rar = get_context(a); local
2469 parse_tables(struct archive_read* a, struct rar5* rar, const uint8_t* p) argument
2710 parse_filter_data(struct rar5* rar, const uint8_t* p, uint32_t* filter_data) argument
2739 is_valid_filter_block_start(struct rar5* rar, uint32_t start) argument
2767 struct rar5* rar = get_context(ar); local
2826 decode_code_length(struct rar5* rar, const uint8_t* p, uint16_t code) argument
2851 struct rar5* rar = get_context(a); local
2879 struct rar5* rar = get_context(a); local
3142 struct rar5* rar = get_context(a); local
3218 struct rar5* rar = get_context(a); local
3324 struct rar5* rar = get_context(a); local
3471 use_data(struct rar5* rar, const void** buf, size_t* size, int64_t* offset) argument
3495 push_data_ready(struct archive_read* a, struct rar5* rar, const uint8_t* buf, size_t size, int64_t offset) argument
3589 struct rar5* rar = get_context(a); local
3701 do_unstore_file(struct archive_read* a, struct rar5* rar, const void** buf, size_t* size, int64_t* offset) argument
3749 do_unpack(struct archive_read* a, struct rar5* rar, const void** buf, size_t* size, int64_t* offset) argument
3792 struct rar5* rar = get_context(a); local
3907 struct rar5* rar = get_context(a); local
3961 struct rar5* rar = get_context(a); local
4024 struct rar5* rar = get_context(a); local
4052 rar5_init(struct rar5* rar) argument
4064 struct rar5* rar; local
[all...]
/freebsd-11-stable/lib/libarchive/tests/
H A DMakefile392 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part1.rar.uu
393 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part2.rar.uu
394 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part3.rar.uu
395 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part4.rar.uu
396 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part5.rar.uu
397 ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part6.rar.uu
398 ${PACKAGE}FILES+= test_rar_multivolume_single_file.part1.rar.uu
399 ${PACKAGE}FILES+= test_rar_multivolume_single_file.part2.rar.uu
400 ${PACKAGE}FILES+= test_rar_multivolume_single_file.part3.rar.uu
401 ${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part01.rar
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82598.h42 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_common.c2392 /* Make sure we are using a valid rar index range */
2442 /* Make sure we are using a valid rar index range */
2545 u32 rar; local
2557 rar = hw->addr_ctrl.rar_used_count;
2558 hw->mac.ops.set_rar(hw, rar, addr, vmdq, IXGBE_RAH_AV);
2559 DEBUGOUT1("Added a secondary address to RAR[%d]\n", rar);
3718 * finds the rar that it is aleady in; adds to the pool list
3724 u32 rar; local
3737 * Either find the mac_id in rar or find the first empty space.
3739 * rar i
3786 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
3840 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
3878 u32 rar = hw->mac.san_mac_rar_index; local
[all...]
H A Dixgbe_82598.c64 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
942 * @rar: receive address register index to associate with a VMDq index
945 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
952 /* Make sure we are using a valid rar index range */
953 if (rar >= rar_entries) {
954 DEBUGOUT1("RAR index %d is out of range.\n", rar);
958 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
961 IXGBE_WRITE_REG(hw, IXGBE_RAH(rar), rar_high);
968 * @rar: receive address register index to associate with a VMDq index
971 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u3 argument
[all...]
H A Dixgbe_common.h134 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
136 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_api.h114 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
116 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_api.c879 * finds the rar that it is already in; adds to the pool list
921 * @rar: receive address register index to associate with VMDq index
924 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
926 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
945 * @rar: receive address register index to disassociate with VMDq index
948 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
950 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),

Completed in 281 milliseconds