Lines Matching defs:services
42 struct sysdb_attrs **services;
58 struct sysdb_attrs **services,
97 state->services = NULL;
139 "Searching for services with base [%s]\n",
167 struct sysdb_attrs **services;
171 &count, &services);
179 "Search for services, returned %zu results.\n",
183 /* No services found in this search or enumerating */
189 state->services =
191 state->services,
194 if (!state->services) {
199 /* Copy the new services into the list
202 state->services[state->count + i] =
203 talloc_steal(state->services, services[i]);
207 state->services[state->count] = NULL;
223 * Return ENOENT if no services were found
232 state->services, state->count,
236 "Failed to store services.\n");
242 "Saving %zu services - Done\n", state->count);
252 struct sysdb_attrs **services,
287 services[i],
376 /* Identify the primary name of this services */