Home
last modified time | relevance | path

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

/netbsd/usr.sbin/installboot/
H A Dinstallboot.c63 static void getubootpaths(ib_params *, const char *);
138 getubootpaths(params, DEFAULT_UBOOT_PKG_PATH); in main()
140 getubootpaths(params, p); in main()
193 getubootpaths(params, optarg); in main()
622 getubootpaths(ib_params *param, const char *paths) in getubootpaths() function