Searched defs:c_fd (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dssh-keyscan.c93 int c_fd; /* Quick lookup: c->c_fd == c - fdcon */ member in struct:Connection
416 fdcon[s].c_fd = s;
647 int s = c->c_fd;
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c126 int c_fd; member in struct:fd_cache
4265 return (fdc->c_fd);
4286 if (cp->c_fd != -1) {
4287 close(cp->c_fd);
4313 if (cp->c_fd != -1 &&
4323 if (cp->c_fd == -1) {
4356 close(oldest_slot->c_fd);
4357 oldest_slot->c_fd = -1;
4394 cp->c_fd = -1;
4404 free_slot->c_fd
[all...]

Completed in 199 milliseconds