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

/freebsd-12-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-12-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-12-stable/sys/fs/nandfs/
H A Dnandfs_subr.c500 DPRINTF(VOLUMES, ("%s: bad magic pseg:%jx\n", __func__,
510 struct nandfs_segment_summary *segsum, uint64_t pseg)
520 DPRINTF(VOLUMES, ("%s: no super root in pseg:%jx\n", __func__,
521 pseg));
525 /* Get our super root, located at the end of the pseg */
526 blocknr = pseg + segsum->ss_nblocks - 1;
562 uint64_t seg_start, seg_end, cno, seq, create, pseg; local
569 pseg = nandfsdev->nd_super.s_last_pseg;
570 segnum = nandfs_get_segnum_of_block(nandfsdev, pseg);
574 DPRINTF(VOLUMES, ("%s: start in pseg
509 nandfs_load_super_root(struct nandfs_device *nandfsdev, struct nandfs_segment_summary *segsum, uint64_t pseg) argument
[all...]
/freebsd-12-stable/sys/dev/trm/
H A Dtrm.c1293 PSEG pseg; local
1360 pseg =
1370 pseg->length)
1372 pseg->length;
1378 pseg->length -=
1381 pseg->address +=
1387 pseg++;
1413 PSEG pseg; local
1448 pseg = pSRB->pSRBSGL + pSRB->SRBSGIndex;
1455 if (TempSRBXferredLength >= pseg
[all...]

Completed in 176 milliseconds