Home
last modified time | relevance | path

Searched defs:open (Results 551 - 568 of 568) sorted by relevance

1...<<212223

/third_party/rust/crates/libc/src/unix/
H A Dmod.rs760 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1546 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 Dimgui.cpp11920 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 Dimgui.h2859 SetNextTreeNodeOpen(bool open, ImGuiCond cond = 0) SetNextTreeNodeOpen() argument
[all...]
/third_party/sqlite/include/
H A Dsqlite3ext.h113 int (*open)(const char*,sqlite3**); member
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h360 int (*open)(const unsigned int, struct cifs_open_parms *, member
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c844 struct io_open open; member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1898 int (*open) (struct inode *, struct file *); member
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4state.c542 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 Dcifsglob.h420 int (*open)(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1928 int (*open) (struct inode *, struct file *); member
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h663 int (*open)(struct hci_dev *hdev); member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c11138 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 Dmod.rs1373 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 Dxmlparse.c311 XML_Bool open; member
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c304 XML_Bool open; member
[all...]
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3523 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 Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 119 milliseconds

1...<<212223