Home
last modified time | relevance | path

Searched defs:exists (Results 101 - 125 of 157) sorted by relevance

1234567

/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c1234 int exists; member
1246 add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, loff_t d_size, int exists) add_ino() argument
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dpcwd_usb.c142 int exists; member
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_probe.c625 int exists, rootlen; in xenbus_dev_changed() local
/kernel/linux/linux-6.6/net/sched/
H A Dact_ife.c354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata() argument
295 __add_metainfo(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, void *metaval, int len, bool atomic, bool exists) __add_metainfo() argument
325 add_metainfo_and_get_ops(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, bool exists) add_metainfo_and_get_ops() argument
339 add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, int len, bool exists) add_metainfo() argument
458 populate_metalist(struct tcf_ife_info *ife, struct nlattr **tb, bool exists, bool rtnl_held) populate_metalist() argument
496 bool exists = false; tcf_ife_init() local
[all...]
H A Dact_tunnel_key.c370 bool exists = false; in tunnel_key_init() local
/third_party/benchmark/test/
H A Doutput_test_helper.cc371 bool exists = false; in SetSubstitutions() local
/third_party/ninja/src/
H A Dgraph.h71 bool exists() const { in exists() function
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.h100 bool exists[ZINK_SHADER_COUNT]; member
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.c346 Bool exists; in XNVCTRLQueryTargetAttribute() local
397 Bool exists; in XNVCTRLQueryTargetAttribute64() local
437 Bool exists; in XNVCTRLQueryTargetStringAttribute() local
564 Bool exists; XNVCTRLQueryValidTargetAttributeValues32() local
606 Bool exists; XNVCTRLQueryValidTargetStringAttributeValues() local
652 Bool exists; XNVCTRLQueryValidTargetAttributeValues64() local
695 Bool exists; XNVCTRLQueryValidTargetAttributeValues() local
753 Bool exists; QueryAttributePermissionsInternal() local
981 Bool exists; XNVCTRLQueryTargetBinaryData() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c265 bool exists = false; in OnRequsetUpdateAuthChannel() local
/kernel/linux/linux-5.10/drivers/firmware/
H A Ddmi_scan.c1021 bool exists; in dmi_get_date() local
1081 bool exists; in dmi_get_bios_year() local
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c156 bool exists; member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rmap.c2637 xfs_rmap_has_record( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool *exists) xfs_rmap_has_record() argument
H A Dxfs_ialloc.c2690 xfs_ialloc_has_inode_record( struct xfs_btree_cur *cur, xfs_agino_t low, xfs_agino_t high, bool *exists) xfs_ialloc_has_inode_record() argument
2730 xfs_ialloc_has_inodes_at_extent( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool *exists) xfs_ialloc_has_inodes_at_extent() argument
/kernel/linux/linux-6.6/drivers/firmware/
H A Ddmi_scan.c1028 bool exists; in dmi_get_date() local
1088 bool exists; in dmi_get_bios_year() local
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c156 bool exists; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c577 int exists = !access(filename, R_OK); in open_database() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c546 int exists = 0; in default_fixup_args() local
/third_party/python/Lib/
H A Dpathlib.py1230 def exists(self): global() member in Path
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c546 int exists = 0; in default_fixup_args() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc828 BOOL exists; in _hb_directwrite_reference_table() local
/third_party/python/Lib/tkinter/
H A Dttk.py1233 def exists(self, item): member in Treeview
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h412 inline bool exists(const Twine &Path) { in exists() function
[all...]
/third_party/python/Objects/
H A Dodictobject.c1019 int exists = PySequence_Contains((PyObject *)self, key); in OrderedDict_setdefault_impl() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp168 bool exists (GLuint name) { return (this->*m_existsFunc)(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::SimpleType
192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::ProgramType
205 bool exists (GLuint name) { return glIsShader(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::ShaderType

Completed in 50 milliseconds

1234567