Searched refs:ki_fchmod (Results 1 – 4 of 4) sorted by relevance
13 return ki_fchmod(fd, mode); in fchmod()
49 int ki_fchmod(int fd, mode_t mode);
140 return (ki_fchmod(fd, mode) < 0) ? errno : 0; in WRAP()
118 int ki_fchmod(int fd, mode_t mode) { in ki_fchmod() function