Searched refs:methods (Results 1 - 18 of 18) 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/boot/sys/boot/usb/storage/
H A Dumass_common.c55 .methods = umass_methods,
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile47 policy/10osvendor/20-storage-methods.fdi \
48 policy/10osvendor/20-zfs-methods.fdi \
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_init_finish.c167 endianness = obj->methods->get_byte_order(obj->object);
187 dbg->de_length_size = obj->methods->get_length_size(obj->object);
188 dbg->de_pointer_size = obj->methods->get_pointer_size(obj->object);
190 section_count = obj->methods->get_section_count(obj->object);
201 res = obj->methods->get_section_info(obj->object,
521 res = o->methods->load_section(
533 if(!o->methods->relocate_a_section) {
537 res = o->methods->relocate_a_section( o->object, section->dss_index,
H A Ddwarf_elf_access.c916 intfc->methods = &dwarf_elf_object_access_methods;
H A Dlibdwarf.h519 initialization methods available:
714 const Dwarf_Obj_Access_Methods * methods; member in struct:Dwarf_Obj_Access_Interface_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
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[];
H A Dwait.c69 * be reverted back to for inetd's exec'd methods.
160 methods[mp->method].name, mp->inst->fmri);
177 * necessary timers so we can detect hung methods.
232 method_info_t *mi = ins->config->methods[mthd];
293 * Unregister all methods associated with instance 'inst'.
313 * Process any terminated methods. For each method determined to have
380 * in the case of non-start methods, or when
394 methods[me->method].name, me->inst->fmri,
H A Dcontracts.c50 * methods.
124 methods[method].name)) != 0) {
H A Dinetd.c64 * Within the state machine a number of methods are run (if provided) as part
66 * supported methods are: offline, online, disable, refresh and start. The
78 * for which the event is for is in the process of executing one of its methods
604 daemon_name = instance->config->methods[
1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/'))
1239 ret[0] = cfg->methods[IM_START]->exec_path;
1510 /* stop listening for terminated methods */
1616 * - one or both of the start or online methods of the
1628 !method_info_equal(ocfg->methods[IM_ONLINE],
1629 cfg->methods[IM_ONLIN
[all...]
H A Dconfig.c379 methods[i].name, fmri);
411 methods[method].name);
487 * all had valid values, all the required methods were present, and they
545 methods[(instance_method_t)i].name, fmri);
563 destroy_method_infos(cfg->methods);
612 (create_method_infos(fmri, mprops, ret->methods) != 0)) {
H A Dutil.c62 method_type_info_t methods[] = { variable
/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/cmd/ndmpd/ndmp/
H A Dndmpd_config.c209 reply.methods.methods_len = 2;
210 reply.methods.methods_val = types;
H A Dndmp.x409 ndmp_addr_type methods<>;
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s58 ! (methods for xword, word, half-word, and byte copies are present)
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh236 from LDAP server. The supported methods are provided in menu.
245 methods are provided in menu. Default is "$DEF_TLS".
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs804 * Sun::Solaris::Kstat::_Stat class, so that the appropriate TIEHASH methods are
1228 /* The following XS methods are the ABI of the Sun::Solaris::Kstat package */
1240 # underlying kstats. This is done on demand by the TIEHASH methods in
1531 # The following XS methods implement the TIEHASH mechanism used to update the

Completed in 126 milliseconds