/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sumlib.c | 175 static const Method_t methods[] = variable 284 for (n = 0; n < elementsof(methods); n++) in sumopen() 285 if (match(name, methods[n].match)) in sumopen() 286 return (*methods[n].open)(&methods[n], name); in sumopen() 365 for (i = n = 0; i < elementsof(methods); i++) in sumusage() 367 n += sfprintf(sp, "[+%s?%s]", methods[i].match, methods[i].description); in sumusage() 368 if (methods[i].options) in sumusage() 369 n += sfprintf(sp, "{\n%s\n}", methods[i].options); in sumusage()
|
H A D | RELEASE | 12 03-12-16 add { crc prng } generic methods and maps[] to these methods
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | ooptest.fr | 46 .( metaclass methods ) cr 47 metaclass --> methods 61 .( c-foo instance methods... ) cr 64 foo-instance --> methods 68 --> methods
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | cdtlib.h | 74 Dtmethod_t** methods; /* method list */ member 98 for (i = 0; cdt_lib_##m.methods[i]; i++) \ 99 if (!strcmp(type, cdt_lib_##m.methods[i]->name + n)) \ 100 return cdt_lib_##m.methods[i]; \ 115 for (i = 0; cdt_lib_/**/m.methods[i]; i++) \ 116 if (!strcmp(type, cdt_lib_/**/m.methods[i]->name + n)) \ 117 return cdt_lib_/**/m.methods[i]; \
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | README.spi | 33 (hereinafter: methods). 36 means that additions of any mechanism methods at micro/patch 48 - any new SPI mechanism methods will NOT be placed in gss_config, 66 New methods also have a corresponding typedef named 74 libgss mechanisms' methods. 78 result of which will be that the mechanisms' methods will then have 81 We can then rename all mechanisms' methods from <mech>_<gss-func> to
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 18 \ 4. Separate name-spaces for methods - methods are 20 \ 5. Methods can be overridden, and subclasses can add methods. 21 \ No limit on number of methods. 35 \ ID for the methods of the class, and a size for the payload 48 \ Overridden methods must maintain the same stack signature as 55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods 60 \ list and inserts all new methods into table. For each method, if the table 186 \ This handles methods like index, prev, and next correctly, but does not deal 188 : my=[ \ same as my=> , but binds a chain of methods 347 \ classes have methods that are different from those [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 604 daemon_name = instance->config->methods[ in tcp_wrappers_ok() 1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/')) in expand_address() 1239 ret[0] = cfg->methods[IM_START]->exec_path; in expand_address() 1628 !method_info_equal(ocfg->methods[IM_ONLINE], in refresh_instance() 1629 cfg->methods[IM_ONLINE]) || in refresh_instance() 1630 !method_info_equal(ocfg->methods[IM_START], in refresh_instance() 1631 cfg->methods[IM_START])) { in refresh_instance() 2272 methods[states[inst->cur_istate].method_running].name, in process_non_start_term() 2305 methods[states[inst->cur_istate].method_running].name, in process_non_start_term() 2328 methods[states[inst->cur_istate].method_running].dst_state, in process_non_start_term() [all …]
|
H A D | wait.c | 160 methods[mp->method].name, mp->inst->fmri); in method_timeout() 232 method_info_t *mi = ins->config->methods[mthd]; in register_method() 394 methods[me->method].name, me->inst->fmri, in process_terminated_methods()
|
H A D | config.c | 379 methods[i].name, fmri); in create_method_infos() 411 methods[method].name); in read_method_props() 545 methods[(instance_method_t)i].name, fmri); in valid_inst_props() 563 destroy_method_infos(cfg->methods); in destroy_instance_cfg() 612 (create_method_infos(fmri, mprops, ret->methods) != 0)) { in read_instance_cfg()
|
H A D | inetd_impl.h | 141 method_info_t *methods[NUM_METHODS]; member 245 extern method_type_info_t methods[];
|
H A D | contracts.c | 122 methods[method].name)) != 0) { in contract_prefork()
|
H A D | util.c | 60 method_type_info_t methods[] = { variable
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | README.share | 41 service methods, so that capabilities that svc.startd(8) would normally 53 Some methods may be written to instead use ksh(1), with invocation 81 to directly execute the corresponding service methods 87 to mount the various filesystems. In the case that these methods fail, 125 contacted. The service methods can be invoked directly as 130 If these methods fail, a direct invocation of ifconfig(8) can be
|
/illumos-gate/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 47 policy/10osvendor/20-storage-methods.fdi \ 48 policy/10osvendor/20-zfs-methods.fdi \
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_init_finish.c | 1046 resx = obj->methods->get_section_info(obj->object, in insert_sht_list_in_group_map() 1140 res = obj->methods->get_section_info(obj->object, in determine_target_group() 1275 endianness = obj->methods->get_byte_order(obj->object); in _dwarf_setup() 1296 dbg->de_length_size = obj->methods->get_length_size(obj->object); in _dwarf_setup() 1297 dbg->de_pointer_size = obj->methods->get_pointer_size(obj->object); in _dwarf_setup() 1299 section_count = obj->methods->get_section_count(obj->object); in _dwarf_setup() 1355 res = obj->methods->get_section_info(obj->object, in _dwarf_setup() 1856 res = o->methods->load_section( in _dwarf_load_section() 1907 if (!o->methods->relocate_a_section) { in _dwarf_load_section() 1911 res = o->methods->relocate_a_section( o->object, in _dwarf_load_section() [all …]
|
H A D | dwarf_elfread.c | 698 localdoas->methods = 0; in _dwarf_elf_object_access_internals_init() 707 localdoas->methods = 0; in _dwarf_elf_object_access_internals_init() 716 localdoas->methods = 0; in _dwarf_elf_object_access_internals_init() 724 localdoas->methods = 0; in _dwarf_elf_object_access_internals_init() 753 localdoas->methods = 0; in _dwarf_elf_object_access_internals_init() 806 intfc->methods = &elf_nlmethods; in _dwarf_elf_object_access_init()
|
H A D | dwarf_machoread.c | 879 localdoas->methods = 0; in _dwarf_macho_object_access_internals_init() 886 localdoas->methods = 0; in _dwarf_macho_object_access_internals_init() 950 intfc->methods = &macho_methods; in _dwarf_macho_object_access_init()
|
H A D | dwarf_peread.c | 823 localdoas->methods = 0; in _dwarf_pe_object_access_internals_init() 876 intfc->methods = &pe_methods; in _dwarf_pe_object_access_init()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | persistent.c | 326 iSCSIDiscoveryMethod_t methods; in persistent_disc_meth_get() local 328 rval = nvf_node_value_get(DISCOVERY_METHOD_ID, (uint32_t *)&methods); in persistent_disc_meth_get() 330 methods = iSCSIDiscoveryMethodUnknown; in persistent_disc_meth_get() 333 return (methods); in persistent_disc_meth_get() 1206 iSCSIDiscoveryMethod_t methods; in persistent_dump_data() local 1232 methods = persistent_disc_meth_get(); in persistent_dump_data() 1233 if (methods != iSCSIDiscoveryMethodUnknown) { in persistent_dump_data() 1235 prt_bitmap(methods, in persistent_dump_data()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 39 =head2 Class methods 43 =head2 Object methods
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 106 =head2 Class methods 110 =head2 Object methods
|
/illumos-gate/usr/src/cmd/svc/profile/ |
H A D | README | 38 X remote login as the remote login methods available.
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | README | 50 Following authentication methods are supported with an integrate IEEE 802.1X 71 (following methods are supported, but since they do not generate keying 153 needed to enable IEEE 802.1X/EAPOL and EAP methods. Note that EAP-MD5, 285 methods (e.g., EAP-TLS, EAP-PEAP, ..) are included. 288 802.1X/EAPOL and EAP state machines and all EAP methods. Including 347 methods (MD5, OTP, GTC, MSCHAPV2) for inner authentication selection. 561 Some EAP authentication methods require use of certificates. EAP-TLS 717 most commonly used EAP methods. In addition, wpa_supplicant has an
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 141 before any _REG methods are evaluated. Lv Zheng. 223 Ensure \_SB_._INI is executed before any _REG methods are executed. There 249 external control methods by specifying the required number of arguments 488 methods that are invoked by this interface are optional, removed warnings 489 emitted for the case where one or more of these methods do not exist. 704 AcpiExec, this means that no control methods (like _REG/_INI/_STA) are 729 methods (Trace). This is especially useful for the in-kernel version of 1292 corresponding _Lxx/_Exx methods are disabled (they may have been enabled 1324 2) Illegal reference across two methods 1397 methods that would cause runtime failures. Now trapped as errors are: 1) [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel-dynamic-reconfiguration-i86pc.p5m | 36 …on i86pc based systems. Includes the ACPI Hotplug Daemon, SMF manifests/methods and drivers for h…
|