Searched refs:be32enc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | endian.h | 78 be32enc(void *pp, uint32_t u) in be32enc() function 93 be32enc(p, (uint32_t)(u >> 32)); in be64enc() 94 be32enc(p + 4, (uint32_t)(u & 0xffffffffU)); in be64enc()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | endian.h | 157 be32enc(void *pp, uint32_t u) in be32enc() function 172 be32enc(p, (uint32_t)(u >> 32)); in be64enc() 173 be32enc(p + 4, (uint32_t)(u & 0xffffffffU)); in be64enc()
|
/illumos-gate/usr/src/compat/bhyve/ |
H A D | uuid.h | 44 be32enc(p, ((struct uuid *)uuidp)->time_low); in uuid_enc_le()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 1190 be32enc(buf, sectors - 1); in atapi_read_capacity() 1191 be32enc(buf + 4, 2048); in atapi_read_capacity() 1257 be32enc(bp, sectors); in atapi_read_toc() 1334 be32enc(bp, sectors); in atapi_read_toc()
|
H A D | rfb.c | 206 be32enc(buf, strlen((char *)msg)); in rfb_send_client_status() 289 be32enc(buf, auth_type); in rfb_handshake_auth()
|