Symbol: swap
bin/cpdup/hclink.c
186
trans->swap = need_swap;
bin/cpdup/hclink.c
475
if (trans->swap) {
bin/cpdup/hclink.h
27
int swap; /* have to swap byte order */
crypto/libressl/crypto/bn/bn_lcl.h
657
int BN_swap_ct(BN_ULONG swap, BIGNUM *a, BIGNUM *b, size_t nwords);
crypto/libressl/crypto/curve25519/curve25519.c
4828
unsigned swap = 0;
crypto/libressl/crypto/curve25519/curve25519.c
4832
swap ^= b;
crypto/libressl/crypto/curve25519/curve25519.c
4833
fe_cswap(x2, x3, swap);
crypto/libressl/crypto/curve25519/curve25519.c
4834
fe_cswap(z2, z3, swap);
crypto/libressl/crypto/curve25519/curve25519.c
4835
swap = b;
crypto/libressl/crypto/curve25519/curve25519.c
4855
fe_cswap(x2, x3, swap);
crypto/libressl/crypto/curve25519/curve25519.c
4856
fe_cswap(z2, z3, swap);
crypto/libressl/include/openssl/bn.h
472
void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
crypto/openssh/sntrup761.c
531
int sign,swap,t;
crypto/openssh/sntrup761.c
548
swap = int16_negative_mask(-delta) & int16_nonzero_mask(g[0]);
crypto/openssh/sntrup761.c
549
delta ^= swap&(delta^-delta);
crypto/openssh/sntrup761.c
553
t = swap&(f[i]^g[i]); f[i] ^= t; g[i] ^= t;
crypto/openssh/sntrup761.c
554
t = swap&(v[i]^r[i]); v[i] ^= t; r[i] ^= t;
crypto/openssh/sntrup761.c
616
int swap,t;
crypto/openssh/sntrup761.c
634
swap = int16_negative_mask(-delta) & int16_nonzero_mask(g[0]);
crypto/openssh/sntrup761.c
635
delta ^= swap&(delta^-delta);
crypto/openssh/sntrup761.c
639
t = swap&(f[i]^g[i]); f[i] ^= t; g[i] ^= t;
crypto/openssh/sntrup761.c
640
t = swap&(v[i]^r[i]); v[i] ^= t; r[i] ^= t;
lib/libc/stdlib/getopt_long.c
161
char *swap;
lib/libc/stdlib/getopt_long.c
179
swap = nargv[pos];
lib/libc/stdlib/getopt_long.c
183
(__DECONST(char **, nargv))[cstart] = swap;
lib/libc/stdlib/merge.c
293
swap (f1, f1 + size);
lib/libc/stdlib/merge.c
318
swap(f1, f1 + size);
lib/libc/stdlib/merge.c
339
swap(u, t);
lib/libc/stdlib/qsort.c
121
swap(pl, pl - es);
lib/libc/stdlib/qsort.c
136
swap(a, pm);
lib/libc/stdlib/qsort.c
144
swap(pa, pb);
lib/libc/stdlib/qsort.c
152
swap(pc, pd);
lib/libc/stdlib/qsort.c
159
swap(pb, pc);
lib/libc/stdlib/qsort.c
169
swap(pl, pl - es);
lib/libc/stdlib/radixsort.c
201
swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
lib/libc/stdlib/radixsort.c
217
swap(*ak, r, t);
lib/libc/stdlib/radixsort.c
282
swap(*sp0, *sp1, temp);
lib/libc/stdlib/radixsort.c
306
swap(ai[0], ai[-1], s);
lib/libc/stdtime/localtime.c
1039
int_fast32_t swap = starttime;
lib/libc/stdtime/localtime.c
1041
endtime = swap;
lib/libusb/libusb20.c
842
uint8_t swap;
lib/libusb/libusb20.c
878
swap = 3;
lib/libusb/libusb20.c
888
if (((c & 0xff00) == 0) && (swap & 1)) {
lib/libusb/libusb20.c
891
swap = 1;
lib/libusb/libusb20.c
892
} else if (((c & 0x00ff) == 0) && (swap & 2)) {
lib/libusb/libusb20.c
895
swap = 2;
sbin/natd/icmp.c
104
swap = ip->ip_dst;
sbin/natd/icmp.c
106
ip->ip_src = swap;
sbin/natd/icmp.c
51
struct in_addr swap;
sbin/routed/table.c
1767
struct rt_spare swap;
sbin/routed/table.c
1785
swap = rt->rt_spares[0];
sbin/routed/table.c
1788
if (swap.rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1791
*rts = swap;
sys/bus/cam/cam_queue.c
386
swap(queue_array, parent, child);
sys/bus/cam/cam_queue.c
414
swap(queue_array, child, parent);
sys/bus/cam/cam_queue.c
49
swap(cam_pinfo **queue_array, int i, int j);
sys/bus/u4b/usb_request.c
1103
uint8_t swap;
sys/bus/u4b/usb_request.c
1145
swap = 3;
sys/bus/u4b/usb_request.c
1152
if (((c & 0xff00) == 0) && (swap & 1)) {
sys/bus/u4b/usb_request.c
1155
swap = 1;
sys/bus/u4b/usb_request.c
1156
} else if (((c & 0x00ff) == 0) && (swap & 2)) {
sys/bus/u4b/usb_request.c
1159
swap = 2;
sys/crypto/curve25519/curve25519.c
816
unsigned swap = 0;
sys/crypto/curve25519/curve25519.c
869
swap ^= b;
sys/crypto/curve25519/curve25519.c
870
fe_cswap(&x2, &x3, swap);
sys/crypto/curve25519/curve25519.c
871
fe_cswap(&z2, &z3, swap);
sys/crypto/curve25519/curve25519.c
872
swap = b;
sys/crypto/curve25519/curve25519.c
902
fe_cswap(&x2, &x3, swap);
sys/crypto/curve25519/curve25519.c
903
fe_cswap(&z2, &z3, swap);
sys/dev/disk/ahci/ahci_cam.c
720
u_int16_t *swap;
sys/dev/disk/ahci/ahci_cam.c
723
swap = (u_int16_t *)id->serial;
sys/dev/disk/ahci/ahci_cam.c
725
swap[i] = bswap16(swap[i]);
sys/dev/disk/ahci/ahci_cam.c
727
swap = (u_int16_t *)id->firmware;
sys/dev/disk/ahci/ahci_cam.c
729
swap[i] = bswap16(swap[i]);
sys/dev/disk/ahci/ahci_cam.c
731
swap = (u_int16_t *)id->model;
sys/dev/disk/ahci/ahci_cam.c
733
swap[i] = bswap16(swap[i]);
sys/dev/disk/sili/sili_cam.c
679
u_int16_t *swap;
sys/dev/disk/sili/sili_cam.c
682
swap = (u_int16_t *)id->serial;
sys/dev/disk/sili/sili_cam.c
684
swap[i] = bswap16(swap[i]);
sys/dev/disk/sili/sili_cam.c
686
swap = (u_int16_t *)id->firmware;
sys/dev/disk/sili/sili_cam.c
688
swap[i] = bswap16(swap[i]);
sys/dev/disk/sili/sili_cam.c
690
swap = (u_int16_t *)id->model;
sys/dev/disk/sili/sili_cam.c
692
swap[i] = bswap16(swap[i]);
sys/dev/drm/amd/display/dc/core/dc_resource.c
483
swap(rect->height, rect->width);
sys/dev/drm/amd/display/dc/core/dc_resource.c
484
swap(rect->x, rect->y);
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
242
swap(local_size.video.luma_size.x,
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
244
swap(local_size.video.luma_size.width,
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
246
swap(local_size.video.chroma_size.x,
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
248
swap(local_size.video.chroma_size.width,
sys/dev/drm/drm_crtc.c
545
swap(hdisplay, vdisplay);
sys/dev/drm/drm_crtc_helper.c
1038
swap(crtc->state, crtc_state);
sys/dev/drm/drm_plane_helper.c
374
swap(plane->state, plane_state);
sys/dev/drm/i915/intel_display.c
2278
swap(tile_width, tile_height);
sys/dev/drm/i915/intel_display.c
2349
swap(tile_width, tile_height);
sys/dev/drm/i915/intel_display.c
2615
swap(tile_width, tile_height);
sys/dev/drm/i915/intel_workarounds.c
112
swap(r[1], r[0]);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
211
struct list_head swap;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
518
struct ttm_lru_bulk_move_pos swap[TTM_MAX_BO_PRIORITY];
sys/dev/drm/include/linux/gcd.h
56
swap(a, b);
sys/dev/drm/radeon/evergreen_cs.c
2640
uint32_t swap;
sys/dev/drm/radeon/evergreen_cs.c
2647
swap = offset & 0x3;
sys/dev/drm/radeon/evergreen_cs.c
2653
ib[idx+1] = (offset & 0xfffffffc) | swap;
sys/dev/drm/ttm/ttm_bo.c
1237
INIT_LIST_HEAD(&bo->swap);
sys/dev/drm/ttm/ttm_bo.c
1777
list_for_each_entry(bo, &glob->swap_lru[i], swap) {
sys/dev/drm/ttm/ttm_bo.c
184
list_add_tail(&bo->swap,
sys/dev/drm/ttm/ttm_bo.c
199
if (!list_empty(&bo->swap)) {
sys/dev/drm/ttm/ttm_bo.c
200
list_del_init(&bo->swap);
sys/dev/drm/ttm/ttm_bo.c
252
ttm_bo_bulk_move_set_pos(&bulk->swap[bo->priority], bo);
sys/dev/drm/ttm/ttm_bo.c
292
struct ttm_lru_bulk_move_pos *pos = &bulk->swap[i];
sys/dev/drm/ttm/ttm_bo.c
302
list_bulk_move_tail(lru, &pos->first->swap, &pos->last->swap);
sys/dev/drm/ttm/ttm_bo.c
371
swap(*mem, bo->mem);
sys/dev/drm/ttm/ttm_bo.c
373
swap(*mem, bo->mem);
sys/dev/drm/ttm/ttm_bo_util.c
489
INIT_LIST_HEAD(&fbo->base.swap);
sys/dev/netif/dc/if_dc.c
576
dc_read_eeprom(struct dc_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/dc/if_dc.c
589
if (swap)
sys/dev/netif/re/re.c
31908
static void re_read_eeprom(struct re_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/re/re.c
31916
if (swap)
sys/dev/netif/rl/if_rl.c
329
rl_read_eeprom(struct rl_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/rl/if_rl.c
337
if (swap)
sys/dev/netif/sis/if_sis.c
337
sis_read_eeprom(struct sis_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/sis/if_sis.c
345
if (swap)
sys/dev/netif/ste/if_ste.c
510
ste_read_eeprom(struct ste_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/ste/if_ste.c
525
if (swap)
sys/dev/netif/vge/if_vge.c
282
vge_read_eeprom(struct vge_softc *sc, uint8_t *dest, int off, int cnt, int swap)
sys/dev/netif/vge/if_vge.c
291
if (swap)
sys/dev/netif/xl/if_xl.c
677
xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/xl/if_xl.c
707
if (swap)
sys/kern/kern_objcache.c
454
swap(cpucache->loaded_magazine, cpucache->previous_magazine);
sys/kern/kern_objcache.c
657
swap(cpucache->loaded_magazine, cpucache->previous_magazine);
sys/libkern/qsort.c
117
swap(pl, pl - es);
sys/libkern/qsort.c
132
swap(a, pm);
sys/libkern/qsort.c
140
swap(pa, pb);
sys/libkern/qsort.c
148
swap(pc, pd);
sys/libkern/qsort.c
155
swap(pb, pc);
sys/libkern/qsort.c
164
swap(pl, pl - es);
sys/net/ipfw/ip_fw2.c
400
uint8_t swap; /* IPFW_KEY_SWAP_ */
sys/net/ipfw/ip_fw2.c
488
#define st_swap st_key.swap
sys/net/ipfw/ip_fw2.c
957
key->swap = 0;
sys/net/ipfw/ip_fw2.c
962
key->swap |= IPFW_KEY_SWAP_ADDRS;
sys/net/ipfw/ip_fw2.c
971
key->swap |= IPFW_KEY_SWAP_PORTS;
sys/net/ipfw/ip_fw2.c
977
if (sport == dport && (key->swap & IPFW_KEY_SWAP_ADDRS))
sys/net/ipfw/ip_fw2.c
978
key->swap |= IPFW_KEY_SWAP_PORTS;
sys/net/ipfw/ip_fw2.c
979
if (saddr == daddr && (key->swap & IPFW_KEY_SWAP_PORTS))
sys/net/ipfw/ip_fw2.c
980
key->swap |= IPFW_KEY_SWAP_ADDRS;
sys/net/ipfw/ip_fw2.c
988
if (key->swap & IPFW_KEY_SWAP_ADDRS) {
sys/net/ipfw/ip_fw2.c
996
if (key->swap & IPFW_KEY_SWAP_PORTS) {
sys/netproto/802_11/wlan/ieee80211_regdomain.c
193
swap(u, t, size);
sys/vm/swap_pager.c
2159
static int swp_pager_swapoff_callback(struct swblock *swap, void *data);
sys/vm/swap_pager.c
2234
swp_pager_swapoff_callback(struct swblock *swap, void *data)
sys/vm/swap_pager.c
2242
index = swap->swb_index;
sys/vm/swap_pager.c
2255
v = swap->swb_pages[i];
sys/vm/swap_pager.c
2258
swap->swb_index + i);
sys/vm/swap_pager.c
2261
&object->swblock_root, index) != swap) {
sys/vm/swap_pager.c
2302
swp_pager_remove(vm_object_t object, struct swblock *swap)
sys/vm/swap_pager.c
2305
RB_REMOVE(swblock_rb_tree, &object->swblock_root, swap);
sys/vm/swap_pager.c
2337
struct swblock *swap;
sys/vm/swap_pager.c
2356
swap = swp_pager_lookup(object, index);
sys/vm/swap_pager.c
2358
if (swap == NULL) {
sys/vm/swap_pager.c
2361
swap = zalloc(swap_zone);
sys/vm/swap_pager.c
2362
if (swap == NULL) {
sys/vm/swap_pager.c
2366
swap->swb_index = index & ~(vm_pindex_t)SWAP_META_MASK;
sys/vm/swap_pager.c
2367
swap->swb_count = 0;
sys/vm/swap_pager.c
2372
swap->swb_pages[i] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2373
oswap = RB_INSERT(swblock_rb_tree, &object->swblock_root, swap);
sys/vm/swap_pager.c
2385
while ((v = swap->swb_pages[index]) != SWAPBLK_NONE) {
sys/vm/swap_pager.c
2386
swap->swb_pages[index] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2389
--swap->swb_count;
sys/vm/swap_pager.c
2396
swap->swb_pages[index] = swapblk;
sys/vm/swap_pager.c
2398
++swap->swb_count;
sys/vm/swap_pager.c
2451
swp_pager_meta_free_callback(struct swblock *swap, void *data)
sys/vm/swap_pager.c
2463
if (swap->swb_index < info->begi)
sys/vm/swap_pager.c
2468
if (swap->swb_index + SWAP_META_PAGES > info->endi)
sys/vm/swap_pager.c
2481
swblk_t v = swap->swb_pages[index];
sys/vm/swap_pager.c
2484
swap->swb_pages[index] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2488
if (--swap->swb_count == 0) {
sys/vm/swap_pager.c
2489
swp_pager_remove(object, swap);
sys/vm/swap_pager.c
2490
zfree(swap_zone, swap);
sys/vm/swap_pager.c
2518
struct swblock *swap;
sys/vm/swap_pager.c
2523
while ((swap = RB_ROOT(&object->swblock_root)) != NULL) {
sys/vm/swap_pager.c
2524
swp_pager_remove(object, swap);
sys/vm/swap_pager.c
2526
swblk_t v = swap->swb_pages[i];
sys/vm/swap_pager.c
2530
--swap->swb_count;
sys/vm/swap_pager.c
2534
if (swap->swb_count != 0)
sys/vm/swap_pager.c
2536
zfree(swap_zone, swap);
sys/vm/swap_pager.c
2568
struct swblock *swap;
sys/vm/swap_pager.c
2575
swap = swp_pager_lookup(object, index);
sys/vm/swap_pager.c
2577
if (swap != NULL) {
sys/vm/swap_pager.c
2579
r1 = swap->swb_pages[index];
sys/vm/swap_pager.c
2583
swap->swb_pages[index] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2585
if (--swap->swb_count == 0) {
sys/vm/swap_pager.c
2586
swp_pager_remove(object, swap);
sys/vm/swap_pager.c
2587
zfree(swap_zone, swap);
sys/vm/swap_pager.c
661
static int swap_pager_condfree_callback(struct swblock *swap, void *data);
sys/vm/swap_pager.c
704
swap_pager_condfree_callback(struct swblock *swap, void *data)
sys/vm/swap_pager.c
711
if (vm_page_lookup(object, swap->swb_index + i))
sys/vm/swap_pager.c
714
info->basei = swap->swb_index + SWAP_META_PAGES;
sys/vm/swap_pager.c
716
info->begi -= swap->swb_count;
sys/vm/swap_pager.c
717
swap_pager_freespace(object, swap->swb_index, SWAP_META_PAGES);
test/interbench/interbench.c
1155
ud.swap = ud.ram; /* XXX: swap doesn't have to be the same as RAM */
test/interbench/interbench.c
1157
if( !ud.ram || !ud.swap ) {
test/interbench/interbench.c
255
unsigned long total = ud.ram + ud.swap;
test/interbench/interbench.c
63
unsigned long ram, swap;
test/stress/stress2/include/stress.h
64
extern int64_t swap(void);
test/stress/stress2/testcases/swap/swap.c
52
swapinfo = swap();
usr.bin/calendar/parsedata.c
206
swap(&m, &d);
usr.bin/dc/bcode.c
211
{ 'r', swap },
usr.bin/dc/bcode.c
78
static void swap(void);
usr.bin/top/m_dragonfly.c
454
si->swap = swap_stats;
usr.bin/top/machine.h
87
long *swap;
usr.bin/top/top.c
553
i_swap(system_info.swap);
usr.bin/top/top.c
578
u_swap(system_info.swap);
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
311
unsigned long boot, root, swap, build;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
322
swap = 2 * mem;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
323
if (swap > capacity / 10) /* max 1/10 capacity */
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
324
swap = capacity / 10;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
325
if (swap < SWAP_MIN) /* having a little is nice */
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
326
swap = SWAP_MIN;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
327
if (swap > SWAP_MAX) /* installer cap */
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
328
swap = SWAP_MAX;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
332
build = (capacity - swap - boot) / 4;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
344
root = (capacity - swap - boot - build);
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
372
if (swap < SWAP_MIN && build >= SWAP_MIN - swap) {
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
373
build -= SWAP_MIN - swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
374
swap = SWAP_MIN;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
376
if (swap < 2 * mem && build >= 2 * mem - swap) {
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
377
build -= 2 * mem - swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
378
swap = 2 * mem;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
383
if (swap < SWAP_MIN) {
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
384
root += swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
385
swap = 0;
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
398
return(swap);
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
269
unsigned long boot, root, swap, build;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
280
swap = 2 * mem;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
281
if (swap > capacity / 10) /* max 1/10 capacity */
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
282
swap = capacity / 10;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
283
if (swap < SWAP_MIN) /* having a little is nice */
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
284
swap = SWAP_MIN;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
285
if (swap > SWAP_MAX) /* installer cap */
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
286
swap = SWAP_MAX;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
290
build = (capacity - swap - boot) / 4;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
301
root = (capacity - swap - boot - build);
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
329
if (swap < SWAP_MIN && build >= SWAP_MIN - swap) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
330
build -= SWAP_MIN - swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
331
swap = SWAP_MIN;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
333
if (swap < 2 * mem && build >= 2 * mem - swap) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
334
build -= 2 * mem - swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
335
swap = 2 * mem;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
340
if (swap < SWAP_MIN) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
341
root += swap;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
342
swap = 0;
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
355
return(swap);
usr.sbin/installer/libinstaller/diskutil.c
1015
swap += atol(word);
usr.sbin/installer/libinstaller/diskutil.c
1020
return(swap / 1024);
usr.sbin/installer/libinstaller/diskutil.c
1028
long swap = 0;
usr.sbin/installer/libinstaller/diskutil.c
1031
swap += measure_activated_swap_from_slice(a, d, s);
usr.sbin/installer/libinstaller/diskutil.c
1033
return(swap);
usr.sbin/installer/libinstaller/diskutil.c
974
long swap = 0;
usr.sbin/installer/libinstaller/diskutil.c
985
swap += atol(word);
usr.sbin/installer/libinstaller/diskutil.c
989
return(swap / 1024);
usr.sbin/installer/libinstaller/diskutil.c
999
long swap = 0;