/src/sys/lib/libsa/ |
bootp.c | 96 char vci[64]; local in function:bootp_addvend 109 snprintf(vci, sizeof(vci), "NetBSD:%s:libsa", MACHINE); 110 vcilen = strlen(vci); 113 (void)memcpy(area, vci, vcilen);
|
/src/sys/arch/xen/x86/ |
hypervisor_machdep.c | 192 volatile struct vcpu_info *vci; local in function:stipending 199 vci = ci->ci_vcpu; 220 while (vci->evtchn_upcall_pending) { 223 vci->evtchn_upcall_pending = 0; 225 evt_iterate_bits(&vci->evtchn_pending_sel, 280 volatile struct vcpu_info *vci; local in function:do_hypervisor_callback 284 vci = ci->ci_vcpu; 301 while (vci->evtchn_upcall_pending) { 302 vci->evtchn_upcall_pending = 0; 304 evt_iterate_bits(&vci->evtchn_pending_sel [all...] |
cpu.c | 826 volatile struct vcpu_info *vci; local in function:xen_init_amd64_vcpuctxt 849 vci = ci->ci_vcpu; 850 vci->evtchn_upcall_mask = 1; 920 volatile struct vcpu_info *vci; local in function:xen_init_i386_vcpuctxt 946 vci = ci->ci_vcpu; 947 vci->evtchn_upcall_mask = 1;
|
/src/sys/nfs/ |
nfs_bootdhcp.c | 457 char vci[64]; local in function:bootp_addvend 471 snprintf(vci, sizeof(vci), "%s:%s:kernel:%s", ostype, MACHINE, 473 vcilen = strlen(vci); 476 (void)memcpy(area, vci, vcilen);
|