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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c1242 * a_offset - offset into open file to write the first byte to
1251 vfpSafePwrite(int a_fildes, void *a_buf, size_t a_nbyte, off_t a_offset) argument
1258 r = pwrite(a_fildes, a_buf, a_nbyte, a_offset);
1281 a_offset += (off_t)r;
H A Dpkglib.h558 size_t a_nbyte, off_t a_offset);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1436 sp_ext_offset_t a_offset; local
1447 a_offset = free_ext->ext_offset;
1465 a_offset += alignment -
1466 (a_offset % alignment) - MD_SP_WMSIZE;
1475 if (a_offset < free_ext->ext_offset) {
1476 a_offset += alignment;
1484 (a_offset - free_ext->ext_offset);
1489 free_ext, a_offset,
1510 sp_ext_offset_t a_offset; local
1516 a_offset
[all...]

Completed in 69 milliseconds