Lines Matching refs:tp_data
563 if ((dtp->tp_data[unit] & TWE_PARAM_UNITSTATUS_Online) == 0) {
591 ad = (struct twe_array_descriptor *)atp->tp_data;
900 *aenp = le16toh(*(uint16_t *)tp->tp_data);
934 aen = le16toh(*(u_int16_t *)tp->tp_data);
1073 *valp = *(uint8_t *)tp->tp_data;
1088 *valp = le16toh(*(uint16_t *)tp->tp_data);
1103 *valp = le32toh(*(uint32_t *)tp->tp_data);
1213 memcpy(tp->tp_data, sbuf, size);
1867 error = copyout(param->tp_data, tp->tp_data,
1874 if ((error = copyin(tp->tp_data, pdata, tp->tp_size)) != 0)
1957 ports, p[1]->tp_data, p[2]->tp_data);
1961 p[0]->tp_data, p[3]->tp_data,
1962 p[4]->tp_data, p[5]->tp_data);
1979 if (p[0]->tp_data[i] != TWE_PARAM_DRIVESTATUS_Present)
1996 i, p[1]->tp_data, dsize / 2048);