HomeSort by: relevance | last modified time | path
    Searched defs:tpctl_data (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/tpctl/
tpctl.h 67 struct tpctl_data { struct
88 int init_data(struct tpctl_data *);
89 int read_data(const char *, struct tpctl_data *);
90 int write_data(const char *, struct tpctl_data *);
92 void free_data(struct tpctl_data *);
93 int replace_data(struct tpctl_data *, char *, struct wsmouse_calibcoords *);
94 struct wsmouse_calibcoords *search_data(struct tpctl_data *, char *);

Completed in 11 milliseconds