Searched refs:ccblen (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_gcmd.c | 63 int ccblen, in ghd_gcmd_alloc() argument 70 ccblen = ROUNDUP(ccblen); in ghd_gcmd_alloc() 71 gwrap_len = sizeof (gwrap_t) + ccblen; in ghd_gcmd_alloc()
|
H A D | ghd_scsa.c | 36 int (*callback)(), caddr_t arg, int ccblen); 91 int ccblen) in ghd_pktalloc() argument 99 gwrap_len = sizeof (gwrap_t) + ROUNDUP(ccblen); in ghd_pktalloc() 134 ccblen)) { in ghd_pktalloc() 175 int ccblen, in ghd_tran_init_pkt_attr() argument 189 callback, arg, ccblen); in ghd_tran_init_pkt_attr()
|
H A D | ghd_scsa.h | 55 caddr_t arg, int ccblen,
|
H A D | ghd.h | 286 gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.h | 114 int statuslen, int tgtlen, int ccblen);
|
H A D | atapi.c | 820 int ccblen) in atapi_ccballoc() argument
|
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ |
H A D | atapi.h | 109 int statuslen, int tgtlen, int ccblen);
|
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 249 gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);
|