Home
last modified time | relevance | path

Searched refs:bootcfg_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dbootcfg.h39 typedef void (*bootcfg_command)(const char *cmd, char *arg); typedef
55 int perform_bootcfg(const char *, bootcfg_command, const off_t);
H A Dbootcfg.c101 perform_bootcfg(const char *conf, bootcfg_command command, const off_t maxsz) in perform_bootcfg()