Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocketAddress.cpp57 const uint16_t *src16 = static_cast<const uint16_t *>(src); in inet_ntop() local
59 tmp, sizeof(tmp), "%x:%x:%x:%x:%x:%x:%x:%x", ntohs(src16[0]), in inet_ntop()
60 ntohs(src16[1]), ntohs(src16[2]), ntohs(src16[3]), ntohs(src16[4]), in inet_ntop()
61 ntohs(src16[5]), ntohs(src16[6]), ntohs(src16[7])); in inet_ntop()
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c290 uint16_t *src16; in msix_table_read() local
307 src16 = (uint16_t *)(pi->pi_msix.pba_page + offset - in msix_table_read()
309 data = *src16; in msix_table_read()
344 src16 = (uint16_t *)((void *)entry + entry_offset); in msix_table_read()
345 data = *src16; in msix_table_read()