Searched defs:byte_order (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c276 int byte_order; local
307 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK;
308 nds->swap = (byte_order != ndr_native_byte_order) ? 1 : 0;
370 int byte_order; local
379 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK;
381 if (byte_order != ndr_native_byte_order) {
/illumos-gate/usr/src/uts/common/sys/
H A Dddidevmap.h41 uchar_t byte_order; /* the endian characteristics of the mapping */ member in struct:devmap_info

Completed in 81 milliseconds