| /openbmc/qemu/util/ |
| H A D | chardev_open.c | 43 static int open_cdev_internal(const char *path, dev_t cdev) in open_cdev_internal() 60 static int open_cdev_robust(dev_t cdev) in open_cdev_robust() 72 int open_cdev(const char *devpath, dev_t cdev) in open_cdev()
|
| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 48 dev_t st_dev; /* file system id */ 54 dev_t st_rdev; 101 dev_t st_dev; 108 dev_t st_rdev;
|
| H A D | types.h | 11 typedef __kernel_dev_t dev_t; typedef
|
| H A D | compat.h | 276 dev_t devt; /* dev_t, creates the sysfs "dev" */ 287 dev_t dev;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | 0001-fbida-Include-missing-sys-types.h.patch | 7 ../git/gfx.h:43:5: error: unknown type name 'dev_t'; did you mean 'div_t'? 8 dev_t devnum;
|
| /openbmc/qemu/include/qemu/ |
| H A D | chardev_open.h | 15 int open_cdev(const char *devpath, dev_t cdev);
|
| H A D | selfmap.h | 23 dev_t dev;
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | ubi.h | 114 dev_t cdev; 188 dev_t cdev;
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.h | 315 dev_t dev; /* FS device on host. */ 325 dev_t dev; 333 dev_t dev; 358 dev_t dev_id;
|
| 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()
|
| 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()
|
| H A D | coth.h | 84 gid_t, dev_t, mode_t, struct stat *);
|
| H A D | 9p-local.c | 206 dev_t tmp_dev; in local_lstat() 221 sizeof(dev_t)) > 0) { in local_lstat() 435 sizeof(dev_t), 0); in local_set_xattrat() 792 dev_t tmp_dev; in local_fstat() 807 &tmp_dev, sizeof(dev_t)) > 0) { in local_fstat()
|
| H A D | cofs.c | 226 dev_t dev, mode_t mode, struct stat *stbuf) in v9fs_co_mknod()
|
| /openbmc/qemu/qga/ |
| H A D | commands-common.h | 30 dev_t dev;
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-mkfifo-Implement-mkfifo.patch | 24 + return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t) 0);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 256 unsigned long gid, unsigned long mode, dev_t rdev) in add_new_device() 408 dev_t rdev; in interpret_table_entry() 423 dev_t rdev = MKDEV(major, minor); in interpret_table_entry()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
| H A D | 0001-check-for-mips-targets-for-stat.st_dev-definitions.patch | 7 its type should be dev_t but it is set to unsigned long int
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | misc.h | 145 static inline int ubifs_encode_dev(union ubifs_dev_desc *dev, dev_t rdev) in ubifs_encode_dev()
|
| H A D | ubifs.h | 196 dev_t i_rdev; 289 dev_t s_dev; /* search index; _not_ kdev_t */
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-links.patch | 69 dev_t devnum;
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu.c | 480 const char *dev_t[] = {NULL, "eMMC", "OneNAND", "NAND", "RAM", "SF" }; in dfu_get_dev_type() local 481 return dev_t[t]; in dfu_get_dev_type()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | vmt.c | 156 dev_t dev; in ubi_create_volume() 587 dev_t dev; in ubi_add_volume()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 341 @@ -501,7 +501,7 @@ int write_resume_config(dev_t devno, uin 350 @@ -517,7 +517,7 @@ int write_resume_config(dev_t devno, uin
|