Home
last modified time | relevance | path

Searched refs:stat (Results 1401 – 1425 of 1972) sorted by relevance

1...<<51525354555657585960>>...79

/openbmc/qemu/hw/9pfs/
H A Dtrace-events11 …int32_t mode, int32_t atime, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d atime %d m…
35 …2_t fid, int32_t mode, int32_t atime, int32_t mtime) "tag %u id %u fid %d stat={mode %d atime %d m…
/openbmc/linux/tools/perf/util/
H A Dconfig.c544 struct stat st; in home_perfconfig()
563 if (stat(config, &st) < 0) in home_perfconfig()
/openbmc/linux/drivers/net/phy/
H A Dsmsc.c518 struct smsc_hw_stat stat = smsc_hw_stats[i]; in smsc_get_stat() local
522 val = phy_read(phydev, stat.reg); in smsc_get_stat()
/openbmc/linux/include/linux/
H A Dfscrypt.h385 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
754 struct kstat *stat) in fscrypt_symlink_getattr() argument
/openbmc/linux/tools/firmware/
H A Dihex2fw.c75 struct stat st; in main()
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.c134 struct stat logstat; in prepare_logging()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun9i.h42 u32 stat; /* 0x04 operating mode status register */ member
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Add-correct-system-headers-and-prototypes-.patch35 +#include <sys/stat.h>
/openbmc/linux/fs/
H A DMakefile11 char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
/openbmc/linux/arch/x86/kvm/
H A Dmmu.h292 atomic64_add(count, &kvm->stat.pages[level - 1]); in kvm_update_page_stats()
/openbmc/qemu/linux-user/
H A Dlinuxload.c38 struct stat st; in prepare_binprm()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c2853 enum rdwr_status stat; in mwifiex_pcie_fw_dump() local
2874 stat = mwifiex_pcie_rdwr_firmware(adapter, doneflag); in mwifiex_pcie_fw_dump()
2875 if (stat == RDWR_STATUS_FAILURE) in mwifiex_pcie_fw_dump()
2893 stat = mwifiex_pcie_rdwr_firmware(adapter, doneflag); in mwifiex_pcie_fw_dump()
2894 if (stat == RDWR_STATUS_FAILURE) in mwifiex_pcie_fw_dump()
2935 stat = mwifiex_pcie_rdwr_firmware(adapter, doneflag); in mwifiex_pcie_fw_dump()
2936 if (RDWR_STATUS_FAILURE == stat) in mwifiex_pcie_fw_dump()
2962 if (stat != RDWR_STATUS_DONE) in mwifiex_pcie_fw_dump()
/openbmc/linux/mm/damon/
H A Dsysfs-schemes.c1710 sysfs_stats->nr_tried = scheme->stat.nr_tried; in damon_sysfs_schemes_update_stats()
1711 sysfs_stats->sz_tried = scheme->stat.sz_tried; in damon_sysfs_schemes_update_stats()
1712 sysfs_stats->nr_applied = scheme->stat.nr_applied; in damon_sysfs_schemes_update_stats()
1713 sysfs_stats->sz_applied = scheme->stat.sz_applied; in damon_sysfs_schemes_update_stats()
1714 sysfs_stats->qt_exceeds = scheme->stat.qt_exceeds; in damon_sysfs_schemes_update_stats()
/openbmc/linux/drivers/rtc/
H A Drtc-ds1307.c1158 int stat, ret; in ds1307_irq() local
1161 ret = regmap_read(ds1307->regmap, DS1337_REG_STATUS, &stat); in ds1307_irq()
1165 if (stat & DS1337_BIT_A1I) { in ds1307_irq()
1166 stat &= ~DS1337_BIT_A1I; in ds1307_irq()
1167 regmap_write(ds1307->regmap, DS1337_REG_STATUS, stat); in ds1307_irq()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c302 u32 stat, en; in dwxgmac2_host_irq_status() local
306 stat = readl(ioaddr + XGMAC_INT_STATUS); in dwxgmac2_host_irq_status()
308 stat &= en; in dwxgmac2_host_irq_status()
310 if (stat & XGMAC_PMTIS) { in dwxgmac2_host_irq_status()
315 if (stat & XGMAC_LPIIS) { in dwxgmac2_host_irq_status()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpch_udc.c907 u32 stat) in pch_udc_clear_ep_status() argument
909 return pch_udc_ep_writel(ep, stat, UDC_EPSTS_ADDR); in pch_udc_clear_ep_status()
2312 u32 stat; in pch_udc_svc_control_out() local
2317 stat = ep->epsts; in pch_udc_svc_control_out()
2321 if (((stat & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) == in pch_udc_svc_control_out()
2368 } else if ((((stat & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) == in pch_udc_svc_control_out()
2373 ep->epsts = stat; in pch_udc_svc_control_out()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c39 int *stat) /* success/failure */ in xfs_inobt_lookup() argument
46 return xfs_btree_lookup(cur, dir, stat); in xfs_inobt_lookup()
155 int *stat) in xfs_inobt_get_rec() argument
162 error = xfs_btree_get_rec(cur, &rec, stat); in xfs_inobt_get_rec()
163 if (error || *stat == 0) in xfs_inobt_get_rec()
184 int *stat) in xfs_inobt_insert_rec() argument
190 return xfs_btree_insert(cur, stat); in xfs_inobt_insert_rec()
/openbmc/linux/tools/perf/Documentation/
H A Dsecurity.txt136 # perf stat
193 # perf stat
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst15 in the same format as `/sys/block/*/stat` or `/proc/diskstats` (see:
152 `/sys/block/*/stat or /proc/diskstats`.
/openbmc/ipmitool/src/
H A Dipmievd.c688 struct stat st1; in ipmievd_cleanup()
755 struct stat st1; in ipmievd_main()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch135 - warn(_("cannot stat %s"), name);
136 + warn(("cannot stat %s"), name);
/openbmc/linux/Documentation/mm/
H A Dzsmalloc.rst34 stat chapter
38 ``/sys/kernel/debug/zsmalloc/<user name>``. Here is a sample of stat output::
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Db43.h821 #define b43_set_status(wldev, stat) do { \ argument
822 atomic_set(&(wldev)->__init_status, (stat)); \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-live.bbclass123 rootfs_img_size=`stat -c '%s' ${ISODIR}/rootfs.img`
232 rootfs_img_size=`stat -c '%s' ${HDDDIR}/rootfs.img`
/openbmc/linux/fs/tracefs/
H A Dinode.c223 const struct path *path, struct kstat *stat, in tracefs_getattr() argument
229 generic_fillattr(idmap, request_mask, inode, stat); in tracefs_getattr()

1...<<51525354555657585960>>...79