Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Drw.c1323 uint32_t offset_2) in pread64() argument
1337 fileoff = ((u_offset_t)offset_2 << 32) | (u_offset_t)offset_1; in pread64()
1339 fileoff = ((u_offset_t)offset_1 << 32) | (u_offset_t)offset_2; in pread64()
1446 uint32_t offset_2) in pwrite64() argument
1460 fileoff = ((u_offset_t)offset_2 << 32) | (u_offset_t)offset_1; in pwrite64()
1462 fileoff = ((u_offset_t)offset_1 << 32) | (u_offset_t)offset_2; in pwrite64()
/titanic_41/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
419 offset_2, ops)) { 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()
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c745 uint32_t offset_1, uint32_t offset_2) in s10_pwrite64() argument
755 num_bytes, offset_1, offset_2)); in s10_pwrite64()