HomeSort by: relevance | last modified time | path
    Searched defs:sal_systbl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/ia64/ia64/
sal.c 58 static struct sal_system_table *sal_systbl; variable in typeref:struct:sal_system_table *
96 sal_systbl = efi_get_table(&sal_table);
97 if (sal_systbl == NULL)
100 if (memcmp(sal_systbl->sal_signature, SAL_SIGNATURE, 4)) {
105 p = (u_int8_t *) (sal_systbl + 1);
106 for (i = 0; i < sal_systbl->sal_entry_count; i++) {

Completed in 12 milliseconds