| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_support_format_rar.c | 289 struct rar struct 414 static int read_exttime(const char *, struct rar *, const char *); argument 502 struct rar *rar = (struct rar *)(a->format->data); in rar_br_fillup() local 521 rar->bytes_unconsumed += 8; in rar_br_fillup() 522 rar->bytes_remaining -= 8; in rar_br_fillup() 540 rar->bytes_unconsumed += 7; in rar_br_fillup() 541 rar->bytes_remaining -= 7; in rar_br_fillup() 558 rar->bytes_unconsumed += 6; in rar_br_fillup() 559 rar->bytes_remaining -= 6; in rar_br_fillup() 572 if (rar->bytes_unconsumed > 0) { in rar_br_fillup() [all …]
|
| D | archive_read_support_format_rar5.c | 372 static int push_data_ready(struct archive_read* a, struct rar5* rar, 374 static void clear_data_ready_stack(struct rar5* rar); 533 static uint32_t read_filter_data(struct rar5* rar, uint32_t offset) { in read_filter_data() argument 535 circular_memcpy(linear_buf, rar->cstate.window_buf, in read_filter_data() 536 rar->cstate.window_mask, offset, offset + 4); in read_filter_data() 540 static void write_filter_data(struct rar5* rar, uint32_t offset, in write_filter_data() argument 543 archive_le32enc(&rar->cstate.filtered_buf[offset], value); in write_filter_data() 547 static struct filter_info* add_new_filter(struct rar5* rar) { in add_new_filter() argument 554 cdeque_push_back(&rar->cstate.filters, cdeque_filter(f)); in add_new_filter() 558 static int run_delta_filter(struct rar5* rar, struct filter_info* flt) { in run_delta_filter() argument [all …]
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_common.c | 2572 u32 rar; in ixgbe_add_uc_addr() local 2584 rar = hw->addr_ctrl.rar_used_count; in ixgbe_add_uc_addr() 2585 hw->mac.ops.set_rar(hw, rar, addr, vmdq, IXGBE_RAH_AV); in ixgbe_add_uc_addr() 2586 DEBUGOUT1("Added a secondary address to RAR[%d]\n", rar); in ixgbe_add_uc_addr() 3751 u32 rar; in ixgbe_insert_mac_addr_generic() local 3769 for (rar = 0; rar < hw->mac.rar_highwater; rar++) { in ixgbe_insert_mac_addr_generic() 3770 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar)); in ixgbe_insert_mac_addr_generic() 3774 first_empty_rar = rar; in ixgbe_insert_mac_addr_generic() 3776 rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(rar)); in ixgbe_insert_mac_addr_generic() 3782 if (rar < hw->mac.rar_highwater) { in ixgbe_insert_mac_addr_generic() [all …]
|
| D | ixgbe_82598.c | 70 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 951 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_82598() argument 959 if (rar >= rar_entries) { in ixgbe_set_vmdq_82598() 960 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_set_vmdq_82598() 964 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar)); in ixgbe_set_vmdq_82598() 967 IXGBE_WRITE_REG(hw, IXGBE_RAH(rar), rar_high); in ixgbe_set_vmdq_82598() 977 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_82598() argument 985 if (rar >= rar_entries) { in ixgbe_clear_vmdq_82598() 986 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_clear_vmdq_82598() 990 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar)); in ixgbe_clear_vmdq_82598() [all …]
|
| D | ixgbe_82598.h | 45 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
|
| D | ixgbe_common.h | 135 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 137 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
|
| D | ixgbe_api.c | 943 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq() argument 945 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq), in ixgbe_set_vmdq() 967 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq() argument 969 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq), in ixgbe_clear_vmdq()
|
| D | ixgbe_api.h | 117 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 119 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
|
| /netbsd/src/distrib/sets/lists/tests/ |
| D | mi | 2660 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part1.rar.uu … 2661 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part2.rar.uu … 2662 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part3.rar.uu … 2663 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part4.rar.uu … 2664 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part5.rar.uu … 2665 ./usr/tests/lib/libarchive/test_rar_multivolume_multiple_files.part6.rar.uu … 2666 ./usr/tests/lib/libarchive/test_rar_multivolume_single_file.part1.rar.uu … 2667 ./usr/tests/lib/libarchive/test_rar_multivolume_single_file.part2.rar.uu … 2668 ./usr/tests/lib/libarchive/test_rar_multivolume_single_file.part3.rar.uu … 2669 ./usr/tests/lib/libarchive/test_rar_multivolume_uncompressed_files.part01.rar.uu … [all …]
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | archive | 6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc. 1568 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 [all …]
|
| D | msdos | 951 # "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
|
| /netbsd/src/games/fortune/datfiles/ |
| D | netbsd-tips | 154 zip, 7z, and rar, and will autodetect the type of the file based
|
| /netbsd/src/share/misc/ |
| D | language | 357 Rarotongan rar
|
| /netbsd/src/libexec/httpd/ |
| D | CHANGES | 36 .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3183 rar
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/po/ |
| D | sv.po | 3607 " Avståndposter börar vid %#tx:\n"
|