| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 54 dev_t st_rdev; member 81 unsigned short st_rdev; member 108 dev_t st_rdev; member 138 unsigned long st_rdev; member
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall_defs.h | 1243 abi_ushort st_rdev; member 1275 abi_ushort st_rdev; member 1308 abi_ullong st_rdev; member 1337 abi_uint st_rdev; member 1361 abi_ushort st_rdev; member 1391 abi_ushort st_rdev; member 1418 abi_ushort st_rdev; member 1456 abi_ulong st_rdev; member 1482 abi_ullong st_rdev; member 1509 abi_ulong st_rdev; member [all …]
|
| H A D | syscall.c | 7669 __put_user(host_st->st_rdev, &target_st->st_rdev); in host_to_target_stat64() 7703 __put_user(host_st->st_rdev, &target_st->st_rdev); in host_to_target_stat64() 11033 __put_user(st.st_rdev, &target_st->st_rdev); in _syscall2() 11956 __put_user(major(st.st_rdev), &target_stx->stx_rdev_major); in _syscall2() 11957 __put_user(minor(st.st_rdev), &target_stx->stx_rdev_minor); in _syscall2()
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-stat.c | 41 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd11_stat() 76 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd_stat() 120 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd11_nstat()
|
| /openbmc/qemu/util/ |
| H A D | chardev_open.c | 53 (cdev != 0 && st.st_rdev != cdev)) { in open_cdev_internal()
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 227 uint32_t st_rdev; /* device type */ member 263 uint64_t st_rdev; /* device type */ member 297 uint32_t st_rdev; /* device type */ member
|
| /openbmc/qemu/fsdev/ |
| H A D | 9p-marshal.h | 57 uint64_t st_rdev; member
|
| H A D | 9p-iov-marshal.c | 279 statp->st_nlink, statp->st_rdev, in v9fs_iov_vmarshal()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0002-Use-configure-test-for-struct-timespec.patch | 24 AC_CHECK_MEMBERS([struct stat.st_rdev])
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 106 - major(st.st_rdev), minor(st.st_rdev)) 305 + major(st.st_rdev), minor(st.st_rdev))
|
| /openbmc/qemu/net/ |
| H A D | tap-bsd.c | 86 dev = devname(s.st_rdev, S_IFCHR); in tap_open()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 56 unsigned st_rdev; /* device type (if inode device) */ member
|
| H A D | yaffsfs.c | 1604 buf->st_rdev = obj->yst_rdev; in yaffsfs_DoStat()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
| H A D | Drop-use-of-error-h.patch | 101 rc = mknod(file, mode | S_IFCHR, makedev(major(emlog_stat.st_rdev),size_of_buffer));
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 178 stbuf->st_rdev = atoi(buf + 12); in local_mapped_file_attr() 222 stbuf->st_rdev = le64_to_cpu(tmp_dev); in local_lstat() 808 stbuf->st_rdev = le64_to_cpu(tmp_dev); in local_fstat()
|
| H A D | 9p-synth.c | 147 stbuf->st_rdev = 0; in synth_fill_statbuf()
|
| H A D | 9p.c | 1288 major(stbuf->st_rdev), minor(stbuf->st_rdev)); in stat_to_v9stat() 1368 v9lstat->st_rdev = host_dev_to_dotl_dev(stbuf->st_rdev); in stat_to_v9stat_dotl()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 670 update_hash("%9s" % ("%d.%d" % (os.major(s.st_rdev), os.minor(s.st_rdev))))
|
| /openbmc/qemu/semihosting/ |
| H A D | syscalls.c | 97 p->gdb_st_rdev = cpu_to_be32(s->st_rdev); in copy_stat_to_user() 645 .st_rdev = 5, /* makedev(5, 0) -- linux /dev/tty */ in console_fstat()
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 10_usagi-ipv6.patch | 1201 + if (major(from_config.st_rdev) == major(from_client.st_rdev)) 1203 if (minor(from_config.st_rdev) == major(from_client.st_rdev))
|
| /openbmc/qemu/system/ |
| H A D | physmem.c | 1275 major(st.st_rdev), minor(st.st_rdev)); in get_file_size() 1283 major(st.st_rdev), minor(st.st_rdev)); in get_file_size() 1319 major(st.st_rdev), minor(st.st_rdev)); in get_file_align()
|
| /openbmc/qemu/scsi/ |
| H A D | qemu-pr-helper.c | 240 dm->dev = st.st_rdev; in dm_dev_ioctl()
|
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 1251 major(st->st_rdev), minor(st->st_rdev), in get_sysfs_str_val() 2820 dl.d_partitions[DISKPART(st.st_rdev)].p_size; in raw_getlength() 2844 dl.d_partitions[DISKPART(st.st_rdev)].p_size; in raw_getlength()
|
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 54 *devmajor = major(st.st_rdev); in dev_major_minor() 55 *devminor = minor(st.st_rdev); in dev_major_minor()
|