| /freebsd-12.1/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
| H A D | zvol_misc_005_neg.ksh | 63 $SWAP -l | $GREP $voldev > /dev/null 2>&1 65 log_must $SWAP -d $voldev 86 log_must $SWAP -a $voldev 88 log_must $SWAP -d $voldev 92 log_mustnot $SWAP -a $voldev
|
| H A D | zvol_misc_004_pos.ksh | 68 $SWAP -l | $GREP -w $voldev > /dev/null 2>&1 70 log_must $SWAP -d $voldev 121 log_must $SWAP -a $voldev 126 log_must $SWAP -d $voldev
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/zvol/zvol_swap/ |
| H A D | zvol_swap_006_pos.ksh | 67 log_must $SWAP -d $swapname ${swap_opt[$i]} 78 test_requires SWAP 102 log_must $SWAP -d $swapname 106 log_must $SWAP -a $swapname ${swap_opt[$i]} ${swap_opt[((i+1))]} 115 log_mustnot $SWAP -a $swapname ${swap_opt[$i]}
|
| H A D | zvol_swap_004_pos.ksh | 65 log_must $SWAP -d $tmp 75 test_requires SWAP 99 log_mustnot $SWAP -a $swapname 101 log_must $SWAP -a $swapname
|
| H A D | zvol_swap_005_pos.ksh | 63 test_requires SWAP 100 log_must $SWAP -d $swapname 103 log_must $SWAP -a $swapname $swaplow $swaplen 104 log_must $SWAP -d $swapname $swaplow
|
| H A D | zvol_swap_002_pos.ksh | 69 log_must $SWAP -d $voldev 83 $SWAP -l | $GREP zvol 86 log_must $SWAP -a $voldev
|
| H A D | zvol_swap_001_pos.ksh | 67 log_must $SWAP -d $voldev 75 test_requires SWAP 79 log_must $SWAP -a $voldev
|
| H A D | cleanup.ksh | 41 log_must $SWAP -a $swapdev >/dev/null 2>&1 47 log_must $SWAP -d $voldev
|
| /freebsd-12.1/usr.sbin/pc-sysinstall/examples/ |
| H A D | pcinstall.cfg.zfs | 26 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 27 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli 39 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 40 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli 41 disk1-part=SWAP 0 none
|
| H A D | pcinstall.cfg.restore | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 17 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli 19 disk0-part=SWAP.eli 2000 none
|
| H A D | pcinstall.cfg.geli | 27 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 28 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
|
| H A D | pcinstall.cfg.rsync | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 18 disk0-part=SWAP 2000 none
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create_015_neg.ksh | 67 $SWAP -l | $GREP /dev/zvol/$vol_name > /dev/null 2>&1 69 $SWAP -d /dev/zvol/${vol_name} 94 log_must $SWAP -a /dev/zvol/$vol_name 100 log_must $SWAP -d /dev/zvol/${vol_name}
|
| H A D | zpool_create_013_neg.ksh | 65 $SWAP -l | $GREP /dev/md/$md_name > /dev/null 2>&1 67 $SWAP -d /dev/md/$md_name 111 log_must $SWAP -a $MD_DSK
|
| H A D | zpool_create_014_neg.ksh | 63 $SWAP -l | $GREP $TMP_FILE > /dev/null 2>&1 65 log_must $SWAP -d $TMP_FILE 97 log_must $SWAP -a $TMP_FILE
|
| H A D | zpool_create_016_pos.ksh | 88 typeset swap_disks=`$SWAP -l | $GREP -v "swapfile" | $AWK '{print $1}'` 95 log_must $SWAP -d $sdisk
|
| /freebsd-12.1/contrib/libdivsufsort/lib/ |
| H A D | trsort.c | 141 if(ISAd[*v1] > ISAd[*v2]) { SWAP(v1, v2); } in tr_median3() 155 if(ISAd[*v2] > ISAd[*v3]) { SWAP(v2, v3); } in tr_median5() 156 if(ISAd[*v4] > ISAd[*v5]) { SWAP(v4, v5); } in tr_median5() 157 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); } in tr_median5() 159 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5); } in tr_median5() 232 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 238 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() 242 SWAP(*b, *c); in tr_partition() 244 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 247 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() [all …]
|
| H A D | sssort.c | 237 if(Td[PA[*v1]] > Td[PA[*v2]]) { SWAP(v1, v2); } in ss_median3() 251 if(Td[PA[*v2]] > Td[PA[*v3]]) { SWAP(v2, v3); } in ss_median5() 252 if(Td[PA[*v4]] > Td[PA[*v5]]) { SWAP(v4, v5); } in ss_median5() 253 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); } in ss_median5() 255 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5); } in ss_median5() 366 SWAP(*first, *a); in ss_mintrosort() 372 if(x == v) { SWAP(*b, *a); ++a; } in ss_mintrosort() 378 if(x == v) { SWAP(*c, *d); --d; } in ss_mintrosort() 382 SWAP(*b, *c); in ss_mintrosort() 384 if(x == v) { SWAP(*b, *a); ++a; } in ss_mintrosort() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/aes/ |
| H A D | aes_locl.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 93 #ifndef SWAP 343 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); } in ss_median5() 345 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5); } in ss_median5() 456 SWAP(*first, *a); in ss_mintrosort() 472 SWAP(*b, *c); in ss_mintrosort() 1005 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); } in tr_median5() 1007 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5); } in tr_median5() 1080 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 1086 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() 1090 SWAP(*b, *c); in tr_partition() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro 84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx() 85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx() 86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx() 87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx() 113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx() 308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro 84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx() 85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx() 86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx() 87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx() 113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx() 308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
| /freebsd-12.1/crypto/heimdal/appl/gssmask/ |
| H A D | common.c | 70 #define SWAP(s,i,j) { char *t = str[i]; str[i] = str[j]; str[j] = t; } in permute() macro 74 SWAP(str,i,j); in permute() 76 SWAP(str,i,j); in permute()
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/ |
| H A D | dffma.S | 62 #define SWAP p1 macro 204 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define 205 if (SWAP.new) EXPCA = combine(EXPA,EXPC) 220 if (SWAP) PP_LL = CTMP2 221 if (SWAP) CTMP2 = PP_LL 231 if (SWAP) PP_HH = CTMP // Swap C and PP 232 if (SWAP) CTMP = PP_HH
|
| /freebsd-12.1/lib/libc/sparc64/fpu/ |
| H A D | fpu_emu.h | 130 SWAP(x, y); \ 132 #define SWAP(x, y) { \ macro
|