HomeSort by: relevance | last modified time | path
    Searched defs:xencons (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xencons.c 1 /* $NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $ */
56 __KERNEL_RCSID(0, "$NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $");
111 CFATTACH_DECL_NEW(xencons, sizeof(struct xencons_softc),
148 static struct consdev xencons = { variable in typeref:struct:consdev
163 if (strcmp(xa->xa_device, "xencons") == 0)
533 cn_tab = &xencons;
xencons.c 1 /* $NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $ */
56 __KERNEL_RCSID(0, "$NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $");
111 CFATTACH_DECL_NEW(xencons, sizeof(struct xencons_softc),
148 static struct consdev xencons = { variable in typeref:struct:consdev
163 if (strcmp(xa->xa_device, "xencons") == 0)
533 cn_tab = &xencons;

Completed in 21 milliseconds