Searched refs:do_open (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | compression.py | 27 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 D | cgroup.c | 109 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument 120 if (do_open) { in cgroup__new()
|
H A D | dso.c | 506 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 D | wget.py | 172 return self.do_open(HTTPConnectionCache, req) 174 def do_open(self, http_class, req): member in Wget.checkstatus.CacheHTTPHandler
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 297 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/linux/arch/x86/kernel/ |
H A D | apm_32.c | 1605 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1911 .open = do_open,
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 2043 static int do_open(struct inode *inode, struct file *filp) in do_open() function 2055 err = finish_open(file, dentry, do_open); in nfs_finish_open()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 1191 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 D | namei.c | 3588 static int do_open(struct nameidata *nd, in do_open() function 3789 error = do_open(nd, file, op); in path_openat()
|