Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd_cpio.c144 get_int32(const uint8_t *str, size_t len, int32_t *out) in get_int32() function
214 if (!get_int32(hdr->uid, sizeof (hdr->uid), &stat->st_uid)) in parse_stat()
216 if (!get_int32(hdr->gid, sizeof (hdr->gid), &stat->st_gid)) in parse_stat()