Searched refs:method (Results 101 - 125 of 340) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getpw.c49 static enum test_methods method = TEST_BUILD_SNAPSHOT; variable in typeref:enum:test_methods
394 method = TEST_GETPWNAM;
397 method = TEST_GETPWUID;
400 method = TEST_GETPWENT;
403 method = TEST_GETPWENT_2PASS;
417 method = TEST_BUILD_SNAPSHOT;
427 if (method == TEST_BUILD_SNAPSHOT) {
441 switch (method) {
H A Dtest-getrpc.c51 static enum test_methods method = TEST_BUILD_SNAPSHOT; variable in typeref:enum:test_methods
441 method = TEST_GETRPCBYNAME;
444 method = TEST_GETRPCBYNUMBER;
447 method = TEST_GETRPCENT;
450 method = TEST_GETRPCENT_2PASS;
464 method = TEST_BUILD_SNAPSHOT;
474 if (method == TEST_BUILD_SNAPSHOT) {
487 switch (method) {
H A Dtest-getserv.c51 static enum test_methods method = TEST_BUILD_SNAPSHOT; variable in typeref:enum:test_methods
457 method = TEST_GETSERVBYNAME;
460 method = TEST_GETSERVBYPORT;
463 method = TEST_GETSERVENT;
466 method = TEST_GETSERVENT_2PASS;
480 method = TEST_BUILD_SNAPSHOT;
490 if (method == TEST_BUILD_SNAPSHOT) {
503 switch (method) {
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_helper.c443 const char *ib_get_sa_method_str(IN uint8_t method) argument
445 if (method & 0x80) {
446 method = method & 0x7f;
447 if (method >= OSM_SA_METHOD_STR_UNKNOWN_VAL)
448 method = OSM_SA_METHOD_STR_UNKNOWN_VAL;
450 return (__ib_sa_resp_method_str[method]);
452 if (method >= OSM_SA_METHOD_STR_UNKNOWN_VAL)
453 method = OSM_SA_METHOD_STR_UNKNOWN_VAL;
454 return (__ib_sa_method_str[method]);
460 ib_get_sm_method_str(IN uint8_t method) argument
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_syscolors.d13 * This watches Tcl method entries and returns, and indents child
14 * method calls.
62 tcl$target:::method-entry,
63 tcl$target:::method-return,
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_syscolors.d13 * This watches Tcl method entries and returns, and indents child
14 * method calls.
62 tcl$target:::method-entry,
63 tcl$target:::method-return,
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dsmpdump.c88 uint8_t method; member in struct:drsmp
116 smp->method = 1;
142 smp->method = 1;
157 smp->method = 2; /* SET */
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h76 u8 method,
/freebsd-9.3-release/usr.sbin/ppp/
H A Dhdlc.h74 int method; /* bit-mask for LQM_* from lqr.h */ member in struct:hdlc::__anon11012
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dx509v3.h80 typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V) (struct v3_ext_method *method,
84 typedef void *(*X509V3_EXT_V2I)(struct v3_ext_method *method,
87 typedef char *(*X509V3_EXT_I2S)(struct v3_ext_method *method, void *ext);
88 typedef void *(*X509V3_EXT_S2I)(struct v3_ext_method *method,
90 typedef int (*X509V3_EXT_I2R) (struct v3_ext_method *method, void *ext,
92 typedef void *(*X509V3_EXT_R2I)(struct v3_ext_method *method,
205 ASN1_OBJECT *method; member in struct:ACCESS_DESCRIPTION_st
474 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
477 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
481 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
[all...]
H A Dv3_sxnet.c71 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
74 static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
106 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
133 static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
H A Dv3_pci.c43 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
45 static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method,
58 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, argument
226 static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method, argument
/freebsd-9.3-release/sys/netgraph/
H A Dng_rfc1490.c93 u_int8_t method; member in struct:ng_rfc1490_encap_t
170 /* Initialize to default encapsulation method - ietf-ip */
235 /* Search for matching encapsulation method */
236 for (enc = ng_rfc1490_encaps; enc->method != 0; enc++ )
241 if (enc->method != 0)
323 if (priv->enc->method == NG_RFC1490_ENCAP_CISCO)
395 switch (priv->enc->method) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c300 const char *method; local
304 method = "GET";
307 method = "POST";
310 method = "HEAD";
313 method = "PUT";
316 method = "DELETE";
319 method = "OPTIONS";
322 method = "TRACE";
325 method = "CONNECT";
328 method
429 const char *method; local
1594 char *method; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dauth.c276 const char *method, const char *submethod)
288 strcmp(method, "password") == 0)
300 method,
314 (strcmp(method, "password") == 0 ||
315 strncmp(method, "keyboard-interactive", 20) == 0 ||
316 strcmp(method, "challenge-response") == 0))
327 audit_event(audit_classify_auth(method));
335 auth_root_allowed(const char *method) argument
341 if (strcmp(method, "password") != 0)
275 auth_log(Authctxt *authctxt, int authenticated, int partial, const char *method, const char *submethod) argument
/freebsd-9.3-release/lib/libc/net/
H A Dnsdispatch.c578 const char *method, const ns_dtab disp_tab[], void **mdata)
588 return (disp_tab[i].method);
594 key.name = method;
599 return (match->method);
622 nss_method method, fb_method; local
680 method = nss_method_lookup(srclist[i].name, database,
683 if (method != NULL) {
712 result = method(retval, mdata, ap);
718 result = method(retval, mdata, ap);
577 nss_method_lookup(const char *source, const char *database, const char *method, const ns_dtab disp_tab[], void **mdata) argument
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_pkt.c369 enc_err = s->method->ssl3_enc->enc(s, 0);
439 i = s->method->ssl3_enc->mac(s, md, 0 /* not send */ );
640 i = s->method->ssl_dispatch_alert(s);
734 s->method->ssl3_enc->mac(s, &(p[wr->length]), 1);
741 s->method->ssl3_enc->enc(s, 1);
1344 if (!s->method->ssl3_enc->setup_key_block(s))
1348 if (!s->method->ssl3_enc->change_cipher_state(s, i))
1356 sender = s->method->ssl3_enc->server_finished_label;
1357 slen = s->method->ssl3_enc->server_finished_label_len;
1359 sender = s->method
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dcompress.c32 * uncompress(method, old, n, newch) - uncompress old into new,
33 * using method, return sizeof new
380 uncompressbuf(struct magic_set *ms, int fd, size_t method, argument
390 if (method == 2)
420 if (compr[method].silent)
424 (void)execvp(compr[method].argv[0],
425 (char *const *)(intptr_t)compr[method].argv);
428 compr[method].argv[0], strerror(errno));
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_ttls.c2 * EAP peer method: EAP-TTLS (RFC 5281)
140 data->phase2_eap_type.method = EAP_TYPE_NONE;
455 u8 method)
460 data->phase2_eap_types[i].method != method)
465 data->phase2_eap_type.method =
466 data->phase2_eap_types[i].method;
468 "Phase 2 EAP vendor %d method %d",
470 data->phase2_eap_type.method);
507 u8 method, struc
454 eap_ttls_phase2_select_eap_method(struct eap_ttls_data *data, u8 method) argument
503 eap_ttls_phase2_request_eap_method(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, u8 method, struct wpabuf **resp) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc143 // Windows also has modal pop-up message boxes. As this method is used by
/freebsd-9.3-release/sys/powerpc/ofw/
H A Drtas.c190 /* Call an RTAS method by token */
247 rtas_token_lookup(const char *method) argument
254 if (OF_getprop(rtas, method, &token, sizeof(token)) == -1)
/freebsd-9.3-release/contrib/cvs/src/
H A Dlogin.c298 if (root->method != pserver_method)
301 internal error: can only call password_entry_operation with pserver method");
307 /* Yes, the method below reads the user's password file twice when we have
530 if (current_parsed_root->method != pserver_method)
532 error (0, 0, "can only use `login' command with the 'pserver' method");
629 if (current_parsed_root->method != pserver_method)
631 error (0, 0, "can only call get_cvs_password with pserver method");
659 if (current_parsed_root->method != pserver_method)
661 error (0, 0, "can only use pserver method with `logout' command");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dui-file.h54 typedef void (ui_file_put_ftype) (struct ui_file *stream, ui_file_put_method_ftype * method, void *context);
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c267 p_resp_mad->common_hdr.method = osmv_invert_method(p_req_mad->method);
293 p_resp_mad->common_hdr.method = osmv_invert_method(p_req_mad->method);
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap.h35 u32 method; member in struct:eap_user::__anon4379

Completed in 206 milliseconds

1234567891011>>