Searched refs:method (Results 51 - 75 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile.com72 ROOTSVCMETHODDIR= $(ROOT)/lib/svc/method
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.h48 IMA_AUTHMETHOD method,
135 IMA_AUTHMETHOD method,
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-sim.dts56 * spin-table enable method. cpu-release-addr must be
61 enable-method = "spin-table";
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi-sun.h120 HBA_INT32 method
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile36 SVCMETHODDIR= $(ROOT)/lib/svc/method
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh160 safe_dir /lib/svc/method
255 # and copy ipmgmt service manifest and method.
260 safe_copy /lib/svc/method/net-ipmgmt \
261 $ZONEROOT/lib/svc/method/net-ipmgmt
265 # net-physical method script and native net_include.sh
267 filename=$ZONEROOT/lib/svc/method/net-physical
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_socks.c35 static void put_method(char *cp, int method);
281 (void) sprintf(cp, "SOCKS5 method accepted:");
344 put_method(char *cp, int method) argument
346 switch (method) {
360 (void) sprintf(cp, " 0x%02x (unknown)", method);
/illumos-gate/usr/src/uts/common/sys/
H A Dhotkey_drv.h114 int acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint);
H A Dcryptmod.h61 * Crypto method definitions, to be used with the CRIOCSETUP ioctl.
194 crmeth_t method; member in struct:cipher_data_t
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h112 int method; \
/illumos-gate/usr/src/lib/efcode/engine/
H A Dpackage.c325 call_my_parent(fcode_env_t *env, char *method) argument
327 push_a_string(env, method);
494 CHECK_DEPTH(env, 3, "find-method");
657 char *method; local
659 CHECK_DEPTH(env, 3, "$call-method");
660 check_my_self(env, "$call-method");
664 method = (char *)DS[-1];
665 debug_msg(DEBUG_CALL_METHOD, "$call_method %s\n", method);
674 check_my_self(env, "$call-method");
683 } else if (strcmp(method, "encod
872 char *method; local
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, argument
68 if (sip_add_request_line(sip_msg, method, uri) != 0) {
95 if (sip_add_cseq(sip_msg, method, cseq) != 0) {
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, argument
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by,
145 * Get the Dialog method
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c45 /* method timeout used if one isn't explicitly specified */
49 /* supported method properties and their attributes */
57 /* enumeration of method properties; used to index into method_props[] */
138 * Transforms the properties read from the repository for a method into a
354 * For each method, if it was specifed convert its entry in 'mprops',
366 * Only create a method info structure if the method properties
367 * contain an exec string, which we take to mean the method
377 "method %s of instance %s is "
389 * Try and read each of the method propertie
398 read_method_props(const char *inst, instance_method_t method, scf_error_t *err) argument
635 read_method_context(const char *inst_fmri, const char *method, const char *path) argument
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h48 data. This version of the library supports only one compression method
72 directory information, and uses a different, slower check method than zlib.
205 /* The deflate compression method (the only one supported in this version) */
350 value depends on the compression method), inflateInit determines the
351 compression method from the zlib header and allocates all data structures
484 int method,
493 The method parameter is the compression method. It must be Z_DEFLATED in
536 method). msg is set to null if there is no error message. deflateInit2 does
575 or if the compression method i
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1256 int method = madhdrp->R_Method; local
1263 "ibmf_i_get_class() enter, class = 0x%x, method = 0x%x, "
1266 tnf_opaque, method, method,
1284 if ((method == MAD_METHOD_TRAP) && (slid == 0)) {
1290 if (attrib == SM_SMINFO_ATTRID || method == MAD_METHOD_TRAP ||
1291 method == MAD_METHOD_GET_RESPONSE)
1312 if ((method & MAD_RESPONSE_BIT_MASK) == MAD_RESPONSE_BIT)
1323 if (((method & MAD_RESPONSE_BIT_MASK) == MAD_RESPONSE_BIT) ||
1324 (method
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h378 * compression method (deflation) but other algorithms may be added
502 /* The deflate compression method (the only one supported in this version) */
575 * method 9, a future variant on method 8, the current block will be
740 * int method,
749 * The method parameter is the compression method. It must be
756 * for method 9). Larger values of this parameter result in better
796 * invalid method). msg is set to null if there is no error message.
1177 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dgzipfs.c117 int method; /* method byte */ local
130 method = get_byte(zf, &zf->zf_dataoffset);
132 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c60 * Simple API to determine if the specified node supports a given topo method
61 * (specified by the method name and version). Returns true if supported, false
124 "method registration failed for %s: %s\n",
178 "registered module %s method "
234 topo_method_call(tnode_t *node, const char *method, argument
242 if (strcmp(method, mp->tim_name) != 0)
275 topo_method_invoke(tnode_t *node, const char *method, argument
281 rc = topo_method_call(node, method, version, in, out, err);
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile62 METHODDIR = $(ROOT)/lib/svc/method
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h138 data. This version of the library supports only one compression method
294 decompressor can get all input data available so far. For method 9, a future
295 variant on method 8, the current block will be flushed but not terminated.
443 int method,
452 The method parameter is the compression method. It must be 8 in this
458 version of the library (the value 16 will be allowed for method 9). Larger
496 an invalid method). msg is set to null if there is no error message.
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncalogd.h91 uint32_t method; /* must be cast to nca_http_method_t */ member in struct:__anon4799
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_rsc.h54 * _CRS method.
180 * Walk resources returned by 'method' and store parsed resources into rhdlp.
184 extern ACPI_STATUS acpidev_resource_walk(ACPI_HANDLE hdl, char *method,
188 * Walk resources returned by the ACPI _CRS method and create device properties.
/illumos-gate/usr/src/cmd/svc/startd/
H A DMakefile39 method.o \
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c450 /* Call the method in the scope of a given instance. */
452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) argument
459 cell_t method; member in struct:__anon349
463 (cell_t)"call-method",
474 args.method = (cell_t)method;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1483 iSCSIDiscoveryMethod_t method; local
1781 method = persistent_disc_meth_get();
1782 if (method & iSCSIDiscoveryMethodISNS) {
1792 ihp, NULL, method, NULL))
2130 method = ihp->hba_discovery_events;
2132 (method != ISCSI_ALL_DISCOVERY_METHODS) &&
2718 method = persistent_disc_meth_get();
2719 if (method & iSCSIDiscoveryMethodStatic) {
2857 method = persistent_disc_meth_get();
2858 if (method
[all...]

Completed in 118 milliseconds

12345678