OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sal
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/ia64/include/
Makefile
13
ptrace.h reg.h
sal
.h rwlock.h setjmp.h signal.h smp.h ssc.h types.h \
/src/sys/arch/ia64/pci/
pci_machdep.c
31
#include <machine/
sal
.h>
/src/sys/arch/ia64/stand/ia64/ski/
sal_stub.c
34
#include <machine/
sal
.h>
109
puts("
SAL
: unimplemented function called\n");
/src/sys/arch/ia64/ia64/
machdep.c
104
#include <machine/
sal
.h>
358
struct ia64_sal_result
sal
;
local
361
sal
= ia64_sal_entry(SAL_FREQ_BASE, 0, 0, 0, 0, 0, 0, 0);
363
if (
sal
.sal_status == 0 && pal.pal_status == 0) {
366
sal
.sal_result[0]);
377
sal
.sal_result[0] * (pal.pal_result[0] >> 32)
380
sal
.sal_result[0] * (pal.pal_result[1] >> 32)
383
sal
.sal_result[0] * (pal.pal_result[2] >> 32)
efi.c
37
#include <machine/
sal
.h>
53
* Collect the entry points for PAL and
SAL
. Be extra careful about NULL
sal.c
1
/* $NetBSD:
sal
.c,v 1.4 2023/12/20 15:00:08 thorpej Exp $ */
41
#include <machine/
sal
.h>
101
printf("Bad signature for
SAL
System Table\n");
118
printf("
SAL
Proc at 0x%lx, GP at 0x%lx\n",
132
printf("
SAL
: unsupported AP wake-up mechanism "
138
printf("
SAL
: invalid AP wake-up vector "
144
*
SAL
documents that the wake-up vector should be
156
printf("
SAL
: AP wake-up vector too low "
162
printf("
SAL
: AP wake-up vector: 0x%lx\n",
/src/sys/arch/ia64/stand/ia64/efi/
main.c
35
#include <machine/
sal
.h>
67
EFI_GUID
sal
= SAL_SYSTEM_TABLE_GUID;
variable
80
saltab = efi_get_table(&
sal
);
82
printf("Can't find
SAL
System Table\n");
87
printf("Bad signature for
SAL
System Table\n");
306
else if (!memcmp(guid, &
sal
, sizeof(EFI_GUID)))
307
printf("
SAL
System Table");
318
COMMAND_SET(
sal
, "
sal
", "print
SAL
System Table", command_sal)
[
all
...]
/src/sys/netipsec/
key.c
8219
const int
sal
= offsetof(struct sockaddr, sa_len) + sizeof(sa->sa_len);
local
8260
if (len < baselen +
sal
)
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026