Searched refs:smartcard_sin (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_smartcard.c47 static XSpiceSmartcardCharDeviceInstance smartcard_sin = { variable in typeref:typename:XSpiceSmartcardCharDeviceInstance
57 if (smartcard_sin.fd == -1)
60 written = write(smartcard_sin.fd, buf, len);
71 if (smartcard_sin.fd == -1)
74 rc = read(smartcard_sin.fd, buf, len);
81 smartcard_sin.qxl->core->watch_remove(smartcard_sin.watch);
82 close(smartcard_sin.fd);
83 smartcard_sin.fd = -1;
84 smartcard_sin
[all...]

Completed in 3 milliseconds