Home
last modified time | relevance | path

Searched refs:stat (Results 726 - 750 of 6995) sorted by relevance

1...<<21222324252627282930>>...280

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.h41 struct fm10k_hw_stat *stat);
42 #define fm10k_update_hw_base_32b(stat, delta) ((stat)->base_l += (delta))
/kernel/linux/linux-6.6/fs/9p/
H A Dv9fs_vfs.h50 void v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode,
52 void v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode,
56 void v9fs_inode2stat(struct inode *inode, struct p9_wstat *stat);
/kernel/linux/linux-6.6/include/soc/fsl/
H A Ddpaa2-global.h22 u8 stat; member
36 u8 stat; member
65 * dpaa2_dq_flags() - Get the stat field of dequeue response
70 return dq->dq.stat; in dpaa2_dq_flags()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgp100.c53 u32 stat = nvkm_rd32(device, 0x104418 + base); in gp100_ce_intr_launcherr() local
55 nvkm_enum_find(gp100_ce_launcherr_report, stat & 0x0000000f); in gp100_ce_intr_launcherr()
56 nvkm_warn(subdev, "LAUNCHERR %08x [%s]\n", stat, en ? en->name : ""); in gp100_ce_intr_launcherr()
H A Dgk104.c51 u32 stat = nvkm_rd32(device, 0x104f14 + base); in gk104_ce_intr_launcherr() local
53 nvkm_enum_find(gk104_ce_launcherr_report, stat & 0x0000000f); in gk104_ce_intr_launcherr()
54 nvkm_warn(subdev, "LAUNCHERR %08x [%s]\n", stat, en ? en->name : ""); in gk104_ce_intr_launcherr()
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c18 #include <sys/stat.h>
96 struct stat temp_stat; in acpi_os_get_next_filename()
120 err = stat(temp_str, &temp_stat); in acpi_os_get_next_filename()
123 "Cannot stat file (should not happen) - %s\n", in acpi_os_get_next_filename()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c5 #include <sys/stat.h>
15 struct stat statbuf = {}; in test_link_pinning_subtest()
36 err = stat(link_pin_path, &statbuf); in test_link_pinning_subtest()
H A Dns_current_pid_tgid.c7 #include <sys/stat.h>
25 struct stat st; in test_current_pid_tgid()
34 err = stat("/proc/self/ns/pid", &st); in test_current_pid_tgid()
35 if (CHECK(err, "stat", "failed /proc/self/ns/pid: %d\n", err)) in test_current_pid_tgid()
/kernel/linux/linux-6.6/tools/testing/selftests/nsfs/
H A Dpidns.c10 #include <sys/stat.h>
46 struct stat st1, st2; in main()
65 if (stat(path, &st2)) in main()
66 return pr_err("Unable to stat %s", path); in main()
68 return pr_err("Unable to stat the parent pidns"); in main()
H A Downer.c10 #include <sys/stat.h>
29 struct stat st1, st2; in main()
68 if (stat(path, &st2)) in main()
69 return pr_err("stat"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c15 #include <sys/stat.h>
62 struct stat s; in verify_energy_info()
66 if (stat(path, &s)) { in verify_energy_info()
/kernel/liteos_a/testsuites/unittest/basic/exc/full/
H A Dit_test_fexecve_001.cpp37 #include <sys/stat.h>
49 struct stat st = {0}; in TestCase()
62 rc = stat("/bin/shell", &st); in TestCase()
64 perror("stat"); in TestCase()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_operations.h25 #include "sys/stat.h"
45 S32 OsVfsStat(const char *path, struct stat *stat);
47 S32 OsVfsFstat(S32 fd, struct stat *buf);
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfstree.c9 #include <sys/stat.h>
15 struct stat st; in read_fstree()
33 if (stat(tmpname, &st) < 0) in read_fstree()
34 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
/test/testfwk/developer_test/src/core/command/
H A Dgen.py22 import stat namespace
27 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dget_innerkits_json.py23 import stat namespace
26 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk1.cpp23 #include <sys/stat.h>
35 struct stat statbuff; in Mmap()
53 ret = stat(g_tempFile, &statbuff); in Mmap()
H A Dutimendk.cpp42 struct stat statinfo; in Utime()
53 stat(strTemp, &statinfo); in Utime()
57 stat(strTemp, &statinfo); in Utime()
/test/xts/hats/kernel/syscalls/fileio/fchown/
H A DFchownApiTest.cpp25 #include <sys/stat.h>
67 struct stat stat1; in HWTEST_F()
68 struct stat stat2; in HWTEST_F()
/third_party/curl/docs/examples/
H A Dftpupload.c29 #include <sys/stat.h>
74 struct stat file_info; in main()
82 if(stat(LOCAL_FILE, &file_info)) { in main()
/third_party/NuttX/fs/driver/
H A Dfs_blockproxy.c26 #include <sys/stat.h>
71 struct stat statbuf; in unique_chardev()
110 ret = stat(devbuf, &statbuf); in unique_chardev()
/third_party/libsnd/tests/
H A Dstdio_test.c37 #include <sys/stat.h>
130 { struct stat buf ; in file_length()
132 if (stat (filename, &buf)) in file_length()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOPosix.cpp22 #include <sys/stat.h>
29 struct stat St; in IsFile()
30 if (stat(Path.c_str(), &St)) in IsFile()
/third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/
H A Duser_tusb.c24 #include <sys/stat.h>
36 struct stat st; in tusbopen()
49 ("ERROR: Problem with Base dev directory. Error code from stat() is %d\n\n", in tusbopen()
68 rc = stat(DEVICE_NAME, &st); in tusbopen()
77 ("ERROR:Problem with tbase device node directory. Error code form stat() is %d\n\n", in tusbopen()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A Duser_tmod.c40 #include <sys/stat.h>
55 struct stat st; in tmodopen()
68 ("ERROR: Problem with Base dev directory. Error code from stat() is %d\n\n", in tmodopen()
87 rc = stat(DEVICE_NAME, &st); in tmodopen()
96 ("ERROR:Problem with tbase device node directory. Error code form stat() is %d\n\n", in tmodopen()

Completed in 7 milliseconds

1...<<21222324252627282930>>...280