/openbmc/linux/tools/testing/selftests/proc/ |
H A D | fd-002-posix-eq.c | 28 struct stat st0, st1, st2; in main() local 47 rv = fstat(fd2, &st2); in main() 53 assert(st0.st_dev == st2.st_dev); in main() 54 assert(st0.st_ino == st2.st_ino); in main()
|
/openbmc/linux/tools/testing/selftests/tty/ |
H A D | tty_tstamp_update.c | 49 struct stat st1, st2; in main() local 74 r = stat(tty, &st2); in main() 79 if (st1.st_atim.tv_sec == st2.st_atim.tv_sec && in main() 80 st1.st_mtim.tv_sec == st2.st_mtim.tv_sec) { in main()
|
/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/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv50.c | 143 u8 st0, st1, st2, st3; in nv50_fb_intr() local 163 st2 = (trap[0] & 0x00000f00) >> 8; in nv50_fb_intr() 168 st2 = (trap[0] & 0x00ff0000) >> 16; in nv50_fb_intr() 175 cl = nvkm_enum_find(vm_client, st2); in nv50_fb_intr() 189 st2, cl ? cl->name : "", st3, sc ? sc->name : "", in nv50_fb_intr()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | memset.S | 112 (p_y) st2 [ptr2] = value,-1 // 308 (p_yy) st2 [ptr1] = value,2 339 (p_yy) st2 [ptr1] = value, 4 // fill 2 (aligned) bytes 340 (p_yy) st2 [ptr2] = value, 4 // fill 2 (aligned) bytes [11, 10 (o less) left] 348 (p_y) st2 [ptr1] = value, 4 // fill 2 (aligned) bytes 349 (p_y) st2 [ptr2] = value, 4 // fill 2 (aligned) bytes [7, 6 (or less) left] 353 (p_yy) st2 [ptr1] = value, 4 // fill 2 (aligned) bytes 354 (p_yy) st2 [ptr2] = value, 4 // fill 2 (aligned) bytes [3, 2 (or less) left] 360 (p_scr) st2 [ptr1] = value // fill 2 (aligned) bytes
|
H A D | clear_user.S | 110 EX( .Lexit3, (p6) st2 [buf]=r0,2 ) // 2-byte aligned 177 EX( .Lexit2, (p6) st2 [buf]=r0,2 ) // at least 2 bytes
|
H A D | memcpy.S | 212 (p4) st2 [dst]=t0,2 266 (p4) st2 [dst]=t0,2
|
H A D | copy_user.S | 356 EX(.failure_out,(p7) st2 [dst1]=val1[1],2) 408 EX(.failure_out, (p8) st2 [dst1]=val2[0],2)
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 46 struct stat st1, st2; in main() local 65 if (stat(path, &st2)) in main() 69 if (st1.st_ino != st2.st_ino) in main()
|
H A D | owner.c | 29 struct stat st1, st2; in main() local 68 if (stat(path, &st2)) in main() 71 if (st1.st_ino != st2.st_ino) in main()
|
/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/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | kernel-doc.rst | 213 * @bar.st2: struct st2 inside @bar 216 * @bar.st2.memb1: first member of struct st2 on union bar 217 * @bar.st2.memb2: second member of struct st2 on union bar 239 } st2;
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 40 struct stat st1, st2; in init_namespaces() local 56 if (fstat(child_ns, &st2)) in init_namespaces() 59 if (st1.st_ino == st2.st_ino) in init_namespaces()
|
H A D | timens.c | 61 struct stat st1, st2; in init_namespaces() local 79 if (fstat(child_ns, &st2)) in init_namespaces() 82 if (st1.st_ino == st2.st_ino) in init_namespaces()
|
/openbmc/linux/drivers/md/ |
H A D | dm-ps-service-time.c | 218 size_t sz1, sz2, st1, st2; in st_compare_load() local 267 st2 = sz2 * pi1->relative_throughput; in st_compare_load() 268 if (st1 != st2) in st_compare_load() 269 return st1 - st2; in st_compare_load()
|
/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/linux/drivers/net/fddi/skfp/ |
H A D | smtdef.c | 279 int st2 ; in smt_set_mac_opvalues() local 287 st |= (st2 = set_min_max(0,smc->mib.m[MAC0].fddiMACT_ReqMIB, in smt_set_mac_opvalues() 290 if (st2) { in smt_set_mac_opvalues()
|
/openbmc/linux/drivers/hwmon/ |
H A D | lm90.c | 1054 int st, st2; in lm90_report_alarms() local 1064 st2 = new_alarms >> 8; in lm90_report_alarms() 1067 (st2 & MAX6696_STATUS2_LOT2)) in lm90_report_alarms() 1070 (st2 & MAX6696_STATUS2_ROT2)) in lm90_report_alarms() 1074 if (st2 & (MAX6696_STATUS2_R2LOW | MAX6696_STATUS2_R2HIGH | in lm90_report_alarms() 1077 if (st2 & MAX6696_STATUS2_R2OPEN) in lm90_report_alarms() 1081 st2 |= cleared_alarms >> 8; in lm90_report_alarms() 1087 if (st2 & MAX6696_STATUS2_R2LOW) in lm90_report_alarms() 1094 if (st2 & MAX6696_STATUS2_R2HIGH) in lm90_report_alarms() 1101 if (st2 & MAX6696_STATUS2_R2THRM) in lm90_report_alarms() [all …]
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | kernel-doc.rst | 244 * @bar.st2: struct st2 inside @bar 247 * @bar.st2.memb1: first member of struct st2 on union bar 248 * @bar.st2.memb2: second member of struct st2 on union bar 270 } st2;
|
/openbmc/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | kernel-doc.rst | 272 * @bar.st2: struct st2 inside @bar 275 * @bar.st2.memb1: first member of struct st2 on union bar 276 * @bar.st2.memb2: second member of struct st2 on union bar 298 } st2;
|
/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/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 1270 u8 st2 = saa_readb(SAA7134_STATUS_VIDEO2); in saa7134_read_std() local 1272 if (!(st2 & 0x1)) /* RDCAP == 0 */ in saa7134_read_std() 1806 u32 st1,st2; in saa7134_irq_video_signalchange() local 1809 st2 = saa_readb(SAA7134_STATUS_VIDEO2); in saa7134_irq_video_signalchange() 1812 (st2 & 0x40) ? "no" : "yes", in saa7134_irq_video_signalchange() 1814 dev->nosignal = (st1 & 0x40) || (st2 & 0x40) || !(st2 & 0x1); in saa7134_irq_video_signalchange() 1826 if ((st2 & 0x80) && !noninterlaced && !dev->nosignal) in saa7134_irq_video_signalchange()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 46 struct stat st1, st2; in is_same() local 61 ret = fstat(fd2, &st2); in is_same() 65 if (st1.st_size != st2.st_size) in is_same() 72 map2 = mmap(NULL, st2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0); in is_same()
|
/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/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv10.c | 816 u32 st2, st2_dl, st2_dh, fifo_ptr, fifo[0x60/4]; in nv10_gr_load_dma_vtxbuf() local 844 st2 = nvkm_rd32(device, NV10_PGRAPH_FFINTFC_ST2); in nv10_gr_load_dma_vtxbuf() 872 nvkm_wr32(device, NV10_PGRAPH_FFINTFC_ST2, st2); in nv10_gr_load_dma_vtxbuf()
|