Searched refs:autoscan_modules (Results 1 – 1 of 1) sorted by relevance
20 static const struct autoscan_ops * autoscan_modules[] = { variable73 for (i = 0; autoscan_modules[i]; i++) { in autoscan_init()74 if (os_strncmp(name, autoscan_modules[i]->name, nlen) == 0) { in autoscan_init()75 ops = autoscan_modules[i]; in autoscan_init()