Home
last modified time | relevance | path

Searched refs:stat (Results 2701 - 2725 of 7147) sorted by relevance

1...<<101102103104105106107108109110>>...286

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c380 enum drm_gpu_sched_stat stat = DRM_GPU_SCHED_STAT_NOMINAL; in nouveau_sched_timedout_job() local
385 stat = job->ops->timeout(job); in nouveau_sched_timedout_job()
391 return stat; in nouveau_sched_timedout_job()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-owl.c171 unsigned int stat, fifostat; in owl_i2c_xfer_data() local
186 stat = readl(i2c_dev->base + OWL_I2C_REG_STAT); in owl_i2c_xfer_data()
187 if (stat & OWL_I2C_STAT_BEB) { in owl_i2c_xfer_data()
H A Di2c-lpc2k.c297 u32 stat; in i2c_lpc2k_xfer() local
300 stat = readl(i2c->base + LPC24XX_I2STAT); in i2c_lpc2k_xfer()
301 if (stat != M_I2C_IDLE) { in i2c_lpc2k_xfer()
/kernel/linux/linux-6.6/scripts/
H A Dinsert-sys-cert.c23 #include <sys/stat.h>
203 struct stat st; in map_file()
230 struct stat st; in read_file()
H A Drust_is_available_test.py13 import stat namespace
33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread_map.c9 #include <sys/stat.h>
104 struct stat st; in __thread_map__new_all_cpus()
106 if (stat(path, &st) != 0 || st.st_uid != uid) in __thread_map__new_all_cpus()
254 /* perf-stat expects threads to be generated even if tid not given */ in thread_map__new_by_tid_str()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c12 #include <sys/stat.h>
177 struct stat buf; in try_core_file()
180 ret = stat(filename, &buf); in try_core_file()
/kernel/liteos_a/fs/proc/os_adapt/
H A Dproc_vfs.c228 int VfsProcfsStat(struct Vnode *node, struct stat *buf) in VfsProcfsStat()
236 (void)memset_s(buf, sizeof(struct stat), 0, sizeof(struct stat)); in VfsProcfsStat()
/kernel/linux/linux-6.6/sound/soc/au1x/
H A Dpsc-ac97.c212 unsigned long r, ro, stat; in au1xpsc_ac97_hw_params() local
218 stat = __raw_readl(AC97_STAT(pscdata)); in au1xpsc_ac97_hw_params()
221 if (stat & (PSC_AC97STAT_TB | PSC_AC97STAT_RB)) { in au1xpsc_ac97_hw_params()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_ethtool.c68 char *stat; in qeth_add_stat_data() local
71 stat = (char *)src + stats[i].offset; in qeth_add_stat_data()
72 **dst = *(u64 *)stat; in qeth_add_stat_data()
/kernel/linux/linux-6.6/tools/iio/
H A Diio_generic_buffer.c23 #include <sys/stat.h>
351 struct stat st; in main()
615 if (stat(buf_dir_name, &st)) { in main()
616 fprintf(stderr, "Could not stat() '%s', got error %d: %s\n", in main()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c87 #include <sys/stat.h>
297 struct stat image_stat_buf = {}; in ne_load_enclave_image()
304 rc = stat(enclave_image_path, &image_stat_buf); in ne_load_enclave_image()
306 printf("Error in get image stat info [%m]\n"); in ne_load_enclave_image()
/kernel/liteos_a/testsuites/unittest/process/plimits/
H A Dprocess_plimits_test.cpp39 #include <sys/stat.h>
544 struct stat statbuf; in IsFile()
550 struct stat statbuf; in IsDir()
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py25 import stat namespace
32 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py27 import stat namespace
30 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/libs/benchmark/report/
H A Dgenerate_report.py23 import stat namespace
26 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py24 import stat namespace
27 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py21 import stat namespace
305 fd = os.open(device_log_back_fill_path, os.O_RDONLY, stat.S_IWUSR | stat.S_IRUSR)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp30 #include <sys/stat.h>
121 struct stat statbuff; in Mmap()
124 stat(ptr, &statbuff); in Mmap()
/third_party/eudev/src/libudev/
H A Dlibudev-hwdb.c51 struct stat st;
355 struct stat st; in udev_hwdb_validate()
361 if (stat("/etc/udev/hwdb.bin", &st) < 0) in udev_hwdb_validate()
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp43 #include <sys/stat.h>
375 struct stat info; in IsDirectory()
376 if (stat(path.c_str(), &info) != 0) { in IsDirectory()
/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c35 #include <sys/stat.h>
233 struct stat st; in nhlt_to_json()
239 if (stat(nhlt_file, &st)) in nhlt_to_json()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp62 #include <sys/stat.h>
500 struct stat buf; in UCharFile()
501 int32_t result = stat(fileName, &buf); in UCharFile()
/third_party/libsnd/tests/
H A Dmisc_test.c27 #include <sys/stat.h>
271 struct stat buf ; in filesystem_full_test()
280 if (stat (filename, &buf) != 0) in filesystem_full_test()
/third_party/libcoap/examples/
H A Detsi_iot_01.c22 #include <sys/stat.h>
404 struct stat statbuf; in make_large()
410 if (stat(filename, &statbuf) < 0) { in make_large()
411 coap_log_warn("cannot stat file %s\n", filename); in make_large()

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...286