Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 143) sorted by relevance

123456

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmloopback.c62 boolean_t swap) in loopback_get8() argument
70 swap = swap; in loopback_get8()
105 boolean_t swap) in loopback_get16() argument
114 swap = swap; in loopback_get16()
149 boolean_t swap) in loopback_get32() argument
158 swap = swap; in loopback_get32()
193 boolean_t swap) in loopback_get64() argument
202 swap = swap; in loopback_get64()
237 boolean_t swap) in loopback_put8() argument
245 swap = swap; in loopback_put8()
[all …]
H A Drsmgen.c105 boolean_t swap) in __rsm_get8x8() argument
113 swap = swap; in __rsm_get8x8()
148 boolean_t swap) in __rsm_get16x16() argument
157 swap = swap; in __rsm_get16x16()
192 boolean_t swap) in __rsm_get32x32() argument
201 swap = swap; in __rsm_get32x32()
236 boolean_t swap) in __rsm_get64x64() argument
245 swap = swap; in __rsm_get64x64()
295 boolean_t swap) in __rsm_put8x8() argument
303 swap = swap; in __rsm_put8x8()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr56 : nip ( y x -- x ) swap drop ;
57 : tuck ( y x -- x y x) swap over ;
60 : dnegate ( d -- -d ) invert swap negate tuck 0= - ;
64 swap dup abs 0 <# #s rot sign #>
71 swap 0 <# #s #>
78 swap over dabs <# #s rot sign #> type space ;
81 -rot swap over dabs <# #s rot sign #>
106 swap drop
108 swap drop
116 2swap
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th112 swap -
203 addr len + swap move ( len )
233 >r over r> swap
314 2 - swap 2 + ( addr len len-2 addr+2 ) \ skip -B
319 1+ swap 1- swap
327 swap 0 swap c! \ store 0 at -B
328 blen swap ( blen len )
330 baddr swap ( addr rem )
342 1- swap ( rem-1 addr )
345 0 swap c!
[all …]
H A Dframes.4th127 swap rot ( y x w -- R: y+h )
129 swap R> R> term-drawrect
135 2dup 1+ swap 5 pick + swap 4 pick 1- -rot
137 2dup swap 1+ swap 5 pick 1- -rot
139 2dup swap 1+ swap 4 pick + 5 pick 1- -rot
143 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner
144 2 pick + swap 3 pick + swap at-xy rb_el @ xemit
H A Dsupport.4th96 does> create here swap dup @ allot cell+ @ execute
99 : ;structure swap ! ;
102 : ;constructor postpone ; swap cell+ ! ; immediate
115 0 swap .len !
276 tlen swap - dup
280 taddr swap s" console" setenv
306 swap dup c@ dup 32 = over 9 = or over 10 = or
307 over 13 = or over 44 = or swap drop
308 while 1+ swap 1- repeat
309 swap 2 pick 1- over <
[all …]
H A Dbeadm.4th162 [char] : swap c! \ save ':' at the end of the string
171 swap 2dup 2>R \ copy of new addr len to return stack
182 R@ swap 2R> \ addr width addr len
202 dup 2swap 0 -rot strcat
207 2swap menu.lst
215 2swap strcat ['] evaluate catch drop
227 2swap strcat
316 \ add device, swap with be and receive argc
317 current-dev 2swap R>
349 swap 4 + \ addr += 4
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_005_neg.ksh52 swap -l | grep $voldev > /dev/null 2>&1
54 log_must swap -d $voldev
71 log_must swap -a $voldev
73 log_must swap -d $voldev
77 log_mustnot swap -a $voldev
H A Dzvol_misc_004_pos.ksh58 swap -l | awk 'NR > 1 { print $1 }' | \
61 log_must swap -d $voldev
107 log_must swap -a $voldev
112 log_must swap -d $voldev
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmndi.h96 boolean_t swap);
102 boolean_t swap);
108 boolean_t swap);
114 boolean_t swap);
129 boolean_t swap);
135 boolean_t swap);
141 boolean_t swap);
147 boolean_t swap);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c103 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377)) macro
159 header.magic = swap(header.magic); in read_entry()
160 header.name_size = swap(header.name_size); in read_entry()
161 header.bool_count = swap(header.bool_count); in read_entry()
162 header.num_count = swap(header.num_count); in read_entry()
163 header.str_count = swap(header.str_count); in read_entry()
164 header.str_size = swap(header.str_size); in read_entry()
H A Dtic_parse.c677 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377)) macro
679 #define might_swap(x) (must_swap() ? swap(x) : (x))
701 header.magic = swap(MAGIC); in write_object()
702 header.name_size = swap(namelen); in write_object()
703 header.bool_count = swap(BoolCount); in write_object()
704 header.num_count = swap(NumCount); in write_object()
705 header.str_count = swap(StrCount); in write_object()
706 header.str_size = swap(l_next_free); in write_object()
730 Numbers[i] = swap(Numbers[i]); in write_object()
732 Strings[i] = swap(Strings[i]); in write_object()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_006_pos.ksh53 log_must swap -d $swapname ${swap_opt[$i]}
90 log_must swap -d $swapname
94 log_must swap -a $swapname ${swap_opt[$i]} ${swap_opt[((i+1))]}
103 log_mustnot swap -a $swapname ${swap_opt[$i]}
H A Dzvol_swap_004_pos.ksh49 is_swap_inuse $swapname && log_must swap -d $swapname
65 log_must swap -a $swapname
70 log_must swap -d $swapname
H A Dcleanup.ksh42 log_must swap -a $swapdev >/dev/null 2>&1
48 log_must swap -d $voldev
H A Dzvol_swap_002_pos.ksh51 log_must swap -a $swapdev
62 log_must swap -d $swapdev
H A Dzvol_swap_005_pos.ksh65 log_must swap -a $swapname $swaplow $swaplen
66 log_must swap -d $swapname $swaplow
/illumos-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh117 [ "$fstype" != swap ] && continue
138 swap -$PASS -a $special >/dev/null
148 swap -l 2>/dev/null | grep '\<'${special}'\>' >/dev/null 2>&1 \
149 || swap -$PASS -a $special >/dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_015_neg.ksh55 swap -l | grep /dev/zvol/dsk/$vol_name > /dev/null 2>&1
57 swap -d /dev/zvol/dsk/${vol_name}
86 log_must swap -a /dev/zvol/dsk/$vol_name
92 log_must swap -d /dev/zvol/dsk/${vol_name}
H A Dzpool_create_016_pos.ksh59 if [[ -n $(swap -l 2>&1 | grep $sdisk) ]]; then
81 typeset swap_disks=$(swap -l | grep -v "swapfile" | awk '{print $1}')
89 swap -d $sdisk >/dev/null 2>&1;
H A Dzpool_create_014_neg.ksh51 swap -l | grep $TMP_FILE > /dev/null 2>&1
53 log_must swap -d $TMP_FILE
85 log_must swap -a $TMP_FILE
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c297 uint32_t swap; in s1394_channel_alloc() local
345 swap = old_value & (~channel_mask); in s1394_channel_alloc()
349 offset, compare, swap, &old_value); in s1394_channel_alloc()
452 uint32_t swap; in s1394_channel_free() local
500 swap = old_value | channel_mask; in s1394_channel_free()
504 offset, compare, swap, &old_value); in s1394_channel_free()
597 uint32_t swap; in s1394_bandwidth_alloc() local
643 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()
652 IEEE1394_CSR_OFFSET_MASK), compare, swap, in s1394_bandwidth_alloc()
775 uint32_t swap; in s1394_bandwidth_free() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c96 char swap; /* forced swap order */ member
174 int swap; /* swap() operation */ \
346 n = swapget(mp->swap, p, 2); in indirect()
354 n = swapget(mp->swap, p, 8); in indirect()
362 n = swapget(mp->swap, p, 4); in indirect()
494 mp->swap = 0; in ckmagic()
531 mp->swap = 0; in ckmagic()
661 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 2); in ckmagic()
669 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 4); in ckmagic()
675 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 8); in ckmagic()
[all …]
/illumos-gate/usr/src/cmd/sort/
H A Dinternal.c61 swap((void **)&X[0], (void **)&X[i]); in offset_is_algorithm()
117 swap((void **)&X[0], (void **)&X[le]); in tqs_algorithm()
126 swap((void **)&X[le++], (void **)&X[l]); in tqs_algorithm()
133 swap((void **)&X[r], (void **)&X[re--]); in tqs_algorithm()
140 swap((void **)&X[l++], (void **)&X[r--]); in tqs_algorithm()
214 swap((void **)&X[0], (void **)&X[le]); in rqs_algorithm()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c67 char *swap; variable
124 swap = argv[optind++]; in main()
125 if (*swap == '\0') in main()
126 swap = NULL; in main()
128 swap = NULL; in main()
130 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY)); in main()

123456