| /onnv/onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| rsa_asn1.c | 65 static ASN1_METHOD method={ variable 73 return(&method);
|
| /onnv/onnv-gate/usr/src/cmd/parted/ |
| command.h | 27 int (*method) (PedDevice** dev); member in struct:__anon72 34 int (*method) (PedDevice** dev),
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| ccp.h | 41 short method; /* code for chosen compression method */ member in struct:ccp_options
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| terror.c | 135 register int method; local 144 method = LOGFILE; 154 method = TERMINAL; 158 method = MAILADM; 166 if (method == LOGFILE) 168 else if (method == MAILADM)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| args.t | 53 sub method { subroutine 58 eval { method('foo', 'bar'); };
|
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| slp_jni_support.c | 73 * method String.getBytes(). This will ensure that the appropriate 88 jmethodID method; local 117 method = (*env)->GetMethodID( 124 * If method is NULL GetMethodID() encountered a problem 125 * locating the desired method and has already called 128 if (method != NULL) { 133 bytes = (*env)->CallObjectMethod(env, jstr, method); 184 * Method: syslog
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| v3_prn.c | 113 X509V3_EXT_METHOD *method; local 117 if(!(method = X509V3_EXT_get(ext))) 120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); 121 else ext_str = method->d2i(NULL, &p, ext->value->length); 125 if(method->i2s) { 126 if(!(value = method->i2s(method, ext_str))) { 146 } else if(method->i2v) { 147 if(!(nval = method->i2v(method, ext_str, NULL))) [all...] |
| v3_lib.c | 164 X509V3_EXT_METHOD *method; local 167 if(!(method = X509V3_EXT_get(ext))) return NULL; 169 if(method->it) return ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); 170 return method->d2i(NULL, &p, ext->value->length);
|
| v3_conf.c | 75 static X509_EXTENSION *do_ext_i2d(X509V3_EXT_METHOD *method, int ext_nid, 118 X509V3_EXT_METHOD *method; local 127 if (!(method = X509V3_EXT_get_nid(ext_nid))) 133 if (method->v2i) 143 ext_struc = method->v2i(method, ctx, nval); 148 else if(method->s2i) 150 if(!(ext_struc = method->s2i(method, ctx, value))) return NULL; 152 else if(method->r2i 217 X509V3_EXT_METHOD *method; local [all...] |
| /onnv/onnv-gate/usr/src/lib/efcode/packages/ |
| populate.c | 134 char *method, *path; local 138 static char func_name[] = "builtin-driver-method-hook"; 148 method = pop_a_string(env, NULL); 154 if ((path = search_for_fcode_file(env, method)) != NULL) { 156 method, path); 167 fc_ptr2cell(method), &len); 171 func_name, method); 172 push_a_string(env, method); 177 func_name, method, (int)len); 181 dropin_name = STRDUP(method); 239 char *method, *path, *buf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| ftpcmd.y | 220 %type <String> STRING password pathname pathstring username method 1208 | SITE check_login SP CHECKMETHOD SP method CRLF 1664 method: STRING label [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth2.c | 92 Authmethod *method); 93 static void authmethod_count_attempt(Authmethod *method); 97 static int userauth_method_can_run(Authmethod *method); 166 char *user, *service, *method, *style = NULL; local 173 method = packet_get_string(NULL); 174 debug("userauth-request for user %s service %s method %s", user, 175 service, method); 180 m = authmethod_lookup(method); 210 * methods (e.g., kbdint). Userauth method abandonment 211 * should be treated as userauth method failure an [all...] |
| auth2-chall.c | 154 * try challenge-response, set authctxt->method->postponed if we have to 166 if (authctxt->method->method_data != NULL) { 168 authctxt->method->abandoned = 0; 170 authctxt->method->method_data = (void *) kbdint_alloc(devs); 180 if (authctxt->method->method_data != NULL) { 181 kbdint_free((KbdintAuthctxt *) authctxt->method->method_data); 182 authctxt->method->method_data = NULL; 190 authctxt->method->abandoned = 1; 191 authctxt->method->postponed = 0; 192 authctxt->method->authenticated = 0 269 char **response = NULL, *method; local [all...] |
| auth-pam.c | 85 if (!authctxt->method || !authctxt->method->name) 88 return authctxt->method->name; 93 derive_pam_svc_name(Authmethod *method) 95 if (compat20 && method) { 96 char *method_name = method->name; 99 fatal("Userauth method unknown while starting PAM"); 141 if (compat20 && authctxt->method == NULL) 142 fatal("Userauth method unknown while starting PAM"); 145 svc = derive_pam_svc_name(authctxt->method); 228 char *user, *method; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| wait.c | 27 * This file contains a set of routines used to perform wait based method 46 /* structure used to represent an active method process */ 53 instance_method_t method; /* the method type running */ member in struct:__anon22 63 /* list of currently executing method processes */ 74 * Setup structures used for method termination monitoring. 98 error_msg("%s: %s", gettext("Failed to create method pool"), 105 gettext("Failed to create method list"), 150 * Callback function that handles the timeout of an instance's method. 151 * 'arg' points at the method_el_t representing the method [all...] |
| /onnv/onnv-gate/usr/src/lib/efcode/fcdriver/ |
| get_req.c | 191 char *method; local 195 method = (char *)DS[-1]; 200 method, (char *)DS[-1]); 206 method); 215 char *method, *fc_name, *path; local 219 method = (char *)DS[-1]; 225 method, fc_name); 237 debug_msg(DEBUG_FIND_FCODE, "%s: method '%s' not found\n", 238 fname, method); 245 * executes them to get "builtin drivers" file name or method name, the [all...] |
| /onnv/onnv-gate/usr/src/lib/libsip/common/ |
| sip_xaction.c | 59 sip_method_t method) 100 (char *)&method, sizeof (sip_method_t), 104 sip_md5_hash(bid, strlen(bid), (char *)&method, 299 sip_method_t method; local 304 method = sip_get_callseq_method((sip_msg_t)msg, &error); 313 (method == ACK || method == CANCEL)) { 314 method = INVITE; 316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0) 335 sip_method_t method; local [all...] |
| sip_xaction_state_mc.c | 1286 sip_method_t method; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| ncalogd.h | 91 uint32_t method; /* must be cast to nca_http_method_t */ member in struct:__anon4894
|
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| method.c | 28 * method.c - method execution functions 30 * This file contains the routines needed to run a method: a fork(2)-exec(2) 44 * from offline to online (i.e., the start method), we'll transfer inherited 86 * Mapping from restart_on method-type to contract events. Must correspond to 136 * Determine if the method for the given instance is transient, 310 * Activate a contract template for the type method of inst. type, 412 exec_method(const restarter_inst_t *inst, int type, const char *method, 420 cmd = uu_msprintf("exec %s", method); 426 log_instance(inst, B_FALSE, "Executing %s method (\"%s\")." 598 char *method; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| hermon_agents.c | 354 * 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
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| cksum.c | 36 " \bsum\b method: \batt\b for the \batt\b universe, \bbsd\b otherwise." 38 " \batt\b method is a true sum, all others are order dependent.]" 39 "[+?Method names consist of a leading identifier and 0 or more options" 54 " include size in the output. The default is method specific.]#[scale]" 57 " \bsum\b then the checksum method is automatically determined," 58 " otherwise \b--method\b must be specified. The listed checksum is" 65 " [+method=name?Checksum method to apply to subsequent lines.]" 69 "[h:header?Print the checksum method as the first output line. Used with" 90 "[x:method|algorithm?Specifies the checksum \amethod\a to 446 char* method; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldap/common/ |
| ldaptest.c | 233 "re-bind method (0->simple, 1->krbv41, 2->krbv42, 3->krbv41&2)? " ); 264 int i, c, port, cldapflg, errflg, method, id, local 442 "method (0->simple, 1->krbv41, 2->krbv42)? " ); 443 method = atoi( line ) | 0x80; 445 method = LDAP_AUTH_SIMPLE; 450 if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) 456 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) { 468 "method 0->simple 1->krbv41 2->krbv42 3->krb? " ); 469 method = atoi( line ); 470 if ( method == 3 [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| auth.h | 92 Authmethod *method; member in struct:Authctxt 139 * Userauth method state tracking fields updated in 163 * count the number of times a method has been attempted, 193 * method before completion of a started, multi-round-trip 194 * userauth method).
|
| /onnv/onnv-gate/usr/src/uts/sun/io/ttymux/ |
| ttymux_ioctl.c | 184 char *enb_str = "\" enable-device\" rot $call-method"; 207 char *dis_str = "\" disable-device\" rot $call-method"; 1124 enum ttymux_break_type method; member in struct:ttymux_abort32 1129 enum ttymux_break_type method; local 1189 method = abreq32->method; 1201 method = abreq->ttymux_method; 1212 method, enable, getmajor(ldev), getminor(ldev))); 1222 method = SOFTHARD_BREAK; 1227 method = SOFTWARE_BREAK [all...] |