Lines Matching refs:service

50 below.  For getting the implementation of a new service right it is
136 the service specification like @code{files}, @code{db}, or @code{nis}.
160 individual service.
162 Assume the service @var{name} shall be used for a lookup. The code for
163 this service is implemented in a module called @file{libnss_@var{name}}.
174 include the @code{automount} service which is used by @code{autofs}.
180 on the lookup process. Action items are placed between two service
197 service. They mean:
210 The service is permanently unavailable. This can either mean the needed
215 The service is temporarily unavailable. This could mean a file is
226 If the status matches, stop the lookup process at this service
244 subsequent service lookup succeeds and has a matching @samp{return}
246 merged results are returned to the application. If the following service
293 item after the @code{files} service. Since there is no other service
298 this we should know that the @code{nisplus} service is often
306 The situation would be different if the NIS+ service is not available
341 process. The different service have different response times.
345 service which allows fast local access to large data sets.
348 used. So it is unavoidable to use service entries like @code{nis} etc.
376 _nss_@var{service}_@var{function}
379 @var{service} of course corresponds to the name of the module this
384 the function @code{gethostbyname} and the service used is @code{files}
410 I.e., the reentrant functions @emph{can} have counterparts. No service
495 resources or a service is currently not available.
511 be enabled at a later time. This is not the same as the service
587 adding another database or adding another service. The former is
590 independent from adding another service because a service need not
593 A designer/implementer of a new service is therefore free to choose the
598 * Adding another Service to NSS:: What is to do to add a new service.
600 service functions.
606 The sources for a new service need not (and should not) be part of @theglibc{}
609 new service module consists solely of the interface functions.
618 Developers of a new service will have to make sure that their module is
663 This function prepares the service for following operations. For a
713 returned. When the service was not formerly initialized by a call to