Home
last modified time | relevance | path

Searched refs:st_rdev (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dstat.h54 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 Dsyscall_defs.h1243 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 Dsyscall.c7669 __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 Dos-stat.c41 __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 Dchardev_open.c53 (cdev != 0 && st.st_rdev != cdev)) { in open_cdev_internal()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h227 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 D9p-marshal.h57 uint64_t st_rdev; member
H A D9p-iov-marshal.c279 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 D0002-Use-configure-test-for-struct-timespec.patch24 AC_CHECK_MEMBERS([struct stat.st_rdev])
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch106 - major(st.st_rdev), minor(st.st_rdev))
305 + major(st.st_rdev), minor(st.st_rdev))
/openbmc/qemu/net/
H A Dtap-bsd.c86 dev = devname(s.st_rdev, S_IFCHR); in tap_open()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h56 unsigned st_rdev; /* device type (if inode device) */ member
H A Dyaffsfs.c1604 buf->st_rdev = obj->yst_rdev; in yaffsfs_DoStat()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A DDrop-use-of-error-h.patch101 rc = mknod(file, mode | S_IFCHR, makedev(major(emlog_stat.st_rdev),size_of_buffer));
/openbmc/qemu/hw/9pfs/
H A D9p-local.c178 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 D9p-synth.c147 stbuf->st_rdev = 0; in synth_fill_statbuf()
H A D9p.c1288 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 Dsstatesig.py670 update_hash("%9s" % ("%d.%d" % (os.major(s.st_rdev), os.minor(s.st_rdev))))
/openbmc/qemu/semihosting/
H A Dsyscalls.c97 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 D10_usagi-ipv6.patch1201 + 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 Dphysmem.c1275 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 Dqemu-pr-helper.c240 dm->dev = st.st_rdev; in dm_dev_ioctl()
/openbmc/qemu/block/
H A Dfile-posix.c1251 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 Dcommands-linux.c54 *devmajor = major(st.st_rdev); in dev_major_minor()
55 *devminor = minor(st.st_rdev); in dev_major_minor()