| /src/sys/modules/vmt/ |
| Makefile | 11 .PATH: ${S}/dev/vmt 13 KMOD= vmt 14 IOCONF= vmt.ioconf 15 SRCS= vmt.c \
|
| /src/external/bsd/unbound/dist/util/ |
| ub_event_pluggable.c | 291 my_ev->super.vmt = &default_event_vmt; 311 my_ev->super.vmt = &default_event_vmt; 333 my_ev->super.vmt = &default_event_vmt; 386 my_base->super.vmt = &default_event_base_vmt; 403 my_base->super.vmt = &default_event_base_vmt; 413 if (base->vmt == &default_event_base_vmt) 479 fptr_ok(base->vmt != &default_event_base_vmt || 480 base->vmt->free == my_event_base_free); 481 (*base->vmt->free)(base); 489 fptr_ok(base->vmt != &default_event_base_vmt | [all...] |
| /src/sys/arch/aarch64/aarch64/ |
| vmt.c | 1 /* $NetBSD: vmt.c,v 1.2 2025/05/17 19:00:56 andvar Exp $ */ 36 #include <dev/vmt/vmtreg.h> 37 #include <dev/vmt/vmtvar.h> 43 CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc), 51 /* vmt should not attach to more than a single CPU. */ 86 MODULE(MODULE_CLASS_DRIVER, vmt, "sysmon_power,sysmon_taskq");
|
| /src/sys/arch/x86/x86/ |
| vmt.c | 1 /* $NetBSD: vmt.c,v 1.22 2024/05/09 12:09:59 pho Exp $ */ 2 /* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */ 34 #include <dev/vmt/vmtreg.h> 35 #include <dev/vmt/vmtvar.h> 41 CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc), 78 MODULE(MODULE_CLASS_DRIVER, vmt, "sysmon_power,sysmon_taskq");
|
| lapic.c | 94 #include <dev/vmt/vmtreg.h> /* for vmt_hvcall() */ 95 #include <dev/vmt/vmtvar.h> /* for vmt_hvcall() */
|
| identcpu.c | 62 #include <dev/vmt/vmtreg.h> /* for vmt_hvcall() */ 63 #include <dev/vmt/vmtvar.h> /* for vmt_hvcall() */
|
| /src/external/bsd/unbound/dist/libunbound/ |
| unbound-event.h | 119 struct ub_event_base_vmt* vmt; member in struct:ub_event_base 170 struct ub_event_vmt* vmt; member in struct:ub_event
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| fixup_tdescs.c | 117 tdesc_t *str, *vmt; local 121 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) 146 ptr->t_tdesc = vmt;
|
| /src/external/mit/libuv/dist/src/unix/ |
| aix.c | 464 struct vmount *vmt; local 489 for(vmt = p, i = 0; i < rv; i++) { 490 obj = vmt2dataptr(vmt, VMT_OBJECT); /* device */ 491 stub = vmt2dataptr(vmt, VMT_STUB); /* mount point */ 497 vmt = (struct vmount *) ((char *) vmt + vmt->vmt_length);
|
| /src/sys/arch/x86/conf/ |
| files.x86 | 77 attach vmt at cpufeaturebus 78 file arch/x86/x86/vmt.c vmt
|
| /src/sys/dev/vmt/ |
| vmt_subr.c | 2 /* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */ 48 #include <dev/vmt/vmtreg.h> 49 #include <dev/vmt/vmtvar.h>
|
| /src/sys/modules/ |
| Makefile | 261 SUBDIR+= vmt
|
| /src/share/man/man4/ |
| Makefile | 76 virtio.4 vether.4 vlan.4 vmmon.4 vmnet.4 vmt.4 vmx.4 vnd.4 voodoofb.4 \
|