Searched refs:hac (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/xen/xen/
H A Dhypervisor.c575 union hypervisor_attach_cookie hac; local
639 memset(&hac, 0, sizeof(hac));
640 hac.hac_vcaa.vcaa_name = "vcpu";
641 hac.hac_vcaa.vcaa_caa.cpu_number = 0;
642 hac.hac_vcaa.vcaa_caa.cpu_role = CPU_ROLE_BP;
643 hac.hac_vcaa.vcaa_caa.cpu_func = NULL; /* See xen/x86/cpu.c:vcpu_attach() */
644 config_found(self, &hac.hac_vcaa, hypervisor_print,
659 memset(&hac, 0, sizeof(hac));
803 union hypervisor_attach_cookie *hac = aux; local
[all...]
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c1317 static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *hac, int b) argument
1335 int rs = decode(j, hac);

Completed in 224 milliseconds