| /src/sys/fs/filecorefs/ |
| filecore_node.c | 135 struct filecore_mnt *fcmp; local 142 fcmp = VFSTOFILECORE(mp); 147 ip->i_dev = fcmp->fc_dev; 158 ip->i_dirent.addr = fcmp->drec.root; 163 if ((error = filecore_bread(fcmp, ino & FILECORE_INO_MASK, 178 ip->i_mnt = fcmp; 179 ip->i_devvp = fcmp->fc_devvp;
|
| filecore_bmap.c | 100 struct filecore_mnt *fcmp = ip->i_mnt; local 118 int bshift=fcmp->log2bsize; 131 return filecore_map(fcmp, ip->i_dirent.addr, lbn, ap->a_bnp); 135 filecore_map(struct filecore_mnt *fcmp, u_int32_t addr, daddr_t lbn, daddr_t *bnp) 149 ((lbn << fcmp->log2bsize) >> fcmp->drec.log2secsize); 151 zone = frag / fcmp->idspz; 153 zone = fcmp->drec.nzones / 2; 156 zaddr=((8<<fcmp->drec.log2secsize)-fcmp->drec.zone_spare)*zon [all...] |
| filecore_vfsops.c | 229 struct filecore_mnt *fcmp = NULL; local 237 fcmp = VFSTOFILECORE(mp); 238 if (fcmp == NULL) 240 args->flags = fcmp->fc_mntflags; 241 args->uid = fcmp->fc_uid; 242 args->gid = fcmp->fc_gid; 286 fcmp = VFSTOFILECORE(mp); 287 if (devvp != fcmp->fc_devvp) 296 fcmp = VFSTOFILECORE(mp); 307 struct filecore_mnt *fcmp = (struct filecore_mnt *)0 local 440 struct filecore_mnt *fcmp; local 482 struct filecore_mnt *fcmp = VFSTOFILECORE(mp); local [all...] |
| filecore_vnops.c | 127 struct filecore_mnt *fcmp = ip->i_mnt; local 131 genfs_can_access(vp, cred, fcmp->fc_uid, fcmp->fc_gid, 167 struct filecore_mnt *fcmp = ip->i_mnt; local 174 vap->va_uid = fcmp->fc_uid; 175 vap->va_gid = fcmp->fc_gid; 184 vap->va_blocksize = fcmp->blksize; 205 struct filecore_mnt *fcmp; local 219 fcmp = ip->i_mnt; 242 lbn = filecore_lblkno(fcmp, uio->uio_offset) [all...] |
| /src/sbin/restore/ |
| interactive.c | 87 static int fcmp(const void *, const void *); 577 qsort((char *)list, entries, sizeof(struct afile), fcmp); 769 fcmp(const void *f1, const void *f2) function
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins-bases.cc | 1415 class fcmp : public function_base class in namespace:riscv_vector 2602 static CONSTEXPR const fcmp<EQ> vmfeq_obj; 2603 static CONSTEXPR const fcmp<NE> vmfne_obj; 2604 static CONSTEXPR const fcmp<LT> vmflt_obj; 2605 static CONSTEXPR const fcmp<GT> vmfgt_obj; 2606 static CONSTEXPR const fcmp<LE> vmfle_obj; 2607 static CONSTEXPR const fcmp<GE> vmfge_obj;
|
| /src/sys/arch/m68k/060sp/dist/ |
| pfpsp.s | 380 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst) 681 # that can pass through fpsp_ovfl(). remember that fcmp, ftst, and fsincos 919 # that can pass through fpsp_unfl(). remember that fcmp, and ftst 1323 # OVFL : all except ftst,fcmp 1324 # UNFL : all except ftst,fcmp 1326 # INEX2 : all except ftst,fcmp 1336 # fcmp and ftst do not store any result. 1339 cmpi.b %d0,&0x38 # is instr fcmp or ftst? 1366 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1868 # OVFL : all except ftst,fcmp 10198 fcmp: label [all...] |
| fpsp.s | 380 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst) 681 # that can pass through fpsp_ovfl(). remember that fcmp, ftst, and fsincos 919 # that can pass through fpsp_unfl(). remember that fcmp, and ftst 1323 # OVFL : all except ftst,fcmp 1324 # UNFL : all except ftst,fcmp 1326 # INEX2 : all except ftst,fcmp 1336 # fcmp and ftst do not store any result. 1339 cmpi.b %d0,&0x38 # is instr fcmp or ftst? 1366 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1868 # OVFL : all except ftst,fcmp 13766 fcmp: label [all...] |