Lines Matching defs:service
47 * allow arbitrary classes of service.
94 static void setservice(const char *service);
109 setservice(const char *service)
112 scansys(service);
120 setdevcfg(char *service, char *device)
122 scancfg(service, device);
153 * allow multiple entries for a given service, allow a service
157 scansys(const char *service)
195 if (namematch("service=", tok, service)) {
226 * read Devconfig. allow multiple entries for a given service, allow a service
230 scancfg(char *service, char *device)
245 if (namematch("service=", tok, service)) {
288 * given a label (e.g., "service=", "device="), a name ("cu", "uucico"),