OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saltab
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ia64/stand/ia64/efi/
main.c
74
struct sal_system_table *
saltab
= 0;
local
80
saltab
= efi_get_table(&sal);
81
if (
saltab
== NULL) {
86
if (memcmp(
saltab
->sal_signature, "SST_", 4)) {
91
p = (u_int8_t *) (
saltab
+ 1);
92
for (i = 0; i <
saltab
->sal_entry_count; i++) {
324
struct sal_system_table *
saltab
= 0;
local
330
saltab
= efi_get_table(&sal);
331
if (
saltab
== NULL) {
336
if (memcmp(
saltab
->sal_signature, "SST_", 4))
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026