Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/sys/
DMakefile2 all: wait.o stat.o
10 stat.o: stat.c
11 $(CC) $(CFLAGS) -c stat.c -o stat.o
Dstat.c15 int mstat(struct mstat_t *stat) in mstat() argument
17 return syscall_invoke(SYS_MSTAT, (uint64_t)stat, 0, 0, 0, 0, 0, 0, 0); in mstat()
/DragonOS-0.1.8/user/apps/test_fstat/
Dmain.c14 struct stat *st = (struct stat *)malloc(sizeof(struct stat)); in main()
16 printf("stat size = %d\n", sizeof(struct stat)); in main()
/DragonOS-0.1.8/kernel/src/ktest/
Dtest-mutex.c68 int stat = 1; in ktest_mutex_case1() local
69 waitpid(pid, &stat, 0); in ktest_mutex_case1()
70 assert(stat == 0); in ktest_mutex_case1()
/DragonOS-0.1.8/user/libs/libc/src/include/export/sys/
Dstat.h27 int mstat(struct mstat_t* stat);