Symbol: SWAP32
usr/src/cmd/fs.d/udfs/fsck/fsck.h
52
#define SWAP64(x) (SWAP32((x) >> 32) & 0xffffffff | SWAP32(x) << 32)
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
158
otp->tag_loc = SWAP32(itp->tag_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
195
tloc = SWAP32(tp->tag_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
275
p->ext_len = SWAP32(p->ext_len);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
276
p->ext_loc = SWAP32(p->ext_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
289
p->itag_prnde = SWAP32(p->itag_prnde);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
293
p->itag_lb_loc = SWAP32(p->itag_lb_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
301
p->sad_ext_len = SWAP32(p->sad_ext_len);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
302
p->sad_ext_loc = SWAP32(p->sad_ext_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
308
p->lad_ext_len = SWAP32(p->lad_ext_len);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
309
p->lad_ext_loc = SWAP32(p->lad_ext_loc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
316
p->pvd_vdsn = SWAP32(p->pvd_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
317
p->pvd_pvdn = SWAP32(p->pvd_pvdn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
322
p->pvd_csl = SWAP32(p->pvd_csl);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
323
p->pvd_mcsl = SWAP32(p->pvd_mcsl);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
329
p->pvd_pvdsl = SWAP32(p->pvd_pvdsl);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
336
p->iuvd_vdsn = SWAP32(p->iuvd_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
344
p->vdp_vdsn = SWAP32(p->vdp_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
360
p->pd_vdsn = SWAP32(p->pd_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
364
p->pd_acc_type = SWAP32(p->pd_acc_type);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
365
p->pd_part_start = SWAP32(p->pd_part_start);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
366
p->pd_part_length = SWAP32(p->pd_part_length);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
382
p->lvd_vdsn = SWAP32(p->lvd_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
383
p->lvd_log_bsize = SWAP32(p->lvd_log_bsize);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
386
p->lvd_mtbl_len = SWAP32(p->lvd_mtbl_len);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
387
p->lvd_num_pmaps = SWAP32(p->lvd_num_pmaps);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
395
p->ua_vdsn = SWAP32(p->ua_vdsn);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
396
p->ua_nad = SWAP32(p->ua_nad);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
405
p->lvid_int_type = SWAP32(p->lvid_int_type);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
407
p->lvid_npart = SWAP32(p->lvid_npart);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
408
p->lvid_liu = SWAP32(p->lvid_liu);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
410
p->lvid_fst[0] = SWAP32(p->lvid_fst[0]);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
411
p->lvid_fst[1] = SWAP32(p->lvid_fst[1]);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
415
lvup->lvidiu_nfiles = SWAP32(lvup->lvidiu_nfiles);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
416
lvup->lvidiu_ndirs = SWAP32(lvup->lvidiu_ndirs);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
428
p->fsd_cs_list = SWAP32(p->fsd_cs_list);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
429
p->fsd_mcs_list = SWAP32(p->fsd_mcs_list);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
430
p->fsd_fs_no = SWAP32(p->fsd_fs_no);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
431
p->fsd_fsd_no = SWAP32(p->fsd_fsd_no);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
454
p->aed_rev_ael = SWAP32(p->aed_rev_ael);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
455
p->aed_len_aed = SWAP32(p->aed_len_aed);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
461
p->sbd_nbits = SWAP32(p->sbd_nbits);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
462
p->sbd_nbytes = SWAP32(p->sbd_nbytes);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
474
p->fe_len_adesc = SWAP32(p->fe_len_adesc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
475
p->fe_len_ear = SWAP32(p->fe_len_ear);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
498
p->fe_uid = SWAP32(p->fe_uid);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
499
p->fe_gid = SWAP32(p->fe_gid);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
500
p->fe_perms = SWAP32(p->fe_perms);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
502
p->fe_rec_len = SWAP32(p->fe_rec_len);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
508
p->fe_ckpoint = SWAP32(p->fe_ckpoint);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
513
p->fe_len_adesc = SWAP32(p->fe_len_adesc);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
514
p->fe_len_ear = SWAP32(p->fe_len_ear);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
53
#define SWAP64(x) (SWAP32((x) >> 32) & 0xffffffff | SWAP32(x) << 32)
usr/src/cmd/sendmail/db/btree/bt_conv.c
82
SWAP32(p); /* lsn.file */
usr/src/cmd/sendmail/db/btree/bt_conv.c
83
SWAP32(p); /* lsn.offset */
usr/src/cmd/sendmail/db/btree/bt_conv.c
84
SWAP32(p); /* pgno */
usr/src/cmd/sendmail/db/btree/bt_conv.c
85
SWAP32(p); /* magic */
usr/src/cmd/sendmail/db/btree/bt_conv.c
86
SWAP32(p); /* version */
usr/src/cmd/sendmail/db/btree/bt_conv.c
87
SWAP32(p); /* pagesize */
usr/src/cmd/sendmail/db/btree/bt_conv.c
88
SWAP32(p); /* maxkey */
usr/src/cmd/sendmail/db/btree/bt_conv.c
89
SWAP32(p); /* minkey */
usr/src/cmd/sendmail/db/btree/bt_conv.c
90
SWAP32(p); /* free */
usr/src/cmd/sendmail/db/btree/bt_conv.c
91
SWAP32(p); /* flags */
usr/src/cmd/sendmail/db/db/db_conv.c
153
SWAP32(p); /* pgno */
usr/src/cmd/sendmail/db/db/db_conv.c
157
SWAP32(p); /* pgno */
usr/src/cmd/sendmail/db/db/db_conv.c
158
SWAP32(p); /* tlen */
usr/src/cmd/sendmail/db/hash/hash_conv.c
100
SWAP32(p); /* magic */
usr/src/cmd/sendmail/db/hash/hash_conv.c
101
SWAP32(p); /* version */
usr/src/cmd/sendmail/db/hash/hash_conv.c
102
SWAP32(p); /* pagesize */
usr/src/cmd/sendmail/db/hash/hash_conv.c
103
SWAP32(p); /* ovfl_point */
usr/src/cmd/sendmail/db/hash/hash_conv.c
104
SWAP32(p); /* last_freed */
usr/src/cmd/sendmail/db/hash/hash_conv.c
105
SWAP32(p); /* max_bucket */
usr/src/cmd/sendmail/db/hash/hash_conv.c
106
SWAP32(p); /* high_mask */
usr/src/cmd/sendmail/db/hash/hash_conv.c
107
SWAP32(p); /* low_mask */
usr/src/cmd/sendmail/db/hash/hash_conv.c
108
SWAP32(p); /* ffactor */
usr/src/cmd/sendmail/db/hash/hash_conv.c
109
SWAP32(p); /* nelem */
usr/src/cmd/sendmail/db/hash/hash_conv.c
110
SWAP32(p); /* h_charkey */
usr/src/cmd/sendmail/db/hash/hash_conv.c
111
SWAP32(p); /* flags */
usr/src/cmd/sendmail/db/hash/hash_conv.c
113
SWAP32(p); /* spares */
usr/src/cmd/sendmail/db/hash/hash_conv.c
97
SWAP32(p); /* lsn part 1 */
usr/src/cmd/sendmail/db/hash/hash_conv.c
98
SWAP32(p); /* lsn part 2 */
usr/src/cmd/sendmail/db/hash/hash_conv.c
99
SWAP32(p); /* pgno */
usr/src/common/crypto/rng/fips_random.c
82
dest [i] = SWAP32(src[i]);
usr/src/lib/gss_mechs/mech_krb5/krb5/krb/pac.c
104
#elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP32)
usr/src/lib/gss_mechs/mech_krb5/krb5/krb/pac.c
65
#elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP32)
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
385
hdr.num_attrs = SWAP32(num_attrs);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.c
479
for (i = 0; i < SWAP32(hdr->num_attrs); i++) {
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.h
76
(((uint64_t)SWAP32((uint32_t)((value) & 0xffffffff)) \
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystore.h
78
(uint64_t)SWAP32((uint32_t)((value) >> 32)))
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1051
*version = SWAP32(buf);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1105
*version = SWAP32(tmp);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1286
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1288
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1494
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
1496
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2055
obj->obj_version = SWAP32(obj->obj_version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2250
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2252
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2263
counter = SWAP32(counter);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2289
version = SWAP32(1);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2393
counter = SWAP32(counter);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2542
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
2544
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
409
buf = SWAP32(0);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
415
buf = SWAP32(1);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
763
version = SWAP32(version);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softKeystoreUtil.c
765
version = SWAP32(version);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1001
SWAP32(flash_dir->entry[i].offset);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1003
SWAP32(flash_dir->entry[i].pad_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1005
SWAP32(flash_dir->entry[i].image_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1007
SWAP32(flash_dir->entry[i].checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1009
SWAP32(flash_dir->entry[i].entry_point);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1011
SWAP32(flash_dir->entry[i].resv0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1013
SWAP32(flash_dir->entry[i].resv1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1275
SWAP32(ufi_hdr->ufi_version);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1277
SWAP32(ufi_hdr->file_length);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1279
SWAP32(ufi_hdr->checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1281
SWAP32(ufi_hdr->antidote);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1283
SWAP32(ufi_hdr->image_cnt);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1299
image_hdr->id = SWAP32(image_hdr->id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1300
image_hdr->offset = SWAP32(image_hdr->offset);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1301
image_hdr->length = SWAP32(image_hdr->length);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1302
image_hdr->checksum = SWAP32(image_hdr->checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1339
SWAP32(flash_dir->header.format_rev);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1341
SWAP32(flash_dir->header.checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1343
SWAP32(flash_dir->header.antidote);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1345
SWAP32(flash_dir->header.entry_count);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1346
flash_dir->header.resv0 = SWAP32(flash_dir->header.resv0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1347
flash_dir->header.resv1 = SWAP32(flash_dir->header.resv1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1348
flash_dir->header.resv2 = SWAP32(flash_dir->header.resv2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1349
flash_dir->header.resv3 = SWAP32(flash_dir->header.resv3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1353
SWAP32(flash_dir->header.controller[i].vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1355
SWAP32(flash_dir->header.controller[i].device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1357
SWAP32(flash_dir->header.controller[i].sub_vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1359
SWAP32(flash_dir->header.controller[i].sub_device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1372
SWAP32(flash_dir->entry[i].type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1374
SWAP32(flash_dir->entry[i].offset);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1376
SWAP32(flash_dir->entry[i].block_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1378
SWAP32(flash_dir->entry[i].image_size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1380
SWAP32(flash_dir->entry[i].checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1382
SWAP32(flash_dir->entry[i].entry_point);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1384
SWAP32(flash_dir->entry[i].resv0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
1386
SWAP32(flash_dir->entry[i].resv1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2162
*bptr1 = SWAP32(*bptr2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
903
SWAP32(ufi_hdr->checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
905
SWAP32(ufi_hdr->antidote);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
907
SWAP32(ufi_hdr->controller.vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
909
SWAP32(ufi_hdr->controller.device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
911
SWAP32(ufi_hdr->controller.sub_vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
913
SWAP32(ufi_hdr->controller.sub_device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
915
SWAP32(ufi_hdr->file_length);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
917
SWAP32(ufi_hdr->chunk_num);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
919
SWAP32(ufi_hdr->chunk_cnt);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
921
SWAP32(ufi_hdr->image_cnt);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
954
SWAP32(flash_dir->header.format_rev);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
956
SWAP32(flash_dir->header.checksum);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
958
SWAP32(flash_dir->header.antidote);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
960
SWAP32(flash_dir->header.build_num);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
962
SWAP32(flash_dir->header.active_entry_mask);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
964
SWAP32(flash_dir->header.valid_entry_mask);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
966
SWAP32(flash_dir->header.orig_content_mask);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
967
flash_dir->header.resv0 = SWAP32(flash_dir->header.resv0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
968
flash_dir->header.resv1 = SWAP32(flash_dir->header.resv1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
969
flash_dir->header.resv2 = SWAP32(flash_dir->header.resv2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
970
flash_dir->header.resv3 = SWAP32(flash_dir->header.resv3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
971
flash_dir->header.resv4 = SWAP32(flash_dir->header.resv4);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
975
SWAP32(flash_dir->header.controller[i].vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
977
SWAP32(flash_dir->header.controller[i].device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
979
SWAP32(flash_dir->header.controller[i].sub_vendor_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
981
SWAP32(flash_dir->header.controller[i].sub_device_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
999
SWAP32(flash_dir->entry[i].type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
5807
*iptr = SWAP32(i);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12336
*wptr++ = SWAP32(word);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12359
*dptr++ = SWAP32(word);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
2268
#define LE_SWAP32(_x) SWAP32(_x)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
2295
#define BE_SWAP32(_x) SWAP32(_x)