HomeSort by: relevance | last modified time | path
    Searched defs:cfgtype (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/btdevctl/
sdp.c 115 } cfgtype[] = { variable in typeref:struct:__anond5d7158f0108[]
166 if (!cfg_ssa(ss, cfgtype[i].services, cfgtype[i].nservices, &rsp))
170 errno = (*cfgtype[i].handler)(dict, &rec);
189 for (i = 0; i < __arraycount(cfgtype); i++) {
190 if (strcasecmp(service, cfgtype[i].name) == 0) {
204 for (i = 0; i < __arraycount(cfgtype); i++)
205 printf("\t%s\t%s\n", cfgtype[i].name, cfgtype[i].description);
sdp.c 115 } cfgtype[] = { variable in typeref:struct:__anond5d7158f0108[]
166 if (!cfg_ssa(ss, cfgtype[i].services, cfgtype[i].nservices, &rsp))
170 errno = (*cfgtype[i].handler)(dict, &rec);
189 for (i = 0; i < __arraycount(cfgtype); i++) {
190 if (strcasecmp(service, cfgtype[i].name) == 0) {
204 for (i = 0; i < __arraycount(cfgtype); i++)
205 printf("\t%s\t%s\n", cfgtype[i].name, cfgtype[i].description);

Completed in 22 milliseconds