/third_party/NuttX/fs/vfs/ |
D | fs_unlink.c | 116 else if (vnode && vnode->fop && vnode->fop->unlink) in do_unlink() 118 ret = vnode->fop->unlink(vnode); in do_unlink()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/ |
D | mod.rs | 152 pub fop: u16, 181 pub fop: ::c_ushort, 224 && self.fop == other.fop 241 .field("fop", &self.fop) 257 self.fop.hash(state); 332 && self.fop == other.fop 355 .field("fop", &self.fop) 372 self.fop.hash(state);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 503 const fetch_op_info *fop = bc.op_ptr; in build_fetch_tex() local 505 assert(!(fop->flags & FF_VTX)); in build_fetch_tex() 567 const fetch_op_info *fop = bc.op_ptr; in build_fetch_gds() local 570 assert(fop->flags & FF_GDS); in build_fetch_gds() 607 const fetch_op_info *fop = bc.op_ptr; in build_fetch_vtx() local 609 assert(fop->flags & FF_VTX); in build_fetch_vtx() 706 const fetch_op_info *fop = bc.op_ptr; in build_fetch_mem() local 708 assert(fop->flags & FF_MEM); in build_fetch_mem()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 168 pub fop: u16, 283 pub fop: ::c_ushort, 315 && self.fop == other.fop 337 .field("fop", &self.fop) 353 self.fop.hash(state);
|
/third_party/NuttX/fs/driver/ |
D | fs_registerdriver.c | 99 vnode->fop = (struct file_operations_vfs *)fops; in register_driver()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/ |
D | mod.rs | 130 pub fop: ::c_ushort, 157 && self.fop == other.fop 179 .field("fop", &self.fop) 195 self.fop.hash(state);
|
/third_party/musl/arch/i386/bits/ |
D | user.h | 9 unsigned short cwd, swd, twd, fop; member
|
/third_party/musl/arch/x86_64/bits/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/musl/arch/x32/bits/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/openssl/engines/ |
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()
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 1205 vp->fop = dvp->fop; in tmpfs_create() 1711 vp->fop = &tmpfs_fops; in tmpfs_mount() 1846 vp->fop = parent->fop; in tmpfs_lookup() 2065 vp->fop = parent->fop; in tmpfs_mkdir()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 251 pub fop: ::c_ushort, 281 && self.fop == other.fop 302 .field("fop", &self.fop) 321 self.fop.hash(state);
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 132 newVnode->fop = &g_romfsFops; in romfs_lookup() 186 newVnode->fop = &g_romfsFops; in romfs_lookup() 700 pv->fop = &g_romfsFops; in romfs_bind()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 404 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_lis5_stencil() local 410 (fop << S5_STENCIL_FAIL_SHIFT) | in i915_get_lis5_stencil() 419 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_bfo() local 426 (fop << BFO_STENCIL_FAIL_SHIFT) | in i915_get_bfo()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86_64.rs | 19 pub fop: u16,
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 824 vp->fop = &nfs_fops; in vfs_nfs_mount() 891 (*vpp)->fop = &nfs_fops; in vfs_nfs_lookup() 1541 (*vpp)->fop = &nfs_fops; in vfs_nfs_mkdir() 2515 (*vpp)->fop = &nfs_fops; in vfs_nfs_create()
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 455 filep->ops = vnode_ptr->fop; in files_allocate()
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 680 5) The file length is no longer set at a pointer provided by the open() fop. The api `lws_vfs_get_…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 10207 __uint16_t fop; member 10411 __uint16_t fop; member 96512 (* JSFinalizeOp)(JSFreeOp* fop, JSObject* obj); 96619 (* FinalizeOp)(FreeOp* fop, JSObject* obj); 96738 …trace == trace; } void doFinalize(JSFreeOp* fop, JSObject* obj) const { do { } while (0); cOps->fi… in hasFinalize() 96747 …->trace == trace; } void doFinalize(FreeOp* fop, JSObject* obj) const { do { } while (0); cOps->fi… in hasFinalize() 98707 (* JSFinalizeCallback)(JSFreeOp* fop, JSFinalizeStatus status, bool isZoneGC, void* data); 98808 (* JSDestroyCompartmentCallback)(JSFreeOp* fop, JSCompartment* compartment); 99562 JS_freeop(JSFreeOp* fop, void* p); 119472 CastToJSFreeOp(FreeOp* fop) in CastToJSFreeOp() argument [all …]
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 888 u16 fop; member 22116 short unsigned int fop; member 45857 const struct file_operations *fop; member
|