Home
last modified time | relevance | path

Searched refs:do_open (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f:
30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f:
44 with self.do_open(r, mode="r" + mode_suffix) as decompress:
45 with self.do_open(w, mode="w" + mode_suffix) as compress:
63 with self.do_open(tmp_file, mode="rb", stderr=subprocess.DEVNULL) as f:
74 def do_open(self, *args, **kwargs): member in LZ4Tests
86 def do_open(self, *args, **kwargs): member in ZStdTests
98 def do_open(self, *args, **kwargs): member in PZStdTests
/openbmc/linux/tools/perf/util/
H A Dcgroup.c109 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument
120 if (do_open) { in cgroup__new()
H A Ddso.c506 static int do_open(char *name) in do_open() function
577 fd = do_open(name); in __open_dso()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py176 return self.do_open(HTTPConnectionCache, req)
178 def do_open(self, http_class, req): member in Wget.checkstatus.CacheHTTPHandler
/openbmc/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c297 static int do_open(struct net_device *dev);
462 .ndo_open = do_open,
1386 do_open(struct net_device *dev) in do_open() function
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c728 static int do_open(struct iovec *iovec) in do_open() function
892 retval = do_open(&in_iovec); in process_requests()
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1605 static int do_open(struct inode *inode, struct file *filp) in do_open() function
1911 .open = do_open,
/openbmc/linux/fs/nfs/
H A Ddir.c2044 static int do_open(struct inode *inode, struct file *filp) in do_open() function
2056 err = finish_open(file, dentry, do_open); in nfs_finish_open()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst1191 with do_open() for opening a file. Part of open_last_lookups() runs
1194 Explaining open_last_lookups() and do_open() completely is beyond the scope
1198 1. Rather than just finding the target file, do_open() is used after
/openbmc/linux/fs/
H A Dnamei.c3590 static int do_open(struct nameidata *nd, in do_open() function
3791 error = do_open(nd, file, op); in path_openat()