Lines Matching defs:td
331 cisdata_t tl, td, *dp;
364 cmn_err(CE_CONT, "cis_list_lcreate: td=0x%x cisptr=%p\n",
374 switch (td = GET_CIS_DATA(cisptr)) {
406 while (!done && ((td = GET_CIS_DATA(cisptr)) !=
410 if ((cis_debug > 1) && (td != 0)) {
411 cmn_err(CE_CONT, "cis_list_lcreate: td=0x%x cisptr=%p"
413 td, (void *)cisptr, cisptr->offset);
420 if (td != (cisdata_t)CISTPL_NULL) {
470 tp->type = td;
592 } else { /* if (td == CISTPL_NULL) */