Searched refs:fop (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.1/
H A DMakefile4 fop.html hash_nelem.html incomplete.html intro.html java.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfile.h22 const struct file_operations *fop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser_32.h59 unsigned short fop; member in struct:user_fxsr_struct
H A Duser32.h23 unsigned short fop; member in struct:user32_fxsr_struct
H A Duser_64.h55 unsigned short fop; member in struct:user_i387_struct
H A Dsigcontext.h174 __u16 fop; member in struct:_fpstate
H A Dprocessor.h303 u16 fop; /* Last Instruction Opcode */ member in struct:i387_fxsave_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop006.tcl29 puts "Skipping fop$tnum for method $method"
154 fopscript.tcl $testdir/fop$tnum.log \
177 set errstrings [eval findfail $testdir/fop$tnum.log]
H A Dfop003.tcl29 set testfile fop$tnum.db
H A Dfop005.tcl35 puts "Skipping fop$tnum for env $env"
42 set filename fop$tnum.db
H A Dtestparams.tcl16 set subs {bigfile dead env fop lock log memp plat recd rep rpc rsrc\
27 set test_names(fop) [list fop001 fop002 fop003 fop004 fop005 fop006 \
H A Dtest.tcl215 {"file operations" "fop"}
555 fop {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c1133 struct op *fop; local
1137 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1143 if (fop->flags & OP_SD)
1151 if (fop->flags & OP_SM)
1160 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0))
1168 if (!fop->fn)
1175 type = fop->flags & OP_SD ? 's' : 'd';
1185 except = fop->fn(dest, dn, dm, fpscr);
H A Dvfpsingle.c1178 struct op *fop; local
1182 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1190 if (fop->flags & OP_DD)
1199 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0)
1207 if (!fop->fn)
1215 type = fop->flags & OP_DD ? 'd' : 's';
1225 except = fop->fn(dest, sn, m, fpscr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfile_table.c160 * @fop: the 'struct file_operations' for the new file
171 const struct file_operations *fop)
182 file->f_op = fop;
170 alloc_file(struct path *path, fmode_t mode, const struct file_operations *fop) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dcontrol.c206 const struct file_operations *fop)
228 inode->i_fop = fop;
201 fuse_ctl_add_dentry(struct dentry *parent, struct fuse_conn *fc, const char *name, int mode, int nlink, const struct inode_operations *iop, const struct file_operations *fop) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dxsave.c68 fx->fop = 0;
H A Di387.c404 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16);
425 fxsave->fop = (u16) ((u32) env->fcs >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c110 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16);
146 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dbase.c103 const struct file_operations *fop; member in struct:pid_entry
112 .fop = FOP, \
2144 if (p->fop)
2145 inode->i_fop = p->fop;
2561 if (p->fop)
2562 inode->i_fop = p->fop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c5237 fpu->last_opcode = fxsave->fop;
5254 fxsave->fop = fpu->last_opcode;

Completed in 237 milliseconds