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

1234567891011>>

/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c194 int method; member in struct:__anon4340
200 .method = ACPI_IBM_METHOD_EVENTS,
205 .method = ACPI_IBM_METHOD_EVENTMASK,
210 .method = ACPI_IBM_METHOD_HOTKEY,
216 .method = ACPI_IBM_METHOD_BRIGHTNESS,
221 .method = ACPI_IBM_METHOD_VOLUME,
226 .method = ACPI_IBM_METHOD_MUTE,
231 .method = ACPI_IBM_METHOD_THINKLIGHT,
236 .method = ACPI_IBM_METHOD_BLUETOOTH,
241 .method
625 int method; local
650 acpi_ibm_sysctl_get(struct acpi_ibm_softc *sc, int method) argument
780 acpi_ibm_sysctl_set(struct acpi_ibm_softc *sc, int method, int arg) argument
857 acpi_ibm_sysctl_init(struct acpi_ibm_softc *sc, int method) argument
[all...]
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.h60 const char *method,
83 const char *method,
114 const char *method,
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c265 struct cauthmethod *method; member in struct:cauthctxt
286 int *enabled; /* flag in option struct that enables method */
287 int *batch_flag; /* flag in option struct that disables method */
385 authctxt.method = authmethod_lookup("none");
392 if (authctxt.method == NULL)
410 debug("Authentication succeeded (%s).", authctxt.method->name);
457 if (authctxt->method != NULL && authctxt->method->cleanup != NULL)
458 authctxt->method->cleanup(authctxt);
469 Authmethod *method local
1878 authmethod_is_enabled(Authmethod *method) argument
1894 Authmethod *method = NULL; local
1956 Authmethod *method = NULL; local
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_msctest.h43 uint8_t iface_index, int method);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
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_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,
252 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, argument
271 if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
321 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, argument
344 if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
412 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, argument
435 v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) argument
441 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, char *value, int is_nc) argument
532 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_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,
151 static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
178 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
200 static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
204 do_i2r_name_constraints(method, ncons->permittedSubtrees,
206 do_i2r_name_constraints(method, ncons->excludedSubtrees,
211 static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
H A Dv3_lib.c203 const X509V3_EXT_METHOD *method; local
206 if (!(method = X509V3_EXT_get(ext)))
209 if (method->it)
211 ASN1_ITEM_ptr(method->it));
212 return method->d2i(NULL, &p, ext->value->length);
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dsa.c64 rpc.method = sa->method;
124 sa.method = IB_MAD_METHOD_GET;
176 sa.method = IB_MAD_METHOD_GET;
H A Dserv.c125 rpc.method = mad_get_field(mad, 0, IB_MAD_METHOD_F);
126 if (rpc.method == IB_MAD_METHOD_SET)
127 rpc.method = IB_MAD_METHOD_GET;
128 if (rpc.method != IB_MAD_METHOD_SEND)
129 rpc.method |= IB_MAD_RESPONSE;
155 ("qp 0x%x class 0x%x method %d attr 0x%x mod 0x%x datasz %d off %d qkey %x",
156 portid->qp, rpc.mgtclass, rpc.method, rpc.attr.id, rpc.attr.mod,
/freebsd-11-stable/usr.sbin/ppp/
H A Dlqr.c172 if (p->hdlc.lqm.method & LQM_LQR) {
179 p->hdlc.lqm.method = 0;
185 } else if (p->hdlc.lqm.method & LQM_ECHO) {
194 p->hdlc.lqm.method = 0;
199 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
220 else if (!IsAccepted(l->lcp.cfg.lqr) && !(p->hdlc.lqm.method & LQM_LQR)) {
256 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) ||
281 physical->hdlc.lqm.method = lcp->cfg.echo ? LQM_ECHO : 0;
283 physical->hdlc.lqm.method |= LQM_LQR;
298 if (lcp->want_lqrperiod || physical->hdlc.lqm.method
338 lqr_Stop(struct physical *physical, int method) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolverName.h36 AddressResolverName(const char *class_name, const char *method,
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c51 enum method { enum
58 static enum method method = METHOD_GETADDRINFO; variable in typeref:enum:method
187 switch (method) {
230 run_tests(const char *hostlist_file, enum method method) argument
284 #define RUN_TESTS(tc, method) \
289 ATF_REQUIRE(run_tests(_hostlist_file, method) == 0); \
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.h49 enum eap_sim_db_method method);
52 enum eap_sim_db_method method);
/freebsd-11-stable/sys/dev/psci/
H A Dpsci.c108 char method[16]; local
110 if ((OF_getprop(node, "method", method, sizeof(method))) > 0) {
111 if (strcmp(method, "hvc") == 0)
113 else if (strcmp(method, "smc") == 0)
116 printf("psci: PSCI conduit \"%s\" invalid\n", method);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c67 enum lzo_method method; member in struct:write_lzop
234 data->method = METHOD_LZO1X_1_15; data->level = 1; break;
237 data->method = METHOD_LZO1X_1; data->level = 5; break;
239 data->method = METHOD_LZO1X_999; data->level = 7; break;
241 data->method = METHOD_LZO1X_999; data->level = 8; break;
243 data->method = METHOD_LZO1X_999; data->level = 9; break;
245 switch (data->method) {
299 /* Overwrite method and level. */
300 data->compressed[HEADER_METHOD] = (unsigned char)data->method;
335 switch (data->method) {
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.c97 int sa_query(struct sa_handle * h, uint8_t method, argument
108 rpc.method = method;
164 method = (uint8_t) mad_get_field(mad, 0, IB_MAD_METHOD_F);
170 else if (method != IB_MAD_METHOD_GET_TABLE)
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c115 u_int method, methoduid; local
294 method = 0;
308 method = R_NOOVERWRITE;
419 if ((dp->put)(dp, &key, &data, method) == -1)
427 if ((dp->put)(dp, &key, &data, method) == -1)
443 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
451 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
468 if ((dp->put)(dp, &key, &data, method) == -1)
470 if ((sdp->put)(sdp, &key, &sdata, method) == -1)
510 if ((dp->put)(dp, &key, &data, method)
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_class_port_info.c101 p_resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK;
204 if (p_sa_mad->method != IB_MAD_METHOD_GET) {
207 ib_get_sa_method_str(p_sa_mad->method));
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetusershell_test.c137 run_tests(const char *snapshot_file, enum test_methods method) argument
159 method = TEST_BUILD_SNAPSHOT;
177 switch (method) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h39 * ignore - Whether method decided to drop the current packed (OUT)
54 * allowNotifications - Whether method allows notifications (OUT)
61 * struct eap_method - EAP method interface
62 * This structure defines the EAP method interface. Each method will need to
63 * register its own EAP type, EAP name, and set of function pointers for method
73 * method - EAP type number (EAP_TYPE_*)
75 EapType method; member in struct:eap_method
78 * name - Name of the method (e.g., "TLS")
83 * init - Initialize an EAP method
[all...]
H A Deap.c12 * functions in this file. The method functions, m.func(), are similar to the
40 EapType method);
123 wpa_printf(MSG_DEBUG, "EAP: deinitialize previously used EAP method "
132 * eap_config_allowed_method - Check whether EAP method is allowed
136 * @method: EAP type
137 * Returns: 1 = allowed EAP method, 0 = not allowed
141 int vendor, u32 method)
151 m[i].method != EAP_TYPE_NONE; i++) {
152 if (m[i].vendor == vendor && m[i].method == method)
139 eap_config_allowed_method(struct eap_sm *sm, struct eap_peer_config *config, int vendor, u32 method) argument
166 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
322 EapType method; local
1351 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
1518 enum { EAP_SM_SIM, EAP_SM_AKA, EAP_SM_AKA_PRIME } method = EAP_SM_SIM; local
2646 u32 method; local
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Ddnsmasq.in58 grep -q '<method name="SetDomainServers">'
198 method=SetDomainServers
204 method=SetServers
207 /uk/org/thekelleys/dnsmasq uk.org.thekelleys.$method \
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h119 return (IB_MAD_METHOD_GETMULTI == p_mad->method
120 || IB_MAD_METHOD_GETTRACETABLE == p_mad->method);

Completed in 309 milliseconds

1234567891011>>