OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:biml
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
prng.c
83
struct btinfo_modulelist *
biml
;
local in function:prng_get_entropy_file
89
biml
=
91
if (
biml
== NULL) {
95
bi = (struct bi_modulelist_entry *)((uint8_t *)
biml
+ sizeof(*
biml
));
96
bimax = bi +
biml
->num;
/src/sys/arch/x86/x86/
x86_machdep.c
224
struct btinfo_modulelist *
biml
;
local in function:module_init_md
227
biml
= lookup_bootinfo(BTINFO_MODULELIST);
228
if (
biml
== NULL) {
233
bi = (struct bi_modulelist_entry *)((uint8_t *)
biml
+ sizeof(*
biml
));
234
bimax = bi +
biml
->num;
291
struct btinfo_modulelist *
biml
;
local in function:x86_rndseed
294
biml
= lookup_bootinfo(BTINFO_MODULELIST);
295
if (
biml
== NULL) {
300
bi = (struct bi_modulelist_entry *)((uint8_t *)
biml
+ sizeof(*biml))
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025