Searched refs:ki_buf (Results 1 – 1 of 1) sorted by relevance
77 struct stat ki_buf; in _fstat32() local78 int res = ki_fstat(fd, &ki_buf); in _fstat32()79 CopyStat(&ki_buf, buf); in _fstat32()84 struct stat ki_buf; in _fstat64() local85 int res = ki_fstat(fd, &ki_buf); in _fstat64()86 CopyStat(&ki_buf, buf); in _fstat64()91 struct stat ki_buf; in _fstat32i64() local92 int res = ki_fstat(fd, &ki_buf); in _fstat32i64()93 CopyStat(&ki_buf, buf); in _fstat32i64()98 struct stat ki_buf; in _fstat64i32() local[all …]