| /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 | 4 Subject: [PATCH] check for mips targets for stat.st_dev definitions 6 st_dev has wrong type in glibc when using mips/O32 ABI 19 296 | device: stat.st_dev, 39 device: stat.st_dev, 41 + device: stat.st_dev as u64,
|
| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 48 dev_t st_dev; /* file system id */ member 74 unsigned short st_dev; member 101 dev_t st_dev; member 132 unsigned long st_dev; member
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall_defs.h | 1236 abi_ushort st_dev; member 1263 abi_ushort st_dev; member 1299 abi_ullong st_dev; member 1331 abi_uint st_dev; member 1350 abi_ushort st_dev; member 1385 abi_ushort st_dev; member 1407 abi_ushort st_dev; member 1445 abi_ulong st_dev; member 1476 abi_ullong st_dev; member 1503 abi_ulong st_dev; member [all …]
|
| H A D | syscall.c | 7660 __put_user(host_st->st_dev, &target_st->st_dev); in host_to_target_stat64() 7694 __put_user(host_st->st_dev, &target_st->st_dev); in host_to_target_stat64() 11027 __put_user(st.st_dev, &target_st->st_dev); in _syscall2() 11949 __put_user(major(st.st_dev), &target_stx->stx_dev_major); in _syscall2() 11950 __put_user(minor(st.st_dev), &target_stx->stx_dev_minor); in _syscall2()
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-stat.c | 35 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd11_stat() 70 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd_stat() 114 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd11_nstat()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | gen-lockedsig-cache | 111 if (os.stat(src).st_dev == os.stat(destdir).st_dev):
|
| H A D | oe-publish-sdk | 74 if (os.stat(target_sdk).st_dev == os.stat(destination).st_dev):
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-links.patch | 33 if (lp->inum == statp->st_ino && lp->devnum == statp->st_dev) { 37 lp->devnum = statp->st_dev;
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 221 uint32_t st_dev; /* inode's device */ member 255 uint64_t st_dev; /* inode's device */ member 291 uint32_t st_dev; /* inode's device */ member
|
| /openbmc/qemu/hw/vfio/ |
| H A D | cpr-legacy.c | 263 return !fstat(fd1, &st1) && !fstat(fd2, &st2) && st1.st_dev == st2.st_dev; in same_device()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | monitordisk.py | 39 parentDev = os.stat(path).st_dev 50 parentDev= os.stat(path).st_dev
|
| /openbmc/qemu/qga/ |
| H A D | commands-bsd.c | 61 mount->dev = statbuf.st_dev; in build_fs_mount_list()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyruvate_1.2.1.bb | 21 SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchd…
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | license.bbclass | 92 …canlink = os.access(src, os.W_OK) and (os.stat(src).st_dev == os.stat(destdir).st_dev) and beginli… 98 # Copy license files if hardlink is not possible even if st_dev is the
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
| H A D | 0011-libtar-fix-programming-mistakes-detected-by-static-a.patch | 30 td->td_dev = s.st_dev;
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 50 int st_dev; /* device */ member
|
| H A D | yaffsfs.c | 1590 buf->st_dev = (int)obj->my_dev->os_context; in yaffsfs_DoStat()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 660 + if (st.st_dev != ctl->dev && !ctl->force) { 665 + ctl->dev = st.st_dev; 726 + if (fp2->ino == st.st_ino && fp2->dev == st.st_dev) { 736 + st2.st_dev == st.st_dev) { 840 + fp2->dev = st.st_dev;
|
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 111 if (st.st_dev != ctl->dev && !ctl->force) { 117 ctl->dev = st.st_dev;
|
| /openbmc/qemu/semihosting/ |
| H A D | syscalls.c | 81 if (s->st_dev != (uint32_t)s->st_dev || in copy_stat_to_user() 91 p->gdb_st_dev = cpu_to_be32(s->st_dev); in copy_stat_to_user()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-9p-test.c | 665 g_assert(st_link.st_dev == st_real.st_dev); in fs_hardlink_file()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 873 .dev = stbuf->st_dev, in qid_path_fullmap() 949 const int ino_hash_bits = qid_inode_prefix_hash_bits(pdu, stbuf->st_dev); in qid_path_suffixmap() 951 .dev = stbuf->st_dev, in qid_path_suffixmap() 996 if (pdu->s->dev_id != stbuf->st_dev) { in stat_to_qid() 1811 return a->st_dev == b->st_dev && a->st_ino == b->st_ino; in same_stat_id() 4348 s->dev_id = stat.st_dev; in v9fs_device_realize_common()
|
| H A D | 9p-synth.c | 141 stbuf->st_dev = 0; in synth_fill_statbuf()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 1107 file_reference = "%d_%d" % (s.st_dev, s.st_ino) 1122 file_reference = "%d_%d" % (s.st_dev, s.st_ino)
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |