Home
last modified time | relevance | path

Searched refs:arc_stat (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/semihost/machine/arc/
Darc_fstat.c45 struct arc_stat struct
72 struct arc_stat arc_stat; in fstat() argument
74 int ret = arc_semihost2(SYS_SEMIHOST_fstat, fd, (uintptr_t) &arc_stat); in fstat()
78 statbuf->st_dev = arc_stat.my_dev; in fstat()
79 statbuf->st_ino = arc_stat.my_ino; in fstat()
80 statbuf->st_mode = arc_stat.my_mode; in fstat()
81 statbuf->st_nlink = arc_stat.my_nlink; in fstat()
82 statbuf->st_uid = arc_stat.my_uid; in fstat()
83 statbuf->st_gid = arc_stat.my_gid; in fstat()
84 statbuf->st_rdev = arc_stat.my_rdev; in fstat()
[all …]
Darc_stat.c45 struct arc_stat struct
72 struct arc_stat arc_stat; in stat() argument
74 int ret = arc_semihost2(SYS_SEMIHOST_stat, (uintptr_t) pathname, (uintptr_t) &arc_stat); in stat()
78 statbuf->st_dev = arc_stat.my_dev; in stat()
79 statbuf->st_ino = arc_stat.my_ino; in stat()
80 statbuf->st_mode = arc_stat.my_mode; in stat()
81 statbuf->st_nlink = arc_stat.my_nlink; in stat()
82 statbuf->st_uid = arc_stat.my_uid; in stat()
83 statbuf->st_gid = arc_stat.my_gid; in stat()
84 statbuf->st_rdev = arc_stat.my_rdev; in stat()
[all …]
DCMakeLists.txt43 arc_stat.c
Dmeson.build43 'arc_stat.c',
/picolibc-latest/semihost/machine/arc64/
DCMakeLists.txt43 ../arc/arc_stat.c
Dmeson.build43 '../arc/arc_stat.c',
/picolibc-latest/
DCOPYING.picolibc855 semihost/machine/arc/arc_stat.c