Home
last modified time | relevance | path

Searched refs:byte_order (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_marshal.c337 int byte_order; in ndr_decode_hdr_common() local
369 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK; in ndr_decode_hdr_common()
370 nds->swap = (byte_order != ndr_native_byte_order) ? 1 : 0; in ndr_decode_hdr_common()
435 int byte_order; in ndr_decode_frag_hdr() local
444 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK; in ndr_decode_frag_hdr()
446 if (byte_order != ndr_native_byte_order) { in ndr_decode_frag_hdr()
/illumos-gate/usr/src/uts/common/sys/
H A Dddidevmap.h41 uchar_t byte_order; /* the endian characteristics of the mapping */ member