Home
last modified time | relevance | path

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

/arch/sparc/kernel/
A Dioport.c89 struct xresource *xrp; in xres_alloc() local
92 xrp = xresv; in xres_alloc()
94 if (xrp->xflag == 0) { in xres_alloc()
95 xrp->xflag = 1; in xres_alloc()
96 return xrp; in xres_alloc()
98 xrp++; in xres_alloc()
103 static void xres_free(struct xresource *xrp) { in xres_free() argument
104 xrp->xflag = 0; in xres_free()

Completed in 5 milliseconds