Searched defs:methods (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c177 static const Method_t methods[] = variable
286 for (n = 0; n < elementsof(methods); n++)
287 if (match(name, methods[n].match))
288 return (*methods[n].open)(&methods[n], name);
367 for (i = n = 0; i < elementsof(methods); i++)
369 n += sfprintf(sp, "[+%s?%s]", methods[i].match, methods[i].description);
370 if (methods[i].options)
371 n += sfprintf(sp, "{\n%s\n}", methods[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c62 method_type_info_t methods[] = { variable
H A Dinetd_impl.h101 * inetd's instance methods.
102 * NOTE: The methods table in cmd/cmd-inetd/inetd/util.c relies on the
141 method_info_t *methods[NUM_METHODS]; member in struct:__anon173
176 /* pids of currently running methods */
180 /* ctids of currently running start methods */
245 extern method_type_info_t methods[];
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c299 * persistent_disc_meth_get -- return the status of all discovery methods as
306 iSCSIDiscoveryMethod_t methods; local
308 rval = nvf_node_value_get(DISCOVERY_METHOD_ID, (uint32_t *)&methods);
310 methods = iSCSIDiscoveryMethodUnknown;
313 return (methods);
1196 iSCSIDiscoveryMethod_t methods; local
1222 methods = persistent_disc_meth_get();
1223 if (methods != iSCSIDiscoveryMethodUnknown) {
1225 prt_bitmap(methods,
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dlibdwarf.h519 initialization methods available:
714 const Dwarf_Obj_Access_Methods * methods; member in struct:Dwarf_Obj_Access_Interface_s

Completed in 75 milliseconds