/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 687 linux_get_fop(struct linux_file *filp, const struct file_operations **fop, in linux_get_fop() argument 694 *fop = filp->f_op; in linux_get_fop() 702 *fop = ldev->ops; in linux_get_fop() 747 const struct file_operations *fop; in linux_dev_fdopen() local 763 linux_get_fop(filp, &fop, &ldev); in linux_dev_fdopen() 765 if (fop->open != NULL) { in linux_dev_fdopen() 766 error = -fop->open(file->f_vnode, filp); in linux_dev_fdopen() 916 const struct file_operations *fop, u_long cmd, caddr_t data, in linux_file_ioctl_sub() argument 942 if (fop->compat_ioctl != NULL) { in linux_file_ioctl_sub() 943 error = -OPW(fp, td, fop->compat_ioctl(filp, in linux_file_ioctl_sub() [all …]
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodev.py | 142 fop = FindOp() 143 fop.crid = crid 144 fop.name = str_to_ascii(name) 145 s = array.array('B', fop.pack_hdr()) 147 fop.unpack(s) 150 idx = fop.name.index(b'\x00') 151 name = fop.name[:idx] 153 name = fop.name 155 return fop.crid, name
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_frame.c | 918 Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop, in _dwarf_frame_convert_inst() argument 927 if (fop != NULL) \ in _dwarf_frame_convert_inst() 928 fop[*count].fp_base_op = (x) >> 6; \ in _dwarf_frame_convert_inst() 935 if (fop != NULL) \ in _dwarf_frame_convert_inst() 936 fop[*count].fp_extended_op = (x); \ in _dwarf_frame_convert_inst() 943 if (fop != NULL) \ in _dwarf_frame_convert_inst() 944 fop[*count].fp_register = (x); \ in _dwarf_frame_convert_inst() 951 if (fop != NULL) \ in _dwarf_frame_convert_inst() 952 fop[*count].fp_offset = (x); \ in _dwarf_frame_convert_inst() 960 if (fop != NULL) \ in _dwarf_frame_convert_inst() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 904 #define op_arithI(L,iop,fop) { \ argument 915 pc++; setfltvalue(s2v(ra), fop(L, nb, fimm)); \ 923 #define op_arithf_aux(L,v1,v2,fop) { \ argument 926 pc++; setfltvalue(s2v(ra), fop(L, n1, n2)); \ 933 #define op_arithf(L,fop) { \ argument 937 op_arithf_aux(L, v1, v2, fop); } 943 #define op_arithfK(L,fop) { \ argument 947 op_arithf_aux(L, v1, v2, fop); } 953 #define op_arith_aux(L,v1,v2,iop,fop) { \ argument 959 else op_arithf_aux(L, v1, v2, fop); } [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_htable.c | 200 iplookupflush_t fop; in ipf_htable_soft_fini() local 202 fop.iplf_type = IPLT_HASH; in ipf_htable_soft_fini() 203 fop.iplf_unit = IPL_LOGALL; in ipf_htable_soft_fini() 204 fop.iplf_arg = 0; in ipf_htable_soft_fini() 205 fop.iplf_count = 0; in ipf_htable_soft_fini() 206 *fop.iplf_name = '\0'; in ipf_htable_soft_fini() 207 ipf_htable_flush(softc, arg, &fop); in ipf_htable_soft_fini()
|
H A D | ip_dstlist.c | 255 ipf_dstlist_flush(ipf_main_softc_t *softc, void *arg, iplookupflush_t *fop) in ipf_dstlist_flush() argument 262 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i) in ipf_dstlist_flush() 267 if ((*fop->iplf_name != '\0') && in ipf_dstlist_flush() 268 strncmp(fop->iplf_name, node->ipld_name, in ipf_dstlist_flush()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextNetBSD_i386.cpp | 39 uint16_t fop; // Last Instruction Opcode (fop) member
|
H A D | RegisterInfos_x86_64.h | 272 …DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGN… 422 UPDATE_FPR_INFO(fop, fop);
|
H A D | RegisterInfos_x86_64_with_base.h | 255 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM), 407 UPDATE_FPR_INFO(fop, fop);
|
H A D | RegisterContextLinux_i386.cpp | 39 uint16_t fop; // Last Instruction Opcode (fop) member
|
H A D | RegisterContextDarwin_i386.cpp | 307 {DEFINE_FPU_UINT(fop), 634 value = fpu.fop; in ReadRegister() 751 fpu.fop = value.GetAsUInt16(); in WriteRegister()
|
H A D | RegisterInfos_i386.h | 239 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
|
H A D | RegisterContextDarwin_x86_64.cpp | 361 {DEFINE_FPU_UINT(fop), 685 value = fpu.fop; in ReadRegister() 811 fpu.fop = value.GetAsUInt16(); in WriteRegister()
|
H A D | RegisterContextDarwin_i386.h | 81 uint16_t fop; member
|
H A D | RegisterContextDarwin_x86_64.h | 86 uint16_t fop; // "fop" member
|
H A D | RegisterContext_x86.h | 273 uint16_t fop; // Last Instruction Opcode (fop) member
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 431 struct crypt_find_op fop; in prepare_cipher_methods() local 506 fop.crid = sess.crid; in prepare_cipher_methods() 507 if (ioctl(cfd, CIOCFINDDEV, &fop) == 0) { in prepare_cipher_methods() 509 OPENSSL_strndup(fop.name, sizeof(fop.name)); in prepare_cipher_methods()
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 148 u_int16_t fop; member
|
/freebsd/sys/i386/linux/ |
H A D | linux_ptrace_machdep.c | 199 l_ushort fop; member
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 693 <var-decl name='fop' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 692 <var-decl name='fop' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2236 <var-decl name='fop' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1211 <var-decl name='fop' type-id='253c2d2a' visibility='default'/>
|
/freebsd/share/dict/ |
H A D | web2 | 71995 fop
|