Searched refs:st2 (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | test_patching.py | 81 st2 = f.find_match(Statement, 'statement2') 89 assert not f1.contains(st2) 90 assert not f1.contains(st2) 98 assert not f2.contains(st2) 99 assert not f2.contains(st2)
|
| /openbmc/ipmitool/lib/ |
| H A D | helper.c | 526 struct stat st1, st2; in ipmi_open_file() local 580 if (fstat(fileno(fp), &st2) < 0) { in ipmi_open_file() 587 if (st1.st_ino != st2.st_ino) { in ipmi_open_file() 589 file, st1.st_ino, st2.st_ino); in ipmi_open_file() 595 if (st1.st_uid != st2.st_uid) { in ipmi_open_file() 597 file, st1.st_uid, st2.st_uid); in ipmi_open_file() 603 if (st2.st_nlink != 1) { in ipmi_open_file() 605 file, st2.st_nlink); in ipmi_open_file()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | cpr-legacy.c | 273 struct stat st1, st2; in vfio_cpr_container_match() 275 return !fstat(fd1, &st1) && !fstat(fd2, &st2) && st1.st_dev == st2.st_dev; in vfio_cpr_container_match() 261 struct stat st1, st2; same_device() local
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 572 +static inline int stcmp(struct stat *st1, struct stat *st2, int content_scope) 575 + return st1->st_size != st2->st_size; 577 + return st1->st_mode != st2->st_mode 578 + || st1->st_uid != st2->st_uid 579 + || st1->st_gid != st2->st_gid 580 + || st1->st_size != st2->st_size 581 + || st1->st_mtime != st2->st_mtime; 653 + struct stat st, st2, st3; 733 + if (!lstat(fp2->name, &st2) && S_ISREG(st2.st_mode) && 734 + !stcmp(&st, &st2, ctl->content_only) && [all …]
|
| /openbmc/phosphor-webui/app/assets/images/ |
| H A D | DMTF_Redfish_logo_2017.svg | 1 …st2{fill:#d31245}.st5{fill:#fff}.st6{fill:#1b4298}</style><linearGradient id="SVGID_1_" gradientUn…
|
| /openbmc/qemu/hw/audio/ |
| H A D | fmopl.c | 783 uint8_t st2 = (v>>1)&1; in OPLWriteReg() local 788 if(OPL->st[1] != st2) in OPLWriteReg() 790 double interval = st2 ? (double)OPL->T[1]*OPL->TimerBase : 0.0; in OPLWriteReg() 791 OPL->st[1] = st2; in OPLWriteReg()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 18324 + st2 {v0.h - v1.h}[0], [x0], #4 18325 + st2 {v16.h - v17.h}[0], [x2], #4 18452 + st2 {v16.h, v17.h}[0], [x0], #4 18563 + st2 {v16.b, v17.b}[0], [x0], #2
|