Searched refs:qemu_mknodat (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util-linux.c | 67 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat() function
|
H A D | 9p-util-darwin.c | 113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat() function
|
H A D | 9p-util.h | 268 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev);
|
H A D | 9p-local.c | 683 err = qemu_mknodat(dirfd, name, fs_ctx->fmode | S_IFREG, 0); in local_mknod() 698 err = qemu_mknodat(dirfd, name, credp->fc_mode, credp->fc_rdev); in local_mknod()
|