Searched refs:tp_data (Results 1 – 3 of 3) sorted by relevance
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()[all …]
89 void *tp_data; member
186 u_int8_t tp_data[1]; member