OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sramfd
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/memswitch/
memswitch.c
292
int
sramfd
= 0;
local
299
sramfd
= open(_PATH_DEVSRAM, O_RDONLY);
300
if (
sramfd
< 0)
306
if (ioctl(
sramfd
, SIOGSRAM, &buffer) < 0)
311
close(
sramfd
);
366
int
sramfd
= 0;
local
387
if (
sramfd
== 0) {
388
sramfd
= open(_PATH_DEVSRAM, O_RDWR);
389
if (
sramfd
< 0)
394
if (ioctl(
sramfd
, SIOPSRAM, &buffer) < 0
443
int
sramfd
, fd, i;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026