OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apei_interp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
apei_interp.c
1
/* $NetBSD:
apei_interp
.c,v 1.4 2024/03/22 20:48:05 riastradh Exp $ */
107
__KERNEL_RCSID(0, "$NetBSD:
apei_interp
.c,v 1.4 2024/03/22 20:48:05 riastradh Exp $");
115
#include <dev/acpi/
apei_interp
.h>
134
* struct
apei_interp
138
struct
apei_interp
{
struct
153
struct
apei_interp
*
162
struct
apei_interp
*I;
164
I = kmem_zalloc(offsetof(struct
apei_interp
, actinst[nact]), KM_SLEEP);
178
apei_interp_destroy(struct
apei_interp
*I)
201
kmem_free(I, offsetof(struct
apei_interp
, actinst[nact]))
[
all
...]
apei_interp.c
1
/* $NetBSD:
apei_interp
.c,v 1.4 2024/03/22 20:48:05 riastradh Exp $ */
107
__KERNEL_RCSID(0, "$NetBSD:
apei_interp
.c,v 1.4 2024/03/22 20:48:05 riastradh Exp $");
115
#include <dev/acpi/
apei_interp
.h>
134
* struct
apei_interp
138
struct
apei_interp
{
struct
153
struct
apei_interp
*
162
struct
apei_interp
*I;
164
I = kmem_zalloc(offsetof(struct
apei_interp
, actinst[nact]), KM_SLEEP);
178
apei_interp_destroy(struct
apei_interp
*I)
201
kmem_free(I, offsetof(struct
apei_interp
, actinst[nact]))
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026