OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpctl_data
(Results
1 - 3
of
3
) 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 *);
data.c
81
init_data(struct
tpctl_data
*data)
89
read_data(const char *filename, struct
tpctl_data
*data)
255
write_data(const char *filename, struct
tpctl_data
*data)
337
free_data(struct
tpctl_data
*data)
359
replace_data(struct
tpctl_data
*data, char *name, struct wsmouse_calibcoords *calibcoords)
385
search_data(struct
tpctl_data
*data, char *name)
main.c
55
void load_data(const char *, struct
tpctl_data
*);
56
void save_data(const char *, struct
tpctl_data
*);
81
struct
tpctl_data
data;
181
load_data(const char *data_file, struct
tpctl_data
*data)
223
save_data(const char *data_file, struct
tpctl_data
*data)
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025