Lines Matching defs:endian
70 /* Big and little endian as boolean values. */
106 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian,
124 * Type is TRUE for big endian, FALSE for little endian.
186 * Type is TRUE for big endian, FALSE for little endian.
557 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian,
585 size, (endian ? "BE" : "LE"), phys_addr);
587 if (pcitool_phys_poke(pci_p, endian, size, phys_addr,
592 size, (endian ? "BE" : "LE"), phys_addr);
602 size, (endian ? "BE" : "LE"), phys_addr);
604 if (pcitool_phys_peek(pci_p, endian, size, phys_addr,
609 size, (endian ? "BE" : "LE"), phys_addr);
752 B_FALSE, /* Little endian. */
796 B_FALSE, /* Little endian. */