Searched refs:method (Results 76 - 100 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c286 tmi->enc_data.method = CRYPT_METHOD_NONE;
287 tmi->dec_data.method = CRYPT_METHOD_NONE;
342 switch (cd->method) {
380 switch (cd->method) {
867 if (cdata->method == CRYPT_METHOD_DES3_CBC_SHA1) {
889 } else if (IS_AES_METHOD(cdata->method)) {
926 switch (cdata->method) {
1787 if (tmi->dec_data.method == CRYPT_METHOD_ARCFOUR_HMAC_MD5_EXP) {
1823 if (tmi->dec_data.method == CRYPT_METHOD_ARCFOUR_HMAC_MD5_EXP) {
2033 if (tmi->enc_data.method
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h377 extern void httpSeparate(const char *uri, char *method,
406 char *method, int methodlen,
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/
H A DSUNW,Sun-Fire-15000.esc62 N=3, T=1day, method=persistent,
/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator205 /lib/svc/method/iscsid
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c68 static boolean_t persistent_disc_meth_common(iSCSIDiscoveryMethod_t method,
290 * persistent_disc_meth_set -- enable a specific discovery method
293 persistent_disc_meth_set(iSCSIDiscoveryMethod_t method) argument
295 return (persistent_disc_meth_common(method, B_FALSE));
317 * persistent_disc_meth_clear -- disable a specific discovery method
320 persistent_disc_meth_clear(iSCSIDiscoveryMethod_t method) argument
322 return (persistent_disc_meth_common(method, B_TRUE));
329 * status of a discovery method in the persistent store.
332 persistent_disc_meth_common(iSCSIDiscoveryMethod_t method, boolean_t do_clear) argument
340 discovery_types &= ~method;
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-380.dtsi60 enable-method = "marvell,armada-380-smp";
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberipad-de4.dts56 * spin-table enable method. cpu-release-addr must be
61 enable-method = "spin-table";
H A Dberipad-sockit.dts54 * spin-table enable method. cpu-release-addr must be
59 enable-method = "spin-table";
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c967 acpidev_resource_walk(ACPI_HANDLE hdl, char *method, argument
975 ASSERT(method != NULL);
981 } else if (method == NULL) {
983 "!acpidev: method is NULL in acpidev_resource_walk().");
991 /* Check whether method exists under object. */
992 if (ACPI_FAILURE(AcpiGetHandle(hdl, method, &mhdl))) {
995 "!acpidev: method %s doesn't exist under %s",
996 method, objname);
1004 rc = AcpiWalkResources(hdl, method,
1007 rc = AcpiWalkResources(hdl, method,
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c310 "Failed method list creation");
346 "Failed to allocate method description");
461 dtj_throw_out_of_memory(jenv, "failed method pool creation");
536 * Class not added until all of its method and field information
567 "method description not preceded "
581 "Failed to add method description");
588 "static method description not preceded "
602 "Failed to add static method description");
669 dtj_java_method_t *method; local
673 while ((method
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c265 * method may be NULL if mlen is 0
269 CONST_UCHAR *hash_a1, const char *method, int mlen,
283 if (mlen == 0 && method != NULL) mlen = strlen(method);
284 if (mlen) MD5Update(&ctx, (CONST_UCHAR *) method, mlen);
342 digest_client_resp(const char *method, int mlen, argument
366 if (mlen != 0 && method == NULL)
432 digest_calc_resp(attr, hash_a1, method, mlen, NULL, hexbuf);
268 digest_calc_resp(const digest_attrs_t *attr, CONST_UCHAR *hash_a1, const char *method, int mlen, CONST_UCHAR *hex_int, char *outresp) argument
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c25 * Aaron D. Gifford's SHA {256,384,512} code transcribed into a -lsum method
709 sha256_open(const Method_t* method, const char* name) argument
715 sha->method = (Method_t*)method;
1072 sha512_open(const Method_t* method, const char* name) argument
1078 sha->method = (Method_t*)method;
1210 sha384_open(const Method_t* method, const char* name) argument
1216 sha->method = (Method_t*)method;
[all...]
H A Dsum-crc.c117 crc_open(const Method_t* method, const char* name) argument
130 sum->method = (Method_t*)method;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c354 * Note: Hermon has a unique method for handling internally generated
369 uint_t attr_id, method, mgmt_class; local
372 method = madhdrp->R_Method;
377 * Is this a Subnet Manager MAD with SET method ? If so
383 (method == MAD_METHOD_SET));
438 * This is a SM SET method with portinfo
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h50 This version of the library supports only one compression method (deflation)
73 directory information, and uses a different, slower check method than zlib.
206 /* The deflate compression method (the only one supported in this version) */
373 exact value depends on the compression method), inflateInit determines the
374 compression method from the zlib header and allocates all data structures
529 int method,
538 The method parameter is the compression method. It must be Z_DEFLATED in
581 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
1637 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h57 /* retryable SMF method error */
63 /* Is this instance currently executing a method ? */
115 /* Collection of information pertaining to a method */
135 /* time a method can run for before being considered broken */
208 /* current pending conrate-offline/method timer; -1 if none pending */
234 /* Structure used to store information pertaining to instance method types. */
236 instance_method_t method; member in struct:__anon176
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java39 * equals() method.
638 Method method = TestBean.class.getDeclaredMethod(methodName);
639 obj = method.invoke(null);
673 Method method = TestBean.class.getDeclaredMethod(methodName);
674 obj = method.invoke(null);
/illumos-gate/usr/src/cmd/logadm/
H A DMakefile53 METHODDIR = $(ROOT)/lib/svc/method
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen193 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen183 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c687 go->method = (p > p0)? p0[0]: -1;
949 ho->method = (len > 0)? p[0]: -1;
1167 * Make a string name for a compression method (or 2).
1177 switch (opt->method) {
1182 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""),
1186 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""),
1210 (void) slprintf(result, sizeof(result), "Method %d", opt->method);
1232 if (go->method == ho->method) {
1324 printer(arg, " method
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml87 type='method'
89 exec='/lib/svc/method/console-login %i'
97 type='method'
121 <!-- these are passed to ttymon in the method script.
175 <!-- these are passed to ttymon in the method script -->
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c47 char *cred, auth_method_t method);
393 auth_method_t method; member in struct:__anon82
549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method, argument
558 if (method == none) {
561 } else if (method == simple) {
584 } else if (method == cram_md5) {
591 } else if (method == digest_md5) {
841 stat = lc->status = ldapBind(&lc->ld, lc->who, lc->cred, lc->method,
939 createCon(char *sp, char *who, char *cred, auth_method_t method, int port) { argument
995 lc->method
1012 setupConList(char *serverList, char *who, char *cred, auth_method_t method) argument
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c709 * present in the original request, but the method parameter MUST be equal
895 sip_add_request_line(sip_msg_t sip_request, sip_method_t method, argument
902 if (method < INVITE || method >= MAX_SIP_METHODS ||
914 header_size = strlen(sip_methods[method].name) + SIP_SPACE_LEN +
926 "%s %s %s%s", sip_methods[method].name, request_uri,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1863 uint8_t method; local
1866 GETINT8(method, optdata);
1867 window = method >> 4;
1868 method &= 0x0f;
1874 (void) sprintf(get_line(0, 0), "Compression Method = 0x%x", method);

Completed in 1213 milliseconds

12345678