Home | History | Annotate | Download | only in cardbus

Lines Matching refs:rbus

1 /*	$NetBSD: rbus.c,v 1.29 2012/01/27 18:53:07 para Exp $	*/
29 __KERNEL_RCSID(0, "$NetBSD: rbus.c,v 1.29 2012/01/27 18:53:07 para Exp $");
39 #include <dev/cardbus/rbus.h>
101 DPRINTF(("rbus: out of range\n"));
133 DPRINTF(("rbus: trying [%lx:%lx] %lx\n",
142 DPRINTF(("rbus: no space found\n"));
159 DPRINTF(("rbus: no rbus type\n"));
222 panic("no memory for rbus instance");
249 * This function makes a new child rbus instance.
261 if (NULL == (ex = extent_create("rbus", start, end,
289 * This function makes a root rbus instance.
297 if (NULL == (ex = extent_create("rbus root", start, start + size,
318 * This function makes a root rbus instance.
344 * This function deletes the rbus structure pointed in the argument.