OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hac
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
hypervisor.c
581
union hypervisor_attach_cookie
hac
;
local
645
memset(&
hac
, 0, sizeof(
hac
));
646
hac
.hac_vcaa.vcaa_name = "vcpu";
647
hac
.hac_vcaa.vcaa_caa.cpu_number = 0;
648
hac
.hac_vcaa.vcaa_caa.cpu_role = CPU_ROLE_BP;
649
hac
.hac_vcaa.vcaa_caa.cpu_func = NULL; /* See xen/x86/cpu.c:vcpu_attach() */
650
config_found(self, &
hac
.hac_vcaa, hypervisor_print,
665
memset(&
hac
, 0, sizeof(
hac
));
808
union hypervisor_attach_cookie *
hac
= aux;
local
[
all
...]
/src/sys/dev/stbi/
stb_image.c
1317
static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *
hac
, int b)
1335
int rs = decode(j,
hac
);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026