Home
last modified time | relevance | path

Searched refs:st (Results 1 – 3 of 3) sorted by relevance

/devicemodel/log/
A Ddisk_logger.c60 struct stat st; in probe_disk_log_file() local
66 if (stat(LOG_PATH_NODE, &st)) { in probe_disk_log_file()
113 fstat(disk_fd, &st); in probe_disk_log_file()
114 cur_log_size = st.st_size; in probe_disk_log_file()
/devicemodel/hw/pci/
A Divshmem.c86 struct stat st; in create_ivshmem_from_dm() local
110 if ((fstat(fd, &st) < 0) || st.st_size != size) { in create_ivshmem_from_dm()
112 size, st.st_size); in create_ivshmem_from_dm()
/devicemodel/hw/platform/
A Dioc.c1389 struct stat st; in ioc_is_platform_supported() local
1394 return stat(IOC_NP_ESIG, &st); in ioc_is_platform_supported()

Completed in 7 milliseconds