Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/backup/restore/
H A Dlint.sed11 /byteorder.c",.*inconsistent use of a value type/d
12 /byteorder.c",.*assigned value never used: allocated at.*byteorder.c/d
H A Dmain.c70 struct byteorder_ctx *byteorder; variable
135 if ((byteorder = byteorder_create()) == NULL) { in main()
H A DMakefile35 ../include/byteorder.h ../include/memutils.h \
H A Drestore.h64 extern struct byteorder_ctx *byteorder;
H A Dtape.c275 byteorder_banner(byteorder, stdout); in setup()
1265 normacls(byteorder, diskacl, j); in fsd_acl()
1810 if (normspcl(byteorder, buf, in gethead()
1818 if (normspcl(byteorder, buf, (int *)buf, tp_bsize, in gethead()
H A Ddirs.c415 normdirect(byteorder, dp); in putdir()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h199 void arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt,
203 void arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder,
211 boolean_t byteorder, const uint8_t *salt, const uint8_t *iv,
217 arc_buf_t *arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder,
H A Ddmu.h508 int compressed_size, int byteorder, dmu_tx_t *tx);
522 dmu_object_type_t ot, boolean_t byteorder, enum zio_compress compress,
755 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,
868 void dmu_convert_to_raw(dmu_buf_t *handle, boolean_t byteorder,
H A Ddbuf.h355 int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx);
/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c211 int byteorder, i, ones, zeros; in smbios_setuuid() local
242 byteorder = LITTLE_ENDIAN; in smbios_setuuid()
244 byteorder = BIG_ENDIAN; in smbios_setuuid()
246 byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN; in smbios_setuuid()
248 if (byteorder != LITTLE_ENDIAN) { in smbios_setuuid()
/illumos-gate/usr/src/cmd/backup/lib/
H A DMakefile47 HDRS= ../include/byteorder.h \
59 byteorder.o memutils.o $(RPC_CLNT:%.c=%.o) $(RPC_XDR:%.c=%.o)
/illumos-gate/usr/src/man/man7/
H A DMakefile36 byteorder.7 \
200 endian.7 := LINKSRC = byteorder.7
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c69 static int byteorder __P((void));
113 machine_lorder = byteorder();
439 byteorder() in byteorder() function
/illumos-gate/usr/src/stand/lib/xdr/
H A DMakefile29 LOCOBJS = byteorder.o
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/illumos-gate/usr/src/uts/intel/asm/
H A DMakefile32 byteorder.h \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man7.inc21 file path=usr/share/man/man7/byteorder.7
32 link path=usr/share/man/man7/endian.7 target=byteorder.7
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile58 ../../fs.d/ufs/roll_log/roll_log.h ../include/byteorder.h \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1285 boolean_t byteorder; in dbuf_fix_old_data() local
1290 arc_get_raw_params(db->db_buf, &byteorder, salt, in dbuf_fix_old_data()
1293 dmu_objset_id(dn->dn_objset), byteorder, salt, iv, in dbuf_fix_old_data()
2174 dr->dt.dl.dr_byteorder = byteorder; in dmu_buf_set_crypt_params()
2233 BP_SET_BYTEORDER(&dl->dr_overridden_by, byteorder); in dmu_buf_write_embedded()
2905 boolean_t byteorder; in dbuf_hold_copy() local
2910 arc_get_raw_params(data, &byteorder, salt, iv, mac); in dbuf_hold_copy()
2912 dmu_objset_id(dn->dn_objset), byteorder, salt, iv, mac, in dbuf_hold_copy()
3619 boolean_t byteorder; in dbuf_sync_leaf() local
3624 arc_get_raw_params(*datap, &byteorder, salt, iv, mac); in dbuf_sync_leaf()
[all …]
H A Ddmu_recv.c1808 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ rwa->byteswap ^ in receive_object_range() local
1841 rwa->or_byteorder = byteorder; in receive_object_range()
2100 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ in receive_read_record() local
2105 drrw->drr_object, byteorder, drrw->drr_salt, in receive_read_record()
2184 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ in receive_read_record() local
2189 dmu_objset_id(ra->os), byteorder, drrs->drr_salt, in receive_read_record()
H A Ddmu.c1274 int compressed_size, int byteorder, dmu_tx_t *tx) in dmu_write_embedded() argument
1285 uncompressed_size, compressed_size, byteorder, tx); in dmu_write_embedded()
1716 boolean_t byteorder; in dmu_copy_from_buf() local
1735 arc_get_raw_params(srcdb->db_buf, &byteorder, salt, iv, mac); in dmu_copy_from_buf()
1737 byteorder, salt, iv, mac, type, in dmu_copy_from_buf()
H A Darc.c1202 arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt, in arc_get_raw_params() argument
1212 *byteorder = (hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS) ? in arc_get_raw_params()
2672 arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder, in arc_loan_raw_buf() argument
2678 byteorder, salt, iv, mac, ot, psize, lsize, compression_type); in arc_loan_raw_buf()
3405 arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, in arc_convert_to_raw() argument
3420 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_convert_to_raw()
3527 arc_alloc_raw_buf(spa_t *spa, void *tag, uint64_t dsobj, boolean_t byteorder, in arc_alloc_raw_buf() argument
3547 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_alloc_raw_buf()
/illumos-gate/usr/src/man/man3c/
H A DMakefile64 byteorder.3c \
1612 htonl.3c := LINKSRC = byteorder.3c
1613 htonll.3c := LINKSRC = byteorder.3c
1614 htons.3c := LINKSRC = byteorder.3c
1615 ntohl.3c := LINKSRC = byteorder.3c
1616 ntohll.3c := LINKSRC = byteorder.3c
1617 ntohs.3c := LINKSRC = byteorder.3c
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h1112 cistpl_byteorder_t byteorder; member

12