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

12345678

/src/sys/lib/libkern/arch/sh3/
H A Dbyte_swap_8.S37 swap.b r4,r4
38 swap.b r5,r5
39 swap.w r4,r4
40 swap.w r5,r5
41 swap.b r4,r1
43 swap.b r5,r0
H A Dbyte_swap_4.S40 swap.b r4,r0
41 swap.w r0,r0
43 swap.b r0,r0
H A Dbyte_swap_2.S42 swap.b r4, r0
/src/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...]
/src/lib/libc/sys/
H A Dswapon.c35 #include <sys/swap.h>
/src/sys/external/bsd/drm2/include/linux/
H A Dsort.h42 void (*swap)(void *, void *, int))
46 KASSERT(swap == NULL); /* XXX */
/src/etc/rc.d/
H A Dswap217 # "Critical" file systems are now mounted. Go ahead and swap
22 # "no error, but no suitable swap devices were configured".
24 # Check for no swap, and warn about it unless that is desired.
31 if swapctl -s | grep "no swap devices configured" > /dev/null;
33 warn "No swap space configured!"
40 # Remove all non-block-type swap devices
44 load_rc_config swap
/src/common/lib/libc/arch/m68k/gen/
H A Dbswap32.S48 swap %d0 | BADC -> DCBA
51 swap %d0
H A Dbswap64.S58 swap %d1
59 swap %d0
H A Dbswap16.S40 swap %d0
/src/common/lib/libc/arch/mips/gen/
H A Dbyte_swap_8.S51 dsbh v0, a0 # dwords swap bytes within halfwords
52 dshd v0, v0 # dwords swap halwords within dwords
59 wsbh v1, a0 # word swap bytes within halfwords
60 wsbh v0, a1 # word swap bytes within halfwords
61 rotr v1, v1, 16 # rotate word 16bits and swap word
62 rotr v0, v0, 16 # rotate word 16bits and swap word
73 * We could swap by halfword, but that would be one instruction longer.
/src/sys/dev/vme/
H A Dvmevar.h43 typedef int vme_swap_t; /* hardware swap capabilities,
108 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \
110 (swap), (tag), (handle), (resc))
137 #define vme_dmamap_create(vc, size, am, datasize, swap, nsegs, segsz, bound, \
140 (swap), (nsegs), (segsz), (bound), (flags), (map))
147 #define vme_dmamem_alloc(vc, size, am, datasize, swap, \
149 (*((vc)->vct_dmamem_alloc))((vc)->cookie, (size), (am), (datasize), (swap), \
/src/sys/arch/sparc/fpu/
H A Dfpu_emu.h134 struct fpn *swap; \
135 swap = (x), (x) = (y), (y) = swap; \
/src/distrib/utils/embedded/conf/
H A Dnintendo.conf6 swap=true key
8 swap_file=/swap
23 ${swap_file} none swap sw,priority=1 0 0
98 # Add swap space
H A Drpi_inst.conf13 swap=8 key
18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
/src/sys/arch/dreamcast/dreamcast/
H A Dlocore.S69 swap.b r1, r1
70 swap.w r1, r1
/src/sys/arch/sparc64/sparc64/
H A Dlock_stubs.s60 CASPTR [%o0], %g0, %o1 ! compare-and-swap
80 CASPTR [%o0], %o1, %o2 ! compare-and-swap
/src/sys/arch/sh3/include/
H A Dlocore.h77 swap.b r3, r3 ;\
79 swap.w r3, r3 /* r3 = PSL_MD */ ;\
128 swap.b r0, r0 ;\
129 swap.w r0, r0 /* r0 = 0x10000000 */ ;\
171 swap.b Rn, Rn ;\
172 swap.w Rn, Rn /* Rn = 0x10000000 */ ;\
179 swap.b Rn, Rn ;\
180 swap.w Rn, Rn /* Rn = ~0x10000000 */ ;\
213 swap.b Rb, Rb ;\
215 swap
[all...]
/src/sys/lib/libsa/
H A Dqsort.c74 #define swap(a, b) \ macro
105 swap(pl, pl - es);
120 swap(a, pm);
128 swap(pa, pb);
136 swap(pc, pd);
143 swap(pb, pc);
152 swap(pl, pl - es);
/src/sys/lib/libkern/arch/m68k/
H A Dudivsi3.S74 swap %d1 | %d1 = dividend >> 16
80 swap %d0
107 swap %d2
111 swap %d2
113 swap %d1
116 swap %d1
/src/sys/arch/powerpc/fpu/
H A Dfpu_emu.h132 struct fpn *swap; \
133 swap = (x), (x) = (y), (y) = swap; \
/src/common/dist/zlib/contrib/puff/
H A Dpufftest.c63 void *buf, *swap; local in function:load
76 if (size == *len || (swap = realloc(buf, size)) == NULL) {
81 buf = swap;
/src/sys/external/bsd/drm2/dist/drm/lib/
H A Ddrm_random.c28 swap(order[i], order[j]);
/src/sys/arch/x68k/stand/libdos/
H A Ddos_procerr.S23 swap %d0

Completed in 42 milliseconds

12345678