Searched refs:r_off (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c110 uint64_t off = new->r_off;
131 new->r_off = zp->z_size;
138 end_size = MAX(zp->z_size, new->r_off + len);
141 new->r_off = 0;
163 if (rl && (rl->r_off < new->r_off + new->r_len))
167 if (rl && rl->r_off + rl->r_len > new->r_off)
181 new->r_off = off;
206 proxy->r_off
[all...]
H A Dzfs_vnops.c949 woff = rl->r_off;
/freebsd-10.3-release/usr.bin/compress/
H A Dzopen.c370 int r_off; local
374 r_off = offset;
379 bp += (r_off >> 3);
380 r_off &= 7;
385 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
387 bits -= (8 - r_off);
388 ocode >>= 8 - r_off;
578 int r_off, bit local
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h46 uint64_t r_off; /* file range offset */ member in struct:rl
/freebsd-10.3-release/usr.bin/gzip/
H A Dzuncompress.c335 int r_off, bits, i; local
371 r_off = zs->u.r.zs_roffset;
375 bp += (r_off >> 3);
376 r_off &= 7;
379 gcode = (*bp++ >> r_off);
380 bits -= (8 - r_off);
381 r_off = 8 - r_off; /* Now, roffset into gcode word. */
385 gcode |= *bp++ << r_off;
386 r_off
[all...]
/freebsd-10.3-release/sys/dev/txp/
H A Dif_txp.c852 TXP_OFFSET2IDX(le32toh(*(sc->sc_txhir.r_off)))))
855 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off)))))
1069 idx = TXP_OFFSET2IDX(le32toh(*(r->r_off)));
1367 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx;
1388 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx;
2504 TXP_OFFSET2IDX(le32toh(*(sc->sc_txhir.r_off)))))
2507 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off)))))
H A Dif_txpreg.h562 uint32_t *r_off; /* hostvar index pointer */ member in struct:txp_tx_ring
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delfxx-sparc.c785 #define SPARC_ELF_BUILD_PLT_ENTRY(htab, obfd, splt, off, max, r_off) \
786 htab->build_plt_entry (obfd, splt, off, max, r_off)

Completed in 131 milliseconds