| /src/sys/arch/ia64/ia64/ |
| db_interface.c | 154 u_long iip, slot; local in function:db_getip 164 iip = f->tf_special.iip; 166 *valuep = iip + slot; 170 iip = *valuep & ~0xf; 174 f->tf_special.iip = iip; 431 regs->tf_special.iip += 16;
|
| /src/sbin/fsck_lfs/ |
| pass6.c | 546 IINFO *iip; local in function:pass6 648 iip = SEGSUM_IINFOSTART(fs, bp->b_data); 653 ibdaddr = lfs_ii_getblock(fs, iip); 654 iip = NEXTLOWER_IINFO(fs, iip);
|
| segwrite.c | 251 IINFO *iip; local in function:lfs_writeinode 289 iip = NTH_IINFO(fs, sp->segsum, sp->ninodes / LFS_INOPB(fs)); 290 lfs_ii_setblock(fs, iip, daddr);
|
| lfs.c | 791 IINFO *iibase, *iip; local in function:check_summary 819 iip = iibase; 824 if (i >= lfs_ss_getnfinfo(fs, sp) && lfs_ii_getblock(fs, iip) != daddr) { 830 pwarn("iip=0x%jx, daddr=0x%jx\n", 831 (uintmax_t)lfs_ii_getblock(fs, iip), 835 while (j < howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)) && lfs_ii_getblock(fs, iip) == daddr) { 843 iip = NEXTLOWER_IINFO(fs, iip);
|
| /src/sys/ufs/lfs/ |
| lfs_rfw.c | 652 IINFO *iip; local in function:lfs_parse_pseg 765 iip = SEGSUM_IINFOSTART(fs, buf); 771 if (ninos && lfs_ii_getblock(fs, iip) == offset) { 793 iip = NEXTLOWER_IINFO(fs, iip);
|
| lfs_segment.c | 989 IINFO *iip; local in function:lfs_writeinode 1076 iip = NTH_IINFO(fs, sp->segsum, sp->ninodes / LFS_INOPB(fs)); 1077 lfs_ii_setblock(fs, iip, daddr);
|
| /src/usr.sbin/dumplfs/ |
| dumplfs.c | 591 IINFO *iip, *iip2; local in function:dump_sum 649 iip = SEGSUM_IINFOSTART(lfsp, sp); 654 for (i = 0; i < lfs_ss_getninos(lfsp, sp); iip = NEXTLOWER_IINFO(lfsp, iip)) { 657 printf("\t0x%jx {", (intmax_t)lfs_ii_getblock(lfsp, iip)); 658 get(fd, fsbtobyte(lfsp, lfs_ii_getblock(lfsp, iip)), diblock, lfs_sb_getibsize(lfsp));
|
| /src/libexec/lfs_cleanerd/ |
| lfs_cleanerd.c | 450 IINFO *iip; local in function:parse_pseg 469 iip = SEGSUM_IINFOSTART(fs, cp); 507 if (fic >= lfs_ss_getnfinfo(fs, ssp) && lfs_ii_getblock(fs, iip) != daddr) { 517 if (inoc < lfs_ss_getninos(fs, ssp) && lfs_ii_getblock(fs, iip) == daddr) { 559 iip = NEXTLOWER_IINFO(fs, iip);
|
| /src/sys/arch/mac68k/mac68k/ |
| machdep.c | 2363 struct intvid_info_t *iip; local in function:get_mapping 2456 for (iip = intvid_info; iip->machineid; iip++) 2457 if (mac68k_machine.machineid == iip->machineid) 2460 if (mac68k_machine.machineid == iip->machineid && 2461 (phys & ~iip->fbmask) >= iip->fbbase && 2462 (phys & ~iip->fbmask) < (iip->fbbase + iip->fblen)) [all...] |
| /src/sys/arch/ia64/include/ |
| _regset.h | 74 unsigned long iip; member in struct:_special
|
| /src/sys/dev/pci/ |
| mpii.c | 1393 struct mpii_msg_iocinit_reply iip; local in function:mpii_iocinit 1398 memset(&iip, 0, sizeof(iip)); 1447 if (mpii_handshake_recv(sc, &iip, dwordsof(iip)) != 0) { 1454 "whoinit: 0x%02x\n", DEVNAME(sc), iip.function, 1455 iip.msg_length, iip.whoinit); 1457 iip.msg_flags); 1459 iip.vf_id, iip.vp_id) [all...] |