OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kbv
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
195
struct nlist
kbv
[] = {
local in function:oscheck
212
if (kvm_nlist(kd_kern,
kbv
) == -1)
214
if (
kbv
[0].n_value == 0)
215
errx(EXIT_FAILURE, "%s not in namelist",
kbv
[0].n_name);
216
if (kvm_read(kd_kern,
kbv
[0].n_value, &kvers, sizeof(kvers)) == -1)
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025