Home
last modified time | relevance | path

Searched refs:fop (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c690 *fop = filp->f_op; in linux_get_fop()
698 *fop = ldev->ops; in linux_get_fop()
759 linux_get_fop(filp, &fop, &ldev); in linux_dev_fdopen()
761 if (fop->open != NULL) { in linux_dev_fdopen()
1219 if (fop->mmap == NULL) in linux_file_mmap_single()
1385 if (fop->read != NULL) { in linux_file_read()
1426 if (fop->write != NULL) { in linux_file_write()
1463 if (fop->poll != NULL) { in linux_file_poll()
1536 if (fop->fasync == NULL) in linux_file_ioctl()
1543 if (fop->fasync == NULL) in linux_file_ioctl()
[all …]
/freebsd/tests/sys/opencrypto/
H A Dcryptodev.py142 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 Dlibdwarf_frame.c918 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 Dlvm.c904 #define op_arithI(L,iop,fop) { \ argument
923 #define op_arithf_aux(L,v1,v2,fop) { \ argument
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); }
959 else op_arithf_aux(L, v1, v2, fop); }
965 #define op_arith(L,iop,fop) { \ argument
968 op_arith_aux(L, v1, v2, iop, fop); }
974 #define op_arithK(L,iop,fop) { \ argument
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c200 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 Dip_dstlist.c255 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 DRegisterContextNetBSD_i386.cpp39 uint16_t fop; // Last Instruction Opcode (fop) member
H A DRegisterInfos_x86_64.h272 …DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGN…
422 UPDATE_FPR_INFO(fop, fop);
H A DRegisterInfos_x86_64_with_base.h255 …DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGN…
407 UPDATE_FPR_INFO(fop, fop);
H A DRegisterContextLinux_i386.cpp39 uint16_t fop; // Last Instruction Opcode (fop) member
H A DRegisterContextDarwin_i386.cpp307 {DEFINE_FPU_UINT(fop),
634 value = fpu.fop; in ReadRegister()
751 fpu.fop = value.GetAsUInt16(); in WriteRegister()
H A DRegisterInfos_i386.h239 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DRegisterContextDarwin_i386.h81 uint16_t fop; member
H A DRegisterContextDarwin_x86_64.h86 uint16_t fop; // "fop" member
H A DRegisterContextDarwin_x86_64.cpp361 {DEFINE_FPU_UINT(fop),
685 value = fpu.fop; in ReadRegister()
811 fpu.fop = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContext_x86.h273 uint16_t fop; // Last Instruction Opcode (fop) member
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c431 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 Dlinux_x86_sigframe.h148 u_int16_t fop; member
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c199 l_ushort fop; member
/freebsd/share/dict/
H A Dweb271995 fop