Searched refs:poffset (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/sys/sparc64/sbus/
H A Dofw_sbus.h49 u_int32_t poffset; /* Parent offset */ member in struct:sbus_ranges
H A Dsbus.c314 phys = range[i].poffset | ((bus_addr_t)range[i].pspace << 32);
/freebsd-9.3-release/sys/net/
H A Dbpf_zerocopy.c250 u_int count, page, poffset; local
270 poffset = offset % PAGE_SIZE;
275 count = min(len, PAGE_SIZE - poffset);
277 poffset, count);
278 poffset += count;
279 if (poffset == PAGE_SIZE) {
280 poffset = 0;
283 KASSERT(poffset < PAGE_SIZE,
285 poffset));
302 u_int count, moffset, page, poffset; local
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Ddisklabel.c71 pfsize[3], poffset[3], ptype[3]; local
120 strcpy(poffset, "ox");
126 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
131 cgetnum(buf, poffset, &l);
/freebsd-9.3-release/sys/vm/
H A Dvnode_pager.c1092 vm_ooffset_t poffset; local
1117 poffset = IDX_TO_OFF(ma[0]->pindex);
1132 if (maxsize + poffset > object->un_pager.vnp.vnp_size) {
1133 if (object->un_pager.vnp.vnp_size > poffset) {
1136 maxsize = object->un_pager.vnp.vnp_size - poffset;
1184 auio.uio_offset = poffset;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dfa.c861 get_ref_base_and_extent (tree exp, HOST_WIDE_INT *poffset, argument
1027 *poffset = TREE_INT_CST_LOW (bit_offset);
H A Dstor-layout.c573 pos_from_bit (tree *poffset, tree *pbitpos, unsigned int off_align,
576 *poffset = size_binop (MULT_EXPR,
588 normalize_offset (tree *poffset, tree *pbitpos, unsigned int off_align)
597 *poffset
598 = size_binop (PLUS_EXPR, *poffset,
569 pos_from_bit(tree *poffset, tree *pbitpos, unsigned int off_align, tree pos) argument
584 normalize_offset(tree *poffset, tree *pbitpos, unsigned int off_align) argument
H A Dtree-data-ref.c1608 tree poffset, bit_pos_in_bytes;
1644 base = get_inner_reference (memref, &pbitsize, &pbitpos, &poffset,
1658 if (poffset
1659 && !analyze_offset_expr (poffset, loop, &object_offset,
1605 tree poffset, bit_pos_in_bytes; local
H A Dfunction.c1253 instantiate_new_reg (rtx x, HOST_WIDE_INT *poffset)
1278 *poffset = offset;
1242 instantiate_new_reg(rtx x, HOST_WIDE_INT *poffset) argument
H A Dexpr.c5657 HOST_WIDE_INT *pbitpos, tree *poffset,
5796 *poffset = NULL_TREE;
5803 *poffset = offset;
5641 get_inner_reference(tree exp, HOST_WIDE_INT *pbitsize, HOST_WIDE_INT *pbitpos, tree *poffset, enum machine_mode *pmode, int *punsignedp, int *pvolatilep, bool keep_aligning) argument
H A Dfold-const.c13566 HOST_WIDE_INT *pbitpos, tree *poffset)
13576 poffset, &mode, &unsignedp, &volatilep,
13584 *poffset = NULL_TREE;
13530 split_address_to_core_and_offset(tree exp, HOST_WIDE_INT *pbitpos, tree *poffset) argument
/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewirereg.h215 int poffset; member in struct:fw_bulkxfer
H A Dfwdev.c154 q->bulkxfer[i].poffset = i * q->bnpacket;
396 ir->stproc->poffset + ir->queued);
528 it->stproc->poffset + it->queued);
H A Dfwohci.c1560 fwdma_sync_multiseg(it->buf, chunk->poffset, it->bnpacket,
2220 fwdma_sync_multiseg(ir->buf, chunk->poffset,
2568 int poffset)
2579 db_tr->buf = fwdma_v_addr(it->buf, poffset);
2587 fwdma_bus_addr(it->buf, poffset) + sizeof(uint32_t));
2600 int poffset, struct fwdma_alloc *dummy_dma)
2629 db_tr->buf = fwdma_v_addr(ir->buf, poffset);
2630 dbuf[db_tr->dbcnt] = fwdma_bus_addr( ir->buf, poffset);
2567 fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, int poffset) argument
2599 fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, int poffset, struct fwdma_alloc *dummy_dma) argument
/freebsd-9.3-release/sys/sparc64/central/
H A Dcentral.c260 phys = sc->sc_ranges[i].poffset |
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-alpha.c1163 If poffset is not null, after the call it will either contain
1186 expressionS *poffset)
1347 if (poffset)
1348 set_tok_const (*poffset, 0);
1459 if (poffset)
1460 set_tok_const (*poffset, 0);
1502 if ((low && !poffset) || (!poffset && basereg != targreg))
1511 if (poffset)
1512 set_tok_const (*poffset, lo
1176 load_expression(int targreg, const expressionS *exp, int *pbasereg, expressionS *poffset) argument
[all...]
/freebsd-9.3-release/sys/sparc64/fhc/
H A Dfhc.c465 phys = sc->sc_ranges[i].poffset |
/freebsd-9.3-release/sys/kern/
H A Dvfs_bio.c1612 int poffset = foff & PAGE_MASK; local
1613 int presid = resid > (PAGE_SIZE - poffset) ?
1614 (PAGE_SIZE - poffset) : resid;
1618 vm_page_set_invalid(m, poffset, presid);

Completed in 339 milliseconds