Home
last modified time | relevance | path

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

/netbsd/usr.sbin/tpctl/
H A Dmain.c78 int tpfd, ch; in main() local
132 if ((tpfd = open(dev_name, O_RDWR)) < 0) in main()
134 if (tp_init(&tp, tpfd) < 0) in main()