OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fastfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/shutdown/
shutdown.c
545
int
fastfd
;
local in function:doitfast
547
if ((
fastfd
= open(_PATH_FASTBOOT, O_WRONLY|O_CREAT|O_TRUNC,
549
(void)write(
fastfd
, FSMSG, sizeof(FSMSG) - 1);
550
(void)close(
fastfd
);
shutdown.c
545
int
fastfd
;
local in function:doitfast
547
if ((
fastfd
= open(_PATH_FASTBOOT, O_WRONLY|O_CREAT|O_TRUNC,
549
(void)write(
fastfd
, FSMSG, sizeof(FSMSG) - 1);
550
(void)close(
fastfd
);
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025