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

1234567891011>>

/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c123 /* if we are in not in a method response of an rmpp nature we must get only 1 */
125 if (p_sa_mad->method != IB_MAD_METHOD_GETTABLE_RESP) {
307 * This struct is passed to the actual send method
313 uint8_t method; member in struct:_osmv_sa_mad_data
321 * method
322 * The method of the mad to be sent
402 p_sa_mad_data->method, /* method */
412 if (p_sa_mad->method == IB_MAD_METHOD_GETMULTI)
492 sa_mad_data.method
[all...]
H A Dosm_vendor_mlx_sa.c130 /* if we are in not in a method response of an rmpp nature we must get only 1 */
132 if (p_sa_mad->method != IB_MAD_METHOD_GETTABLE_RESP) {
415 * This struct is passed to the actual send method
421 uint8_t method; member in struct:_osmv_sa_mad_data
429 * method
430 * The method of the mad to be sent
515 p_sa_mad_data->method, /* method */
602 sa_mad_data.method = IB_MAD_METHOD_GETTABLE;
612 if (p_user_query->method)
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dsshconnect2.c274 Authmethod *method; member in struct:Authctxt
291 int *enabled; /* flag in option struct that enables method */
292 int *batch_flag; /* flag in option struct that disables method */
405 authctxt.method = authmethod_lookup("none");
410 if (authctxt.method == NULL)
448 debug("Authentication succeeded (%s).", authctxt.method->name);
454 if (authctxt->method != NULL && authctxt->method->cleanup != NULL)
455 authctxt->method->cleanup(authctxt);
466 Authmethod *method local
1611 authmethod_is_enabled(Authmethod *method) argument
1627 Authmethod *method = NULL; local
1689 Authmethod *method = NULL; local
[all...]
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap.c12 * functions in this file. The method functions, m.func(), are similar to the
39 EapType method);
103 wpa_printf(MSG_DEBUG, "EAP: deinitialize previously used EAP method "
112 * eap_allowed_method - Check whether EAP method is allowed
115 * @method: EAP type
116 * Returns: 1 = allowed EAP method, 0 = not allowed
118 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
129 m[i].method != EAP_TYPE_NONE; i++) {
130 if (m[i].vendor == vendor && m[i].method == method)
235 EapType method; local
775 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
981 enum { EAP_SM_SIM, EAP_SM_AKA, EAP_SM_AKA_PRIME } method = EAP_SM_SIM; local
1856 u32 method; local
[all...]
H A Deap_i.h36 * ignore - Whether method decided to drop the current packed (OUT)
51 * allowNotifications - Whether method allows notifications (OUT)
58 * struct eap_method - EAP method interface
59 * This structure defines the EAP method interface. Each method will need to
60 * register its own EAP type, EAP name, and set of function pointers for method
70 * method - EAP type number (EAP_TYPE_*)
72 EapType method; member in struct:eap_method
75 * name - Name of the method (e.g., "TLS")
80 * init - Initialize an EAP method
[all...]
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c67 static int method_in_use(struct ib_mad_mgmt_method_table **method,
161 struct ib_mad_mgmt_method_table *method; local
166 method = vendor_class->method_table[i];
167 if (method) {
168 if (method_in_use(&method, mad_reg_req))
180 return ((mad->mad_hdr.method & IB_MGMT_METHOD_RESP) ||
181 (mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) ||
215 struct ib_mad_mgmt_method_table *method; local
348 method = class->method_table[mgmt_class];
349 if (method) {
1204 method_in_use(struct ib_mad_mgmt_method_table **method, struct ib_mad_reg_req *mad_reg_req) argument
1221 allocate_method_table(struct ib_mad_mgmt_method_table **method) argument
1237 check_method_table(struct ib_mad_mgmt_method_table *method) argument
1294 remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, struct ib_mad_agent_private *agent) argument
1313 struct ib_mad_mgmt_method_table **method; local
1380 struct ib_mad_mgmt_method_table **method; local
1482 struct ib_mad_mgmt_method_table *method; local
1600 struct ib_mad_mgmt_method_table *method; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressResolverName.h38 const char *method,
/freebsd-10.1-release/usr.sbin/ppp/
H A Dlqr.c170 if (p->hdlc.lqm.method & LQM_LQR) {
177 p->hdlc.lqm.method = 0;
183 } else if (p->hdlc.lqm.method & LQM_ECHO) {
192 p->hdlc.lqm.method = 0;
197 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
218 else if (!IsAccepted(l->lcp.cfg.lqr) && !(p->hdlc.lqm.method & LQM_LQR)) {
254 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) ||
279 physical->hdlc.lqm.method = lcp->cfg.echo ? LQM_ECHO : 0;
281 physical->hdlc.lqm.method |= LQM_LQR;
296 if (lcp->want_lqrperiod || physical->hdlc.lqm.method
336 lqr_Stop(struct physical *physical, int method) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_alt.c65 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
68 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
98 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
106 ret = i2v_GENERAL_NAME(method, gen, ret);
113 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
239 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, argument
258 if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
308 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, argument
331 if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
399 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, argument
422 v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) argument
428 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, char *value, int is_nc) argument
519 v2i_GENERAL_NAME_ex(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) argument
[all...]
H A Dv3_akey.c67 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
71 static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
86 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
116 static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, argument
H A Dv3_crld.c67 static void *v2i_crld(const X509V3_EXT_METHOD *method,
69 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
286 static void *v2i_crld(const X509V3_EXT_METHOD *method, argument
313 if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
400 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
402 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
416 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
491 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, argument
515 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, argument
H A Dv3_ncons.c66 static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
69 static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
71 static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
110 static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
135 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
157 static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
161 do_i2r_name_constraints(method, ncons->permittedSubtrees,
163 do_i2r_name_constraints(method, ncons->excludedSubtrees,
168 static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.h49 enum eap_sim_db_method method);
52 enum eap_sim_db_method method);
H A Deap_i.h19 * struct eap_method - EAP method interface
20 * This structure defines the EAP method interface. Each method will need to
21 * register its own EAP type, EAP name, and set of function pointers for method
26 EapType method; member in struct:eap_method
46 * free - Free EAP method data
47 * @method: Pointer to the method data registered with
50 * This function will be called when the EAP method is being
51 * unregistered. If the EAP method allocate
[all...]
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_lib.c193 if (s->method == NULL) {
229 s->version = s->method->version;
250 * Check to see if we were changed into a different method, if so, revert
254 && (s->method != s->ctx->method)) {
255 s->method->ssl_free(s);
256 s->method = s->ctx->method;
257 if (!s->method->ssl_new(s))
261 s->method
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c67 enum lzo_method method; member in struct:write_lzop
239 data->method = METHOD_LZO1X_1_15; data->level = 1; break;
242 data->method = METHOD_LZO1X_1; data->level = 5; break;
244 data->method = METHOD_LZO1X_999; data->level = 7; break;
246 data->method = METHOD_LZO1X_999; data->level = 8; break;
248 data->method = METHOD_LZO1X_999; data->level = 9; break;
250 switch (data->method) {
304 /* Overwrite method and level. */
305 data->compressed[HEADER_METHOD] = (unsigned char)data->method;
340 switch (data->method) {
[all...]
/freebsd-10.1-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c114 u_int method, methoduid; local
288 method = 0;
302 method = R_NOOVERWRITE;
413 if ((dp->put)(dp, &key, &data, method) == -1)
421 if ((dp->put)(dp, &key, &data, method) == -1)
437 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
445 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
462 if ((dp->put)(dp, &key, &data, method) == -1)
464 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
503 if ((dp->put)(dp, &key, &data, method)
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_class_port_info.c101 p_resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK;
195 if (p_sa_mad->method != IB_MAD_METHOD_GET) {
198 ib_get_sa_method_str(p_sa_mad->method));
H A Dosm_sminfo_rcv.c99 CL_ASSERT(p_smp->method == IB_MAD_METHOD_GET);
187 if (p_smp->method != IB_MAD_METHOD_SET) {
189 "Unsupported method 0x%X\n", p_smp->method);
440 if (p_smp->method != IB_MAD_METHOD_GET_RESP) {
442 "Unsupported method 0x%X\n", p_smp->method);
531 if (p_smp->method != IB_MAD_METHOD_GET_RESP) {
533 "Unsupported method 0x%X\n", p_smp->method);
[all...]
/freebsd-10.1-release/tools/regression/lib/libc/nss/
H A Dtest-getusershell.c49 static enum test_methods method = TEST_GETUSERSHELL; variable in typeref:enum:test_methods
191 method = TEST_BUILD_SNAPSHOT;
211 switch (method) {
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_stat.d100 hotspot*:::method-entry
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d100 hotspot*:::method-entry
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_poll.h71 #define APR_POLLSET_NODEFAULT 0x010 /**< Do not try to use the default method if
72 * the specified non-default method cannot be
81 APR_POLLSET_DEFAULT, /**< Platform default poll method */
82 APR_POLLSET_SELECT, /**< Poll uses select method */
83 APR_POLLSET_KQUEUE, /**< Poll uses kqueue method */
84 APR_POLLSET_PORT, /**< Poll uses Solaris event port method */
85 APR_POLLSET_EPOLL, /**< Poll uses epoll method */
86 APR_POLLSET_POLL, /**< Poll uses poll method */
87 APR_POLLSET_AIO_MSGQ /**< Poll uses z/OS asio method */
165 * @param method Pol
[all...]
/freebsd-10.1-release/contrib/ofed/management/libibmad/src/
H A Dsmp.c64 rpc.method = IB_MAD_METHOD_SET;
94 rpc.method = IB_MAD_METHOD_GET;
/freebsd-10.1-release/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts58 * spin-table enable method. cpu-release-addr must be
63 enable-method = "spin-table";

Completed in 502 milliseconds

1234567891011>>