Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1910 s->nsze = le64toh(s->nsze); in nvme_namespace_data_swapbytes()
1911 s->ncap = le64toh(s->ncap); in nvme_namespace_data_swapbytes()
1912 s->nuse = le64toh(s->nuse); in nvme_namespace_data_swapbytes()
1939 s->error_count = le64toh(s->error_count); in nvme_error_information_entry_swapbytes()
1944 s->lba = le64toh(s->lba); in nvme_error_information_entry_swapbytes()
1946 s->csi = le64toh(s->csi); in nvme_error_information_entry_swapbytes()
2003 s->revision[i] = le64toh(s->revision[i]); in nvme_firmware_page_swapbytes()
2064 s->current = le64toh(s->current); in intel_log_temp_stats_swapbytes()
2067 s->max_temp = le64toh(s->max_temp); in intel_log_temp_stats_swapbytes()
2068 s->min_temp = le64toh(s->min_temp); in intel_log_temp_stats_swapbytes()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dpart.c201 hdr->hdr_lba_self = le64toh(hdr->hdr_lba_self); in gpt_checkhdr()
206 hdr->hdr_lba_alt = le64toh(hdr->hdr_lba_alt); in gpt_checkhdr()
219 hdr->hdr_lba_start = le64toh(hdr->hdr_lba_start); in gpt_checkhdr()
220 hdr->hdr_lba_end = le64toh(hdr->hdr_lba_end); in gpt_checkhdr()
221 hdr->hdr_lba_table = le64toh(hdr->hdr_lba_table); in gpt_checkhdr()
249 ent->ent_lba_start = le64toh(ent->ent_lba_start); in gpt_checktbl()
250 ent->ent_lba_end = le64toh(ent->ent_lba_end); in gpt_checktbl()
368 entry->flags = le64toh(ent->ent_attr); in ptable_gptread()
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h80 #define le64toh(x) ((uint64_t)(x)) macro
94 #define le64toh(x) bswap64((x)) macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c71 le64toh(uint64_t in) in le64toh() function
/illumos-gate/usr/src/head/
H A Dendian.h68 extern uint64_t le64toh(uint64_t);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c82 le64toh(uint64_t in) in le64toh() function
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h155 #define le64toh(x) LE_64(x) macro
H A Dif_iwn.c4639 mod = le64toh(cmd.tstamp) % val; in iwn_set_timing()
6914 altmask = le64toh(hdr->altmask); in iwn_read_firmware_tlv()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c94 le64toh(uint64_t in) in le64toh() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c94 le64toh(uint64_t in) in le64toh() function
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dendian.h133 #define le64toh(x) ((uint64_t)(x)) macro
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c145 test64 = le64toh(val64); in endian_fromlittle()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c210 *val = le64toh(*val); in l9p_pu64()
/illumos-gate/usr/src/man/man3c/
H A DMakefile998 le64toh.3c \
1751 le64toh.3c := LINKSRC = endian.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers267 le64toh;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc655 link path=usr/share/man/man3c/le64toh.3c target=endian.3c