Home
last modified time | relevance | path

Searched refs:vmt_attach (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dvmt.c38 static void vmt_attach(device_t, device_t, void *);
42 vmt_match, vmt_attach, vmt_detach, NULL);
59 vmt_attach(device_t parent, device_t self, void *aux) in vmt_attach() function