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

12

/freebsd-11-stable/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-11-stable/sys/net/
H A Dbpf_zerocopy.c249 u_int count, page, poffset; local
269 poffset = offset % PAGE_SIZE;
274 count = min(len, PAGE_SIZE - poffset);
276 poffset, count);
277 poffset += count;
278 if (poffset == PAGE_SIZE) {
279 poffset = 0;
282 KASSERT(poffset < PAGE_SIZE,
284 poffset));
301 u_int count, moffset, page, poffset; local
[all...]
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c237 uint32_t adj_val, poffset; local
239 poffset = fdt32_to_cpu(fixup_val[i]);
247 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val));
257 poffset,
337 * @poffset: Offset within the overlay property where the phandle is stored
355 int poffset, const char *label)
386 name, name_len, poffset,
431 int poffset, ret; local
460 poffset = strtoul(sep + 1, &endptr, 10);
466 poffset, labe
351 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c468 char *poffset = NULL; local
473 poffset = partial_offset(basetype, name, need_offset);
480 poffset, t->symbol->gen_name);
482 add_line_pointer(temp, t->symbol->gen_name, poffset,
503 add_line(temp, "{ A1_PARSE_T(A1T_%s), %s, NULL }", itype, poffset);
507 add_line(temp, "{ A1_PARSE_T(A1T_GENERAL_STRING), %s, NULL }", poffset);
510 add_line(temp, "{ A1_PARSE_T(A1T_TELETEX_STRING), %s, NULL }", poffset);
513 add_line(temp, "{ A1_PARSE_T(A1T_PRINTABLE_STRING), %s, NULL }", poffset);
516 add_line(temp, "{ A1_PARSE_T(A1T_OCTET_STRING), %s, NULL }", poffset);
519 add_line(temp, "{ A1_PARSE_T(A1T_IA5_STRING), %s, NULL }", poffset);
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Ddisklabel.c71 pfsize[3], poffset[3], ptype[3]; local
124 strcpy(poffset, "ox");
130 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
135 cgetnum(buf, poffset, &l);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c300 uint32_t poffset; local
302 poffset = fdt32_to_cpu(fixup_val[i]);
310 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val));
318 poffset,
398 * @poffset: Offset within the overlay property where the phandle is stored
416 int poffset, const char *label)
448 name, name_len, poffset,
494 int poffset, ret; local
523 poffset = strtoul(sep + 1, &endptr, 10);
529 poffset, labe
412 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) argument
[all...]
H A Dfdt_ro.c332 int *poffset)
345 if (poffset)
346 *poffset = offset;
386 int poffset; local
390 &poffset);
395 if (fdt_version(fdt) < 0x10 && (poffset + sizeof(*prop)) % 8 &&
327 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
/freebsd-11-stable/contrib/apr/include/
H A Dapr_mmap.h77 apr_off_t poffset; member in struct:apr_mmap_t
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c1174 vm_ooffset_t maxblksz, next_offset, poffset, prev_offset; local
1200 poffset = IDX_TO_OFF(ma[0]->pindex);
1215 if (maxsize + poffset > object->un_pager.vnp.vnp_size) {
1219 if (maxsize + poffset <= object->un_pager.vnp.vnp_size)
1222 if (object->un_pager.vnp.vnp_size > poffset) {
1223 maxsize = object->un_pager.vnp.vnp_size - poffset;
1256 maxblksz = roundup2(poffset + maxsize, DEV_BSIZE);
1258 for (prev_offset = poffset; prev_offset < maxblksz;) {
1261 m = ma[OFF_TO_IDX(prev_offset - poffset)];
1277 m = ma[OFF_TO_IDX(next_offset - poffset)];
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h205 int poffset; member in struct:fw_bulkxfer
H A Dfwdev.c126 q->bulkxfer[i].poffset = i * q->bnpacket;
364 ir->stproc->poffset + ir->queued);
496 it->stproc->poffset + it->queued);
H A Dfwohci.c1535 fwdma_sync_multiseg(it->buf, chunk->poffset, it->bnpacket,
2213 fwdma_sync_multiseg(ir->buf, chunk->poffset,
2556 int poffset)
2567 db_tr->buf = fwdma_v_addr(it->buf, poffset);
2575 fwdma_bus_addr(it->buf, poffset) + sizeof(uint32_t));
2588 int poffset, struct fwdma_alloc *dummy_dma)
2617 db_tr->buf = fwdma_v_addr(ir->buf, poffset);
2618 dbuf[db_tr->dbcnt] = fwdma_bus_addr(ir->buf, poffset);
2555 fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, int poffset) argument
2587 fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, int poffset, struct fwdma_alloc *dummy_dma) argument
/freebsd-11-stable/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.c1259 instantiate_new_reg (rtx x, HOST_WIDE_INT *poffset)
1284 *poffset = offset;
1248 instantiate_new_reg(rtx x, HOST_WIDE_INT *poffset) argument
H A Dexpr.c5666 HOST_WIDE_INT *pbitpos, tree *poffset,
5805 *poffset = NULL_TREE;
5812 *poffset = offset;
5650 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
/freebsd-11-stable/sys/sparc64/central/
H A Dcentral.c260 phys = sc->sc_ranges[i].poffset |
/freebsd-11-stable/sys/geom/
H A Dgeom_disk.c326 g_disk_seg_limit(bus_dma_segment_t *seg, off_t *poffset, argument
335 offset = *poffset;
351 *poffset = 0;
/freebsd-11-stable/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-11-stable/sys/sparc64/fhc/
H A Dfhc.c465 phys = sc->sc_ranges[i].poffset |
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c2645 int i, resid, poffset, presid; local
2666 poffset = bp->b_offset & PAGE_MASK;
2674 presid = resid > (PAGE_SIZE - poffset) ?
2675 (PAGE_SIZE - poffset) : resid;
2684 vm_page_set_invalid(m, poffset, presid);
2687 poffset = 0;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2226 m_advance(struct mbuf **pm, int *poffset, int len) argument
2229 int offset = *poffset;
2245 *poffset = offset;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7414 char *ctx = NULL, *icon, *poffset, *psize; local
7422 poffset = str_token(cmd, " ", &ctx);
7424 if (!icon || !poffset || !psize)
7428 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize),

Completed in 1823 milliseconds

12