Home
last modified time | relevance | path

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

/freebsd-14.2/stand/userboot/test/
H A Dtest.c452 const char *userboot_obj = "/boot/userboot.so"; in main() local
458 userboot_obj = optarg; in main()
483 h = dlopen(userboot_obj, RTLD_LOCAL); in main()