Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/asf/
HDasf.c294 int dokld = 0; in main() local
310 dokld = 1; /* use kld(2) interface */ in main()
365 if (dokld || runprog) in main()
368 } else if (dokld) { in main()
/NextBSD/sys/boot/common/
HDmodule.c107 int dofile, dokld, ch, error; in command_load() local
109 dokld = dofile = 0; in command_load()
120 dokld = 1; in command_load()
155 if (dokld || file_havepath(argv[1])) { in command_load()