Searched refs:wfile (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/init/ |
H A D | initramfs.c | 354 static __initdata struct file *wfile; variable 381 wfile = filp_open(collected, openflags, mode); in do_name() 382 if (IS_ERR(wfile)) in do_name() 387 vfs_fchown(wfile, uid, gid); in do_name() 388 vfs_fchmod(wfile, mode); in do_name() 390 vfs_truncate(&wfile->f_path, body_len); in do_name() 413 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() 416 do_utime_path(&wfile->f_path, mtime); in do_copy() 417 fput(wfile); in do_copy() 424 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
|
/openbmc/openpower-inventory-upload/ |
H A D | inventory_upload.py | 105 wfile = os.fdopen(h, 'w') 109 stdout=wfile) 111 wfile.close()
|
/openbmc/linux/tools/testing/selftests/cpufreq/ |
H A D | cpufreq.sh | 87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }') 89 if [ ! -z $wfile ]; then
|
/openbmc/rest-dbus/ |
H A D | rest-dbus | 40 handler.wfile.write(json.dumps(self.data, indent=2, sort_keys=True)) 68 handler.wfile.write(self.data) 84 handler.wfile.write(json.dumps(err, indent=2, sort_keys=True))
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | xmlrpcserver.py | 51 self.wfile.write(bytes(response, 'utf-8'))
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 3083 struct cifsFileInfo *wfile; local 3132 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile); 3134 tcon = tlink_tcon(wfile->tlink); 3135 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid); 3136 cifsFileInfo_put(wfile);
|