Searched refs:ebufp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn_smr.h217 caddr_t ebufp);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1351 PR_SMR("%s: domain = %d, bufp = 0x%p, ebufp = 0x%p, "
1475 * Get the slab representing [bufp,ebufp] from the respective
1486 smr_slaballoc_get(int domid, caddr_t bufp, caddr_t ebufp) argument
1494 PR_SMR("%s: getting slab for domain %d [bufp=0x%p, ebufp=0x%p]\n",
1495 proc, domid, (void *)bufp, (void *)ebufp);
1517 nslabs = *(int *)ebufp;
1540 if (bufp && (ebufp > sp->sl_end)) {
1541 PR_SMR("%s: bufp/ebufp (0x%p/0x%p) "
1543 (void *)ebufp, (void *)sp->sl_start,
1608 * the number of slabs found in the ebufp paramete
[all...]

Completed in 185 milliseconds