Home
last modified time | relevance | path

Searched refs:stat (Results 4001 - 4025 of 7147) sorted by relevance

1...<<161162163164165166167168169170>>...286

/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h321 #include <sys/stat.h>
397 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2025 typedef struct stat StatStruct;
2029 // stat function not implemented on ESP8266
2037 typedef struct stat StatStruct;
2040 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/third_party/mesa3d/src/util/
H A Dxmlconfig.c44 #include <sys/stat.h>
1006 struct stat st; in scandir_filter()
1013 * The full filepath isn't available here to stat the file in scandir_filter()
1048 * This can be accomplished with stat on the full filepath in parseConfigDir()
1051 struct stat st; in parseConfigDir()
1052 if (stat(filename, &st) != 0 || in parseConfigDir()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c28 # include <sys/stat.h>
30 # define stat _stat macro
765 struct stat st; in STACK_OF()
768 /* Cannot use stat so just skip current and parent directories */ in STACK_OF()
783 if (!stat(buf, &st) && S_ISDIR(st.st_mode)) in STACK_OF()
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c18 #include <sys/stat.h>
45 # define stat _stat macro
952 struct stat st; in file_open_ex()
1015 if (stat(path_data[i].path, &st) < 0) { in file_open_ex()
1017 "calling stat(%s)", in file_open_ex()
/third_party/openssl/engines/
H A De_loader_attic.c18 #include <sys/stat.h>
45 # define stat _stat macro
952 struct stat st; in file_open_ex()
1015 if (stat(path_data[i].path, &st) < 0) { in file_open_ex()
1017 "calling stat(%s)", in file_open_ex()
/third_party/openssl/ssl/
H A Dssl_cert.c28 # include <sys/stat.h>
30 # define stat _stat macro
765 struct stat st; in STACK_OF()
768 /* Cannot use stat so just skip current and parent directories */ in STACK_OF()
783 if (!stat(buf, &st) && S_ISDIR(st.st_mode)) in STACK_OF()
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py632 stat = stats[0]
633 self.assertEqual(str(stat),
639 stat = stats[0]
640 self.assertEqual(str(stat),
/kernel/linux/linux-5.10/drivers/block/
H A Dloop.c57 #include <linux/stat.h>
1433 struct kstat stat; in loop_get_status() local
1463 ret = vfs_getattr(&path, &stat, STATX_INO, AT_STATX_SYNC_AS_STAT); in loop_get_status()
1465 info->lo_device = huge_encode_dev(stat.dev); in loop_get_status()
1466 info->lo_inode = stat.ino; in loop_get_status()
1467 info->lo_rdevice = huge_encode_dev(stat.rdev); in loop_get_status()
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dimx-pxp.c998 u32 stat; in pxp_irq_handler() local
1000 stat = readl(dev->mmio + HW_PXP_STAT); in pxp_irq_handler()
1002 if (stat & BM_PXP_STAT_IRQ0) { in pxp_irq_handler()
1004 if (stat & ~(BM_PXP_STAT_BLOCKX | BM_PXP_STAT_BLOCKY | in pxp_irq_handler()
1006 dprintk(dev, "%s: stat = 0x%08x\n", __func__, stat); in pxp_irq_handler()
1013 dprintk(dev, "%s: stat = 0x%08x\n", __func__, stat); in pxp_irq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/
H A Dslicoss.c83 struct slic_stat_desc *stat; in slic_next_compl_idx() local
87 stat = &descs[stq->done_idx]; in slic_next_compl_idx()
89 if (!stat->status) in slic_next_compl_idx()
92 idx = (le32_to_cpu(stat->hnd) & 0xffff) - 1; in slic_next_compl_idx()
94 stat->hnd = 0; in slic_next_compl_idx()
95 stat->status = 0; in slic_next_compl_idx()
/kernel/linux/linux-5.10/fs/nfs/
H A Dinode.c24 #include <linux/stat.h>
480 * such as stat(2) */ in nfs_fhget()
806 int nfs_getattr(const struct path *path, struct kstat *stat, in nfs_getattr() argument
871 stat->result_mask &= request_mask; in nfs_getattr()
873 generic_fillattr(inode, stat); in nfs_getattr()
874 stat->ino = nfs_compat_user_ino64(NFS_FILEID(inode)); in nfs_getattr()
876 stat->blksize = NFS_SERVER(inode)->dtsize; in nfs_getattr()
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H A Dslicoss.c83 struct slic_stat_desc *stat; in slic_next_compl_idx() local
87 stat = &descs[stq->done_idx]; in slic_next_compl_idx()
89 if (!stat->status) in slic_next_compl_idx()
92 idx = (le32_to_cpu(stat->hnd) & 0xffff) - 1; in slic_next_compl_idx()
94 stat->hnd = 0; in slic_next_compl_idx()
95 stat->status = 0; in slic_next_compl_idx()
/kernel/linux/linux-6.6/drivers/block/
H A Dloop.c11 #include <linux/stat.h>
1329 struct kstat stat; in loop_get_status() local
1351 ret = vfs_getattr(&path, &stat, STATX_INO, AT_STATX_SYNC_AS_STAT); in loop_get_status()
1353 info->lo_device = huge_encode_dev(stat.dev); in loop_get_status()
1354 info->lo_inode = stat.ino; in loop_get_status()
1355 info->lo_rdevice = huge_encode_dev(stat.rdev); in loop_get_status()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H A Dimx-pxp.c1103 u32 stat; in pxp_irq_handler() local
1105 stat = pxp_read(dev, HW_PXP_STAT); in pxp_irq_handler()
1107 if (stat & BM_PXP_STAT_IRQ0) { in pxp_irq_handler()
1109 if (stat & ~(BM_PXP_STAT_BLOCKX | BM_PXP_STAT_BLOCKY | in pxp_irq_handler()
1111 dprintk(dev, "%s: stat = 0x%08x\n", __func__, stat); in pxp_irq_handler()
1118 dprintk(dev, "%s: stat = 0x%08x\n", __func__, stat); in pxp_irq_handler()
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c127 int tmpfs_stat(struct Vnode *vp, struct stat *st);
140 struct stat *buf);
2416 struct stat *buf) in tmpfs_stat_common()
2422 (VOID)memset_s(buf, sizeof(struct stat), 0, sizeof(struct stat)); in tmpfs_stat_common()
2473 int tmpfs_stat(struct Vnode *vp, struct stat *st) in tmpfs_stat()
2504 /* We found it... Return information about the file object in the stat in tmpfs_stat()
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c77 #include <sys/stat.h>
201 #define MODE_FIFO S_IFIFO /* defined in stat.h 0010000 */
383 struct stat statbuf; in main()
484 if (stat(auto_dir, &statbuf) == -1) { in main()
1958 struct stat stbuf; in growfile()
1962 * Do a stat on the open file. in growfile()
2522 * we do the stat until after the read. in check_write()
2604 struct stat stbuf; in check_write()
2729 * the stat and until after the last read to prevent in check_file()
2928 struct stat s in file_size()
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c75 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat()
102 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr()
237 char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf, in fuse_add_dirent()
258 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry()
378 int fuse_reply_attr(fuse_req_t req, const struct stat *attr, in fuse_reply_attr()
528 struct stat stbuf; in do_setattr()
/third_party/mksh/
H A Dmisc.c1708 struct stat sb; in do_realpath()
1896 if (stat(Xstring(xs, xp), &sb)) { in do_realpath()
2363 struct stat sb; in chvt()
2365 if (stat(dv, &sb)) { in chvt()
2368 if (stat(dv, &sb)) { in chvt()
2371 if (stat(dv, &sb)) { in chvt()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs67 pub type stat64 = ::stat;
226 // stat.h
227 pub struct stat { structure names
1183 pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; in stat() functions
1355 // stat.h
1356 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat()
1358 // stat.h
1359 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat()
1694 // stat
[all...]
/applications/standard/contacts_data/test/unittest/src/
H A Dbase_test.cpp21 #include <sys/stat.h>
/kernel/linux/linux-5.10/arch/x86/tools/
H A Dinsn_sanity.c15 #include <sys/stat.h>
/kernel/linux/linux-5.10/drivers/base/
H A Dsoc.c10 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c13 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dspitz_pm.c9 #include <linux/stat.h>
/kernel/linux/linux-5.10/drivers/char/
H A Dmisc.c47 #include <linux/stat.h>

Completed in 69 milliseconds

1...<<161162163164165166167168169170>>...286