HomeSort by: relevance | last modified time | path
    Searched defs:hfd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
commands.c 148 int hfd, matched, doindex; local in function:command_help
153 if ((hfd = open(buf, O_RDONLY)) < 0) {
180 while(help_getnext(hfd, &t, &s, &d)) {
197 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
214 close(hfd);
  /src/lib/librumphijack/
hijack.c 1056 int hfd; local in function:fd_rump2host_withdup
1059 hfd = unmapdup2(fd);
1060 if (hfd != -1) {
1061 _DIAGASSERT(hfd <= DUP2HIGH);
1062 return hfd;

Completed in 15 milliseconds