Home
last modified time | relevance | path

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

/freebsd-12.1/stand/userboot/test/
H A Dtest.c428 const char *userboot_obj = "/boot/userboot.so"; in main() local
433 userboot_obj = optarg; in main()
449 h = dlopen(userboot_obj, RTLD_LOCAL); in main()