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

  /src/external/bsd/libfido2/dist/examples/
select.c 63 fido_dev_t **devtab; local
81 if ((devtab = calloc(ndevs, sizeof(*devtab))) == NULL) {
88 if ((devtab[i] = open_dev(di)) != NULL) {
98 *dev = devtab[*idx]; /* single candidate */
105 if (devtab[i] == NULL)
107 if ((r = fido_dev_get_touch_begin(devtab[i])) != FIDO_OK) {
129 if (devtab[i] == NULL) {
133 if ((r = fido_dev_get_touch_status(devtab[i], &touched,
138 fido_dev_close(devtab[i])
    [all...]

Completed in 15 milliseconds