/illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
H A D | nvme.h | 2083 s->sqhd = le16toh(s->sqhd); in nvme_completion_swapbytes() 2084 s->sqid = le16toh(s->sqid); in nvme_completion_swapbytes() 2086 s->status = le16toh(s->status); in nvme_completion_swapbytes() 2095 s->mp = le16toh(s->mp); in nvme_power_state_swapbytes() 2098 s->idlp = le16toh(s->idlp); in nvme_power_state_swapbytes() 2099 s->actp = le16toh(s->actp); in nvme_power_state_swapbytes() 2109 s->vid = le16toh(s->vid); in nvme_controller_data_swapbytes() 2110 s->ssvid = le16toh(s->ssvid); in nvme_controller_data_swapbytes() 2111 s->ctrlr_id = le16toh(s->ctrlr_id); in nvme_controller_data_swapbytes() 2117 s->rrls = le16toh(s->rrls); in nvme_controller_data_swapbytes() [all …]
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | endian.h | 35 #ifndef le16toh 36 #define le16toh LE_16 macro
|
H A D | btxld.c | 328 btx->btx_pgctl = le16toh(btx->btx_pgctl); in getbtx() 329 btx->btx_textsz = le16toh(btx->btx_textsz); in getbtx() 382 for (n = i = 0; i < le16toh(ee->e_phnum); i++) { in gethdr() 384 le16toh(ee->e_phentsize) * i); in gethdr()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | endian.h | 78 #define le16toh(x) ((uint16_t)(x)) macro 92 #define le16toh(x) bswap16((x)) macro
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | endian.c | 29 le16toh(uint16_t in) in le16toh() function
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | endian.c | 47 le16toh(uint16_t in) in le16toh() function
|
/illumos-gate/usr/src/head/ |
H A D | endian.h | 58 extern uint16_t le16toh(uint16_t);
|
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwncompat.h | 151 #define le16toh(x) LE_16(x) macro
|
H A D | if_iwn.c | 1689 base = le16toh(next); in iwn_init_otprom() 2141 IWN_DBG("SKU capabilities=0x%04x", le16toh(val)); in iwn_read_eeprom() 2147 sc->rfcfg = le16toh(val); in iwn_read_eeprom() 2200 sc->eeprom_voltage = (int16_t)le16toh(val); in iwn4965_read_eeprom() 2259 base = le16toh(val); in iwn5000_read_eeprom() 2274 base = le16toh(val); in iwn5000_read_eeprom() 2277 hdr.version, hdr.pa_type, le16toh(hdr.volt)); in iwn5000_read_eeprom() 2284 sc->eeprom_voltage = le16toh(hdr.volt); in iwn5000_read_eeprom() 2286 sc->eeprom_temp = le16toh(val); in iwn5000_read_eeprom() 2288 sc->eeprom_rawtemp = le16toh(val); in iwn5000_read_eeprom() [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | endian.c | 57 le16toh(uint16_t in) in le16toh() function
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | endian.c | 57 le16toh(uint16_t in) in le16toh() function
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | smbios.c | 254 f2 = le16toh(SMBIOS_GET16(addr, 4)); in smbios_setuuid() 255 f3 = le16toh(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
|
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | endian.h | 131 #define le16toh(x) ((uint16_t)(x)) macro
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 135 test16 = le16toh(val16); in endian_fromlittle()
|
/illumos-gate/usr/src/boot/common/ |
H A D | part.c | 137 uuid->time_mid = le16toh(uuid->time_mid); in uuid_letoh() 138 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version); in uuid_letoh() 515 dl->d_npartitions = le16toh(dl->d_npartitions); in ptable_bsdread()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | qemu_fwcfg.c | 136 fwcfg_sc.selector.bits = le16toh(*eax); in qemu_fwcfg_selector_port_handler()
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | pack.c | 162 *val = le16toh(*val); in l9p_pu16()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1014 le16toh.3c \ 1851 le16toh.3c := LINKSRC = endian.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 381 le16toh;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 653 link path=usr/share/man/man3c/le16toh.3c target=endian.3c
|