Lines Matching +full:entry +full:- +full:method
38 .Nd name-service switch dispatcher routine
63 until a successful entry is found.
66 is passed to each method to modify as necessary, to pass back results to
70 Each method has the function signature described by the typedef:
79 .Bd -literal -offset indent
82 nss_method method;
89 array should consist of one entry for each source type that is
93 .Va method
96 as a handle on arbitrary data to be passed to the method.
97 The last entry in
103 .Va method ,
113 Modules must use source names different from the built-in ones.
118 is missing or corrupted, or if there is no relevant entry for
123 .Bd -literal -offset indent
132 array should consist of one entry for each source to be configured by
141 .Sx Method return values
143 The last entry in
157 exists which contains a single default entry for the source
163 are optional extra arguments, which are passed to the appropriate method
169 .Bl -column NSSRC_COMPAT compat -offset indent
181 .Ss Method return values
186 .Bl -column "Return value" "Status code"
192 .It Dv NS_RETURN Ta -none-
201 function returns the value of the method that caused the dispatcher to
238 wrote this freely-distributable name-service switch implementation,