Searched refs:dstraw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c288 * network-order and host-order and store in dstraw. The length len must
289 * be the actual length of the objects pointed to by srcraw and dstraw (or
290 * zero) or the results are undefined. srcraw and dstraw may be the same,
297 mdb_nhconvert(void *dstraw, const void *srcraw, size_t len) argument
304 dst = (uint8_t *)dstraw;
313 if (dstraw != srcraw)
314 bcopy(srcraw, dstraw, len);

Completed in 1212 milliseconds