Searched defs:new_off (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c281 offset_t new_off; local
287 new_off = off;
291 new_off += fp->f_offset;
298 new_off += vattr.va_size;
309 new_off = (offset_t)off;
310 error = VOP_IOCTL(vp, _FIO_SEEK_DATA, (intptr_t)(&new_off),
324 if (new_off >= (offset_t)vattr.va_size) {
329 fp->f_offset = new_off;
331 return (new_off);
338 new_off
[all...]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c484 unsigned int new_off; local
488 new_off = get_new_entry();
495 new_off);
504 prev_bep->be_next = new_off;
509 bhp->bh_bkts[bktno].bb_head = new_off;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c595 rdc_desc_cfg_t *rdc_desc_cfg, boolean_t new_off)
641 if (new_off) {
594 npi_rxdma_cfg_rdc_ring(npi_handle_t handle, uint8_t rdc, rdc_desc_cfg_t *rdc_desc_cfg, boolean_t new_off) argument

Completed in 63 milliseconds