Searched defs:get_uint16 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.c88 uint16_t get_uint16(const char **ptr, const char *end) function
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_nvpair.c72 get_uint16( function
337 * Use get_uint16 to distinguish "attr = B_FALSE" from
340 if ((error = get_uint16(attrs, which, &val)) == 0) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c81 get_uint16(char *cp) function
297 ASSERT(get_uint16(&uhead[0]) == DMAR_DRHD);
299 seg = get_uint16(&uhead[6]);
311 len = get_uint16(&uhead[2]);
355 ASSERT(get_uint16(&uhead[0]) == DMAR_RMRR);
357 seg = get_uint16(&uhead[6]);
370 len = get_uint16(&uhead[2]);
371 rmrr->rm_seg = get_uint16(&uhead[6]);
472 switch (get_uint16(uhead)) {
497 uhead += get_uint16(
[all...]

Completed in 69 milliseconds