Searched refs:swap (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dt_grow_swapped.sh33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
40 test_case grow_16M_v0_4096 resize_ffs 4096 512 32768 131072 0 28 swap
41 test_case grow_16M_v0_8192 resize_ffs 8192 1024 32768 131072 0 28 swap
42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29 swap
43 test_case grow_16M_v0_32768 resize_ffs 32768 4096 32768 131072 0 28 swap
44 test_case grow_16M_v0_65536 resize_ffs 65536 8192 32768 131072 0 26 swap
46 test_case grow_24M_v0_4096 resize_ffs 4096 512 49152 65536 0 41 swap
47 test_case grow_24M_v0_8192 resize_ffs 8192 1024 49152 65536 0 42 swap
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43 swap
[all...]
H A Dt_shrink_swapped.sh33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
38 test_case shrink_24M_16M_v0_4096 resize_ffs 4096 512 49152 32768 0 41 swap
39 test_case shrink_24M_16M_v0_8192 resize_ffs 8192 1024 49152 32768 0 42 swap
40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43 swap
41 test_case shrink_24M_16M_v0_32768 resize_ffs 32768 4096 49152 32768 0 42 swap
42 test_case shrink_24M_16M_v0_65536 resize_ffs 65536 8192 49152 32768 0 38 swap
43 test_case shrink_32M_24M_v0_4096 resize_ffs 4096 512 65536 49152 0 55 swap
44 test_case shrink_32M_24M_v0_8192 resize_ffs 8192 1024 65536 49152 0 56 swap
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58 swap
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_swap.c60 init_block_state(struct chip_swap *swap) argument
65 if (swap == NULL)
68 blk_state = malloc(swap->nof_blks * sizeof(struct block_state),
71 for (i = 0; i < swap->nof_blks; i++)
74 swap->blk_state = blk_state;
80 destroy_block_state(struct chip_swap *swap) argument
83 if (swap == NULL)
86 if (swap->blk_state != NULL)
87 free(swap->blk_state, M_NANDSIM);
91 create_buffers(struct chip_swap *swap) argument
113 destroy_buffers(struct chip_swap *swap) argument
142 swap_file_open(struct chip_swap *swap, const char *swap_file) argument
171 swap_file_close(struct chip_swap *swap) argument
185 swap_file_write(struct chip_swap *swap, struct block_state *blk_state) argument
232 swap_file_read(struct chip_swap *swap, struct block_state *blk_state) argument
274 struct chip_swap *swap; local
309 nandsim_swap_destroy(struct chip_swap *swap) argument
322 get_bs(struct chip_swap *swap, uint32_t block, uint8_t writing) argument
[all...]
/freebsd-11-stable/contrib/file/src/
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
34 type = elf_getu16(swap, elfhdr.e_type);
39 phnum = elf_getu16(swap, elfhdr.e_phnum);
43 if (dophn_core(ms, clazz, swap, fd,
44 CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
45 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)),
52 phnum = elf_getu16(swap, elfhdr.e_phnum);
55 shnum = elf_getu16(swap, elfhdr.e_shnum);
58 if (dophn_exec(ms, clazz, swap, fd,
59 CAST(off_t, elf_getu(swap, elfhd
[all...]
H A Dreadelf.c78 getu16(int swap, uint16_t value) argument
85 if (swap) {
97 getu32(int swap, uint32_t value) argument
104 if (swap) {
118 getu64(int swap, uint64_t value) argument
125 if (swap) {
142 #define elf_getu16(swap, value) getu16(swap, value)
143 #define elf_getu32(swap, value) getu32(swap, valu
349 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags, uint16_t *notecount) argument
419 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) argument
465 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) argument
587 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
686 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
726 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags, size_t size, int clazz) argument
931 get_offset_from_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, off_t off, int num, off_t fsize, uint64_t virtaddr) argument
961 get_string_on_virtaddr(struct magic_set *ms, int swap, int clazz, int fd, off_t ph_off, int ph_num, off_t fsize, uint64_t virtaddr, char *buf, ssize_t buflen) argument
994 do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz __attribute__((__unused__)), uint32_t descsz __attribute__((__unused__)), size_t noff __attribute__((__unused__)), size_t doff, int *flags, size_t size __attribute__((__unused__)), int clazz, int fd, off_t ph_off, int ph_num, off_t fsize) argument
1101 dodynamic(struct magic_set *ms, void *vbuf, size_t offset, size_t size, int clazz, int swap) argument
1133 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, int clazz, int swap, size_t align, int *flags, uint16_t *notecount, int fd, off_t ph_off, int ph_num, off_t fsize) argument
1328 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int mach, int strtab, int *flags, uint16_t *notecount) argument
1616 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int sh_num, int *flags, uint16_t *notecount) argument
1770 int swap; local
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dswaplate13 desc="Setup late swap space"
17 load_rc_config swap
H A Dzvol14 desc="Activate swap on ZVOLs"
22 # Enable swap on ZVOLs with property org.freebsd:swap=on.
23 zfs list -H -o org.freebsd:swap,name -t volume |
35 # Disable swap on ZVOLs with property org.freebsd:swap=on.
36 zfs list -H -o org.freebsd:swap,name -t volume |
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dlinear_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
51 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
51 { mod_based_base::swap(other); }
H A Dmod_based_range_hashing.hpp71 swap(PB_DS_CLASS_C_DEC& other);
86 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
88 std::swap(m_size, other.m_size);
H A Dsample_probe_fn.hpp69 swap(sample_probe_fn& other);
H A Dsample_range_hashing.hpp69 swap(sample_range_hashing& other);
H A Dsample_ranged_hash_fn.hpp69 swap(sample_ranged_hash_fn& other);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/
H A Dsample_update_policy.hpp61 swap(sample_update_policy& other);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnull_node_update_imp.hpp54 swap(null_tree_node_update< Const_Node_Iterator_, Node_Iterator_, Cmp_Fn_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnull_node_update_imp.hpp54 swap(null_trie_node_update< Const_Node_Iterator_, Node_Iterator_, E_Access_Traits_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp82 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
87 base_type::swap(other);
89 m_rc.swap(other.m_rc);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp69 swap(hash_load_check_resize_trigger_size_base& other) function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
70 { std::swap(m_size, other.m_size); }
92 swap(hash_load_check_resize_trigger_size_base& other) { } function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
H A Dsample_size_policy.hpp66 swap(sample_size_policy& other);
H A Dhash_exponential_size_policy_imp.hpp57 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
59 std::swap(m_start_size, other.m_start_size);
60 std::swap(m_grow_factor, other.m_grow_factor);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp88 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
92 base_type::swap(other);
94 std::swap(m_p_max, other.m_p_max);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp85 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
89 PB_DS_BASE_C_DEC::swap(other);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagEdge.cpp27 std::swap(FromMI, ToMI);
28 std::swap(FromMO, ToMO);

Completed in 115 milliseconds

1234567891011>>