Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c1417 pread64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pread64() argument
1432 fileoff = ((u_offset_t)offset_2 << 32) | (u_offset_t)offset_1; in pread64()
1434 fileoff = ((u_offset_t)offset_1 << 32) | (u_offset_t)offset_2; in pread64()
1540 pwrite64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pwrite64() argument
1555 fileoff = ((u_offset_t)offset_2 << 32) | (u_offset_t)offset_1; in pwrite64()
1557 fileoff = ((u_offset_t)offset_1 << 32) | (u_offset_t)offset_2; in pwrite64()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c384 kcf_get_hardware_provider_nomech(offset_t offset_1, offset_t offset_2, in kcf_get_hardware_provider_nomech() argument
418 if (KCF_PROV_NULL_ENTRY_POINT(provider, offset_1, in kcf_get_hardware_provider_nomech()
464 if (KCF_PROV_NULL_ENTRY_POINT(old, offset_1, offset_2, ops)) { in kcf_get_hardware_provider_nomech()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c746 uint32_t offset_1, uint32_t offset_2) in s10_pwrite64() argument
756 num_bytes, offset_1, offset_2)); in s10_pwrite64()