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