Searched refs:qga_open_cloexec (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/qga/ |
H A D | cutils.h | 4 int qga_open_cloexec(const char *name, int flags, mode_t mode);
|
H A D | cutils.c | 20 int qga_open_cloexec(const char *name, int flags, mode_t mode) in qga_open_cloexec() function
|
H A D | channel-posix.c | 132 fd = qga_open_cloexec( in ga_channel_open() 183 fd = qga_open_cloexec(path, O_RDWR | O_NOCTTY | O_NONBLOCK, 0); in ga_channel_open()
|
H A D | commands-linux.c | 217 fd = qga_open_cloexec(mount->dirname, O_RDONLY, 0); in qmp_guest_fsfreeze_do_freeze_list() 267 fd = qga_open_cloexec(mount->dirname, O_RDONLY, 0); in qmp_guest_fsfreeze_do_thaw() 921 fd = qga_open_cloexec(disk->name, O_RDONLY, 0); in get_nvme_smart() 1149 fd = qga_open_cloexec(mount->dirname, O_RDONLY, 0); in qmp_guest_fstrim()
|
H A D | commands-posix.c | 450 fd = qga_open_cloexec(path, oflag | ((oflag & O_CREAT) ? O_EXCL : 0), 0); in safe_open_or_create() 453 fd = qga_open_cloexec(path, oflag, 0); in safe_open_or_create()
|