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

/freebsd-11-stable/sys/dev/si/
H A Dsi.c279 volatile struct si_channel *ccbp; local
569 ccbp = (struct si_channel *)((char *)modp + 0x100);
571 uart_type = ccbp->type;
572 else if (uart_type != ccbp->type)
575 ccbp->type, si_modulename(sc->sc_type, ccbp->type),
578 for (x = 0; x < nport; x++, pp++, ccbp++) {
579 pp->sp_ccb = ccbp; /* save the address */
808 volatile struct si_channel *ccbp; local
839 ccbp
980 volatile struct si_channel *ccbp; local
1115 volatile struct si_channel *ccbp; local
1370 volatile struct si_channel *ccbp; local
1526 volatile struct si_channel *ccbp = pp->sp_ccb; local
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h1299 #define CCB_CLEAR_ALL_EXCEPT_HDR(ccbp) \
1300 bzero((char *)(ccbp) + sizeof((ccbp)->ccb_h), \
1301 sizeof(*(ccbp)) - sizeof((ccbp)->ccb_h))

Completed in 70 milliseconds