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