| /onnv/onnv-gate/usr/src/uts/intel/sys/ |
| bootregs.h | 67 i8086reg(bp) ebp; /* 16/32-bit "pointer" registers */ member in struct:bop_regs
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
| fstyp.c | 458 extent_block_t *ebp; local 477 ebp = (void *)h->eg; 478 if (ebp->type != LUFS_EXTENTS) 480 gettext("Invalid log allocation type %x\n"), ebp->type); 481 if (!checksum(&ebp->chksum, (int32_t *)ebp, fsp->fs_bsize)) 484 for (i = 0, ep = &ebp->extents[0]; i < ebp->nextents; ++i, ++ep) { 492 ebp->nbytes, tb); 494 ep = &ebp->extents[0] [all...] |
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed1.c | 44 char *ebp; variable 123 ebp = ibuf; 612 if (p2 >= ebp) { 622 ebp = ibuf+c; 625 if(p2 >= ebp) { 641 ebp = ibuf + c;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| utils.c | 142 char buf[1024], *bp, *nlp, *ebp; local 157 ebp = buf + n; 158 while (bp < ebp) { 160 nlp = ebp;
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| setup.c | 207 extent_block_t *ebp; local 314 ebp = (extent_block_t *)buf; 317 if (ebp->type != LUFS_EXTENTS) { 325 (logbtodb(&sblock, ebp->extents[0].pbno)), 328 (logbtodb(&sblock, ebp->extents[0].pbno)) + 1, [all...] |
| utilities.c | 2176 extent_block_t *ebp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| rtld.4.x.c | 235 Elf32_Boot *ebp; /* communication with ld.so */ local 320 ebp = eb; 325 ebp->eb_tag = EB_DYNAMIC, 326 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)ip->crt_udp; 327 ebp->eb_tag = EB_ARGV, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)program_name; 328 ebp->eb_tag = EB_ENVP, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)ip->crt_ep; 329 ebp->eb_tag = EB_DEVZERO, 330 (ebp++)->eb_un.eb_val = (Elf32_Word)ip->crt_dzfd [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7c.c | 368 char *ebp = &buf[sizeof (buf)]; local 369 char *bp = ebp; 393 if (bp == ebp) { 409 ebp = &buf[sizeof (buf) - resid]; 537 char *ebp = &buf[sizeof (buf)]; local 538 char *bp = ebp; 559 if (bp == ebp) { 575 ebp = &buf[sizeof (buf) - resid]; 649 char *ebp = &buf[sizeof (buf)]; local 650 char *bp = ebp; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/xen/public/arch-x86/ |
| xen-x86_32.h | 148 uint32_t ebp; member in struct:cpu_user_regs 203 unsigned long ebp; member in struct:panic_regs
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| lufs.c | 272 extent_block_t *ebp; local 293 ebp = (void *)bp->b_un.b_addr; 294 if (!checksum(&ebp->chksum, (int32_t *)bp->b_un.b_addr, 304 if (ebp->type != LUFS_EXTENTS || ebp->nextents == 0) { 317 ((ebp->nextents - 1) * sizeof (ic_extent_t))); 319 nebp->ic_nextents = ebp->nextents; 320 nebp->ic_nbytes = ebp->nbytes; 321 nebp->ic_nextbno = ebp->nextbno; 322 for (i = 0; i < ebp->nextents; i++) 565 extent_block_t *ebp; local 666 extent_block_t *ebp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| mkfs.c | 4006 extent_block_t *ebp; local [all...] |