/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_common.h | 41 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 D | v9fs_vfs.h | 50 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 D | dpaa2-global.h | 22 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 D | gp100.c | 53 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 D | gk104.c | 51 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 D | osunixdir.c | 18 #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 D | link_pinning.c | 5 #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 D | ns_current_pid_tgid.c | 7 #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 D | pidns.c | 10 #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 D | owner.c | 10 #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 D | attr_test.c | 15 #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 D | it_test_fexecve_001.cpp | 37 #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 D | vfs_operations.h | 25 #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 D | fstree.c | 9 #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 D | gen.py | 22 import stat namespace 27 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 23 import stat namespace 26 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk1.cpp | 23 #include <sys/stat.h>
35 struct stat statbuff;
in Mmap() 53 ret = stat(g_tempFile, &statbuff);
in Mmap()
|
H A D | utimendk.cpp | 42 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 D | FchownApiTest.cpp | 25 #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 D | ftpupload.c | 29 #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 D | fs_blockproxy.c | 26 #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 D | stdio_test.c | 37 #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 D | FuzzerIOPosix.cpp | 22 #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 D | user_tusb.c | 24 #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 D | user_tmod.c | 40 #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()
|