Searched refs:ki_stat (Results 1 – 6 of 6) sorted by relevance
177 int res = ki_stat(path, &ki_buf); in _stat32()184 int res = ki_stat(path, &ki_buf); in _stat64()191 int res = ki_stat(path, &ki_buf); in _stat64i32()198 int res = ki_stat(path, &ki_buf); in _stat32i64()
50 int ki_stat(const char* path, struct stat* buf);
177 return (ki_stat(pathname, buf) < 0) ? errno : 0; in WRAP()
123 int ki_stat(const char *path, struct stat *buf) { in ki_stat() function
270 int res = ki_stat(pathname, &buf); in WRAP()
71 if ((kinfo.ki_pid > 0) && (kinfo.ki_stat == SZOMB)) in CheckForNextProcess()