Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/stand/lcboot/
H A Dmain.c500 if (loadfile(bootopts.b_pathname, marks, LOAD_KERNEL)) { in command_boot()
768 bootopts.b_pathname, in opt_subcmd_print()
781 bootopts.b_pathname[0] = '\0'; in opt_subcmd_read()
796 strlcpy(bootopts.b_pathname, opt, sizeof bootopts.b_pathname); in opt_subcmd_path()
H A Dextern.h60 char b_pathname[FNAME_SIZE]; member