Searched refs:pseg (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dalloca.c416 long size, pseg, this_segment, stack; local
435 If this is not the first segment, 'pseg' will be
438 pseg = ssptr->sspseg;
452 if (pseg == 0)
454 stkl = stkl - pseg;
457 pseg = ssptr->sspseg;
463 /* If you subtract pseg from the current end of the stack,
468 while (pseg != 0)
471 fprintf (stderr, "%011o %011o\n", pseg, size);
473 stkl = stkl - pseg;
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dalloca.c416 long size, pseg, this_segment, stack; local
435 If this is not the first segment, 'pseg' will be
438 pseg = ssptr->sspseg;
452 if (pseg == 0)
454 stkl = stkl - pseg;
457 pseg = ssptr->sspseg;
463 /* If you subtract pseg from the current end of the stack,
468 while (pseg != 0)
471 fprintf (stderr, "%011o %011o\n", pseg, size);
473 stkl = stkl - pseg;
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_subr.c498 DPRINTF(VOLUMES, ("%s: bad magic pseg:%jx\n", __func__,
508 struct nandfs_segment_summary *segsum, uint64_t pseg)
518 DPRINTF(VOLUMES, ("%s: no super root in pseg:%jx\n", __func__,
519 pseg));
523 /* Get our super root, located at the end of the pseg */
524 blocknr = pseg + segsum->ss_nblocks - 1;
560 uint64_t seg_start, seg_end, cno, seq, create, pseg; local
567 pseg = nandfsdev->nd_super.s_last_pseg;
568 segnum = nandfs_get_segnum_of_block(nandfsdev, pseg);
572 DPRINTF(VOLUMES, ("%s: start in pseg
507 nandfs_load_super_root(struct nandfs_device *nandfsdev, struct nandfs_segment_summary *segsum, uint64_t pseg) argument
[all...]
/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c1291 PSEG pseg; local
1358 pseg =
1368 pseg->length)
1370 pseg->length;
1376 pseg->length -=
1379 pseg->address +=
1385 pseg++;
1411 PSEG pseg; local
1446 pseg = pSRB->pSRBSGL + pSRB->SRBSGIndex;
1453 if (TempSRBXferredLength >= pseg
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c1181 bus_dma_segment_t pseg[1]; local
1235 buf->pmap, mp, pseg, &nsegs, BUS_DMA_NOWAIT);
1247 htole64(pseg[0].ds_addr);
1374 bus_dma_segment_t pseg[1], hseg[1]; local
1480 buf->pmap, mp, pseg,
1487 rxr->base[j].read.pkt_addr = htole64(pseg[0].ds_addr);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c4175 bus_dma_segment_t pseg[1]; local
4232 rxbuf->pmap, mp, pseg, &nsegs, BUS_DMA_NOWAIT);
4244 htole64(pseg[0].ds_addr);
4383 bus_dma_segment_t pseg[1], hseg[1]; local
4468 rxbuf->pmap, mp, pseg,
4475 rxr->rx_base[j].read.pkt_addr = htole64(pseg[0].ds_addr);

Completed in 184 milliseconds