/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 760 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 1546 bool open = true; in ShowDemoWindowWidgets() local 3024 bool open in ShowDemoWindowLayout() local 4607 bool open = ImGui::TreeNodeEx(node->Name, ImGuiTreeNodeFlags_SpanFullWidth); global() local 4856 bool open = ImGui::CollapsingHeader(buf, ImGuiTreeNodeFlags_DefaultOpen); global() local 5287 bool open = ImGui::TreeNode("Legacy Columns API"); global() local [all...] |
H A D | imgui.cpp | 11920 bool open = TreeNode(label, "%s", buf); DebugNodeTabBar() local 11977 const bool open = TreeNodeEx(label, tree_node_flags, "%s '%s'%s", label, window->Name, is_active ? "" : " *Inactive*"); DebugNodeWindow() local [all...] |
H A D | imgui.h | 2859 SetNextTreeNodeOpen(bool open, ImGuiCond cond = 0) SetNextTreeNodeOpen() argument [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 113 int (*open)(const char*,sqlite3**); member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 360 int (*open)(const unsigned int, struct cifs_open_parms *, member
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 844 struct io_open open; member [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1898 int (*open) (struct inode *, struct file *); member [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4state.c | 542 find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str_locked() argument 560 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str() argument 4520 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) nfsd4_find_existing_open() argument 4575 nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) nfsd4_find_and_lock_existing_open() argument 4590 alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open, struct nfsd4_compound_state *cstate) alloc_init_open_stateowner() argument 4621 init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open) init_open_stateid() argument 5043 nfsd4_process_open1(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct nfsd_net *nn) nfsd4_process_open1() argument 5126 nfsd4_is_deleg_cur(struct nfsd4_open *open) nfsd4_is_deleg_cur() argument 5133 nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open, struct nfs4_delegation **dp) nfs4_check_deleg() argument 5177 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh, struct nfsd4_open *open) nfsd4_truncate() argument 5194 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, struct nfsd4_open *open, bool new_stp) nfs4_get_vfs_file() argument 5282 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, struct nfsd4_open *open) nfs4_upgrade_open() argument 5414 nfsd4_verify_deleg_dentry(struct nfsd4_open *open, struct nfs4_file *fp, struct svc_fh *parent) nfsd4_verify_deleg_dentry() argument 5443 nfsd4_verify_setuid_write(struct nfsd4_open *open, struct nfsd_file *nf) nfsd4_verify_setuid_write() argument 5454 nfs4_set_delegation(struct nfsd4_open *open, struct nfs4_ol_stateid *stp, struct svc_fh *parent) nfs4_set_delegation() argument 5581 nfsd4_open_deleg_none_ext(struct nfsd4_open *open, int status) nfsd4_open_deleg_none_ext() argument 5627 nfs4_open_delegation(struct nfsd4_open *open, struct nfs4_ol_stateid *stp, struct svc_fh *currentfh) nfs4_open_delegation() argument 5693 nfsd4_deleg_xgrade_none_ext(struct nfsd4_open *open, struct nfs4_delegation *dp) nfsd4_deleg_xgrade_none_ext() argument 5724 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) nfsd4_process_open2() argument 5834 nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate, struct nfsd4_open *open) nfsd4_cleanup_open_state() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsglob.h | 420 int (*open)(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1928 int (*open) (struct inode *, struct file *); member [all...] |
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 663 int (*open)(struct hci_dev *hdev); member
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 11138 int gaudi2_send_device_activity(struct hl_device *hdev, bool open) in gaudi2_send_device_activity() argument
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1373 pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 311 XML_Bool open; member [all...] |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 304 XML_Bool open; member [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3523 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |