OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025