Searched refs:frontend_name (Results 1 – 2 of 2) sorted by relevance
275 struct ctl_frontend * ctl_frontend_find(char *frontend_name);
126 ctl_frontend_find(char *frontend_name) in ctl_frontend_find() argument133 if (strcmp(fe->name, frontend_name) == 0) { in ctl_frontend_find()