Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dscsipt.h116 #define SZ_TOCHDR 4 /* TOC header size */ macro
H A Dscsipt.c835 cdb[8] = SZ_TOCHDR; in scsipt_rdtoc()
838 if (!pthru_send(dp, role, cdb, 10, buf, SZ_TOCHDR, NULL, 0, in scsipt_rdtoc()
851 xfer_len = SZ_TOCHDR + in scsipt_rdtoc()
871 if (xfer_len <= SZ_TOCHDR) { in scsipt_rdtoc()
4704 p = (toc_cdtext_pack_t *)(void *) (scsipt_cdtext_buf + SZ_TOCHDR); in scsipt_load_cdtext()