| /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/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/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/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/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...] |
| D | opengrok2.0.log | [all...] |