Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 144) 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()
202 swap = swap; in loopback_get64()
245 swap = swap; in loopback_put8()
289 swap = swap; in loopback_put16()
333 swap = swap; in loopback_put32()
[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()
245 swap = swap; in __rsm_get64x64()
303 swap = swap; in __rsm_put8x8()
347 swap = swap; in __rsm_put16x16()
391 swap = swap; in __rsm_put32x32()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr64 swap dup abs 0 <# #s rot sign #>
71 swap 0 <# #s #>
106 swap drop
108 swap drop
116 2swap
126 2swap
131 : d+ ( d1 d2 -- d3 ) rot + >r tuck + tuck swap u< r> swap - ;
139 swap
150 r> r> r> dup >r swap >r swap >r ;
158 /dump @ over + swap
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th319 1+ swap 1- swap
327 swap 0 swap c! \ store 0 at -B
346 swap
378 1+ swap 1- swap
408 1- swap 1+ swap
429 1+ swap 1- swap
433 1+ swap 1- swap
439 2swap 2drop swap
473 swap
485 1+ swap 1- swap
[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.4th115 0 swap .len !
321 swap
339 swap drop 0>
343 swap drop 0>
413 over c@ [char] " = if 2 chars - swap char+ swap then
495 2swap strcat
1229 swap 1+ swap
1670 1- swap 1+ swap
1671 2swap 1+ 2swap
1674 1- swap 1+ swap
[all …]
H A Dbeadm.4th182 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
317 current-dev 2swap R>
349 swap 4 + \ addr += 4
350 swap to currdev
401 swap -
460 swap drop
[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/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/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/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.c494 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()
762 if (!(mp->swap & (mp->swap + 1))) in ckmagic()
763 mp->swap = 7; in ckmagic()
772 if (!(mp->swap & (mp->swap + 1))) in ckmagic()
773 mp->swap = 7; in ckmagic()
828 c = mp->swap; in ckmagic()
[all …]
/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()
/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()

123456