Home
last modified time | relevance | path

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

/mirbsd/src/lib/libsectok/
Dsectok.c72 …pdateReaders(char *readerconf, int (callback) (int rn, unsigned long channelId, char *driverFile));
75 static int addReader(int rn, unsigned long channelID, char *driverFile);
385 addReader(int rn, unsigned long channelID, char *driverFile) in addReader() argument
398 reader->driverPath = strdup(driverFile); in addReader()