Home
last modified time | relevance | path

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

/NextBSD/sys/dev/twe/
HDtwe.c58 static int twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size,
654 error = twe_set_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, data); in twe_ioctl()
836 return(twe_set_param(sc, table_id, param_id, sizeof(value), &value)); in twe_set_param_1()
844 return(twe_set_param(sc, table_id, param_id, sizeof(value), &value));
850 return(twe_set_param(sc, table_id, param_id, sizeof(value), &value));
858 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) in twe_set_param() function