Searched refs:bouncebase (Results 1 – 1 of 1) sorted by relevance
348 u_int bouncebase; in btattach() local360 (*btl_conf->bc_bouncemem)(&bouncebase, &bouncesize); in btattach()361 bouncearea = bouncebase + sizeof(struct bt_mbx); in btattach()362 sc->sc_mbx = (struct bt_mbx *)bouncebase; in btattach()383 while ((bouncearea + sizeof(struct bt_buf)) < bouncebase + bouncesize) { in btattach()