Lines Matching defs:driver
371 * path and return the driver name for the node.
401 * check a logindevperm line for a driver list and match this against
402 * the driver of the minor node
403 * returns 0 if no drivers were specified or a driver match
408 char *driver, *lasts;
428 p = strstr(saveline, "driver");
432 driver = strtok_r(p, "=", &lasts);
433 if (driver) {
434 if (strcmp(driver, "driver") == 0) {
435 driver = strtok_r(NULL, ", \t\n", &lasts);
436 while (driver) {
437 if (strcmp(driver, info->drvname) == 0)
439 driver = strtok_r(NULL, ", \t\n", &lasts);
530 /* finally check the driver matches */
958 * the named driver. The driver name is the
1122 * Add/remove minor perm entry for a driver