Searched refs:_PATH_DEVSRAM (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/memswitch/ |
H A D | memswitch.c | 299 sramfd = open(_PATH_DEVSRAM, O_RDONLY); in alloc_current_values() 301 err(1, "Opening %s", _PATH_DEVSRAM); in alloc_current_values() 388 sramfd = open(_PATH_DEVSRAM, O_RDWR); in flush() 390 err(1, "Opening %s", _PATH_DEVSRAM); in flush() 448 err(1, "Opening %s", _PATH_DEVSRAM); in restore() 464 sramfd = open(_PATH_DEVSRAM, O_RDWR); in restore() 466 err(1, "Opening %s", _PATH_DEVSRAM); in restore()
|
H A D | memswitch.h | 36 #ifndef _PATH_DEVSRAM 37 #define _PATH_DEVSRAM "/dev/sram" macro
|