Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c279 offset_t new_off; in lseek64() local
285 new_off = off; in lseek64()
289 new_off += fp->f_offset; in lseek64()
307 new_off = (offset_t)off; in lseek64()
327 fp->f_offset = new_off; in lseek64()
329 return (new_off); in lseek64()
336 new_off = off; in lseek64()
357 fp->f_offset = new_off; in lseek64()
359 return (new_off); in lseek64()
368 fp->f_offset = new_off; in lseek64()
[all …]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c484 unsigned int new_off; in la_sparcv9_pltenter() local
488 new_off = get_new_entry(); in la_sparcv9_pltenter()
495 new_off); in la_sparcv9_pltenter()
504 prev_bep->be_next = new_off; in la_sparcv9_pltenter()
509 bhp->bh_bkts[bktno].bb_head = new_off; in la_sparcv9_pltenter()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c1219 uint32_t new_off = offset + (idx->bti_before ? 0 : 1); in zfs_btree_next_helper() local
1220 if (leaf->btl_hdr.bth_count > new_off) { in zfs_btree_next_helper()
1222 out_idx->bti_offset = new_off; in zfs_btree_next_helper()
1225 new_off) * tree->bt_elem_size); in zfs_btree_next_helper()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c598 rdc_desc_cfg_t *rdc_desc_cfg, boolean_t new_off) in npi_rxdma_cfg_rdc_ring() argument
644 if (new_off) { in npi_rxdma_cfg_rdc_ring()