Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 1241) sorted by relevance

12345678910>>...50

/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c103 u_int method, methoduid; in main() local
271 method = 0; in main()
285 method = R_NOOVERWRITE; in main()
396 if ((dp->put)(dp, &key, &data, method) == -1) in main()
404 if ((dp->put)(dp, &key, &data, method) == -1) in main()
420 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main()
428 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main()
445 if ((dp->put)(dp, &key, &data, method) == -1) in main()
447 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main()
478 if ((dp->put)(dp, &key, &data, method) == -1) in main()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dpartition.txt13 method is used for a given flash device. To describe the method there should be
15 'compatible' property, which is used to identify the method to use.
22 another partitioning method.
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62a7.dtsi43 enable-method = "psci";
57 enable-method = "psci";
71 enable-method = "psci";
85 enable-method = "psci";
H A Dk3-am62p5.dtsi42 enable-method = "psci";
57 enable-method = "psci";
72 enable-method = "psci";
87 enable-method = "psci";
H A Dk3-am654.dtsi40 enable-method = "psci";
54 enable-method = "psci";
68 enable-method = "psci";
82 enable-method = "psci";
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap806-quad.dtsi22 enable-method = "psci";
37 enable-method = "psci";
52 enable-method = "psci";
67 enable-method = "psci";
H A Darmada-ap807-quad.dtsi22 enable-method = "psci";
37 enable-method = "psci";
52 enable-method = "psci";
67 enable-method = "psci";
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-qcom-hw.yaml223 enable-method = "psci";
244 enable-method = "psci";
260 enable-method = "psci";
276 enable-method = "psci";
292 enable-method = "psci";
308 enable-method = "psci";
324 enable-method = "psci";
340 enable-method = "psci";
/freebsd/contrib/ofed/libibmad/
H A Dsa.c64 rpc.method = sa->method; in sa_rpc_call()
124 sa.method = IB_MAD_METHOD_GET; in ib_path_query_via()
176 sa.method = IB_MAD_METHOD_GET; in ib_node_query_via()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_SESSION_get_compress_id.pod17 SSL_SESSION_get_compress_id() will return the id for the compression method or
18 0 otherwise. The only built-in supported compression method is zlib which has an
23 SSL_SESSION_get_compress_id() returns the id of the compression method or 0 if
H A DSSL_clear.pod15 Reset B<ssl> to allow another connection. All settings (method, ciphers,
29 settings corresponding. This explicitly means, that e.g. the special method
32 method for the next handshake and a SSL server object will use a TLSv1
33 server method, even if TLS_*_methods were chosen on startup. This
35 for a description of the method's properties.
H A DDH_set_method.pod6 DH_set_method, DH_new_method, DH_OpenSSL - select DH method
32 operations. By modifying the method, alternative implementations
40 DH_set_default_method() makes B<meth> the default method for all DH
52 This will replace the DH_METHOD used by the DH key and if the previous method
75 the method for B<dh> (including unloading the ENGINE handle if the previous
76 method was supplied by an ENGINE).
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c21 static void *v2i_crld(const X509V3_EXT_METHOD *method,
23 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
241 static void *v2i_crld(const X509V3_EXT_METHOD *method, in v2i_crld() argument
269 if ((gen = v2i_GENERAL_NAME(method, ctx, cnf)) == NULL) in v2i_crld()
348 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
350 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
364 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp() argument
440 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() argument
464 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, in i2r_crldp() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp360 CGObjCRuntime::getMessageSendInfo(const ObjCMethodDecl *method, in getMessageSendInfo() argument
369 if (method) { in getMessageSendInfo()
371 CGM.getTypes().arrangeObjCMessageSendSignature(method, callArgs[0].Ty); in getMessageSendInfo()
387 const ObjCMethodDecl *method, in canMessageReceiverBeNull() argument
398 if (classReceiver && method && method->isClassMethod()) in canMessageReceiverBeNull()
430 const ObjCMethodDecl *method, in destroyCalleeDestroyedArguments() argument
433 for (auto i = method->param_begin(), e = method->param_end(); in destroyCalleeDestroyedArguments()
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/
H A Dgs101.dtsi75 enable-method = "psci";
85 enable-method = "psci";
95 enable-method = "psci";
105 enable-method = "psci";
115 enable-method = "psci";
125 enable-method = "psci";
135 enable-method = "psci";
145 enable-method = "psci";
152 entry-method = "psci";
231 method = "smc";
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml248 entry-method:
339 enable-method = "psci";
348 enable-method = "psci";
357 enable-method = "psci";
366 enable-method = "psci";
375 enable-method = "psci";
384 enable-method = "psci";
393 enable-method = "psci";
402 enable-method = "psci";
411 enable-method = "psci";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9836.dtsi23 enable-method = "psci";
30 enable-method = "psci";
37 enable-method = "psci";
44 enable-method = "psci";
211 method = "smc";
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_neigh.py13 def setup_method(self, method): argument
14 method_name = method.__name__
19 super().setup_method(method)
/freebsd/crypto/openssl/crypto/ct/
H A Dct_x509v3.c16 static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) in i2s_poison() argument
21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison() argument
26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST() argument
/freebsd/crypto/openssh/
H A Dauth.c269 const char *method, const char *submethod) in auth_log() argument
283 strcmp(method, "password") == 0) in auth_log()
303 method, in auth_log()
318 if (strcmp(method, "password") == 0 || in auth_log()
319 strncmp(method, "keyboard-interactive", 20) == 0 || in auth_log()
320 strcmp(method, "challenge-response") == 0) in auth_log()
325 audit_event(ssh, audit_classify_auth(method)); in auth_log()
356 auth_root_allowed(struct ssh *ssh, const char *method) in auth_root_allowed() argument
362 if (strcmp(method, "publickey") == 0 || in auth_root_allowed()
363 strcmp(method, "hostbased") == 0 || in auth_root_allowed()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm4450.dtsi42 enable-method = "psci";
66 enable-method = "psci";
84 enable-method = "psci";
102 enable-method = "psci";
120 enable-method = "psci";
138 enable-method = "psci";
156 enable-method = "psci";
174 enable-method = "psci";
225 entry-method = "psci";
278 method = "smc";
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos7885.dtsi90 enable-method = "psci";
97 enable-method = "psci";
104 enable-method = "psci";
111 enable-method = "psci";
118 enable-method = "psci";
125 enable-method = "psci";
132 enable-method = "psci";
139 enable-method = "psci";
145 method = "smc";
/freebsd/sys/vm/
H A Dvm_pager.c591 pgo_set_writeable_dirty_t *method; in vm_object_set_writeable_dirty() local
595 method = pagertab[object->type]->pgo_set_writeable_dirty; in vm_object_set_writeable_dirty()
596 if (method != NULL) in vm_object_set_writeable_dirty()
597 method(object); in vm_object_set_writeable_dirty()
603 pgo_mightbedirty_t *method; in vm_object_mightbedirty() local
607 method = pagertab[object->type]->pgo_mightbedirty; in vm_object_mightbedirty()
608 if (method == NULL) in vm_object_mightbedirty()
610 return (method(object)); in vm_object_mightbedirty()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186-p3310.dtsi367 enable-method = "psci";
371 enable-method = "psci";
375 enable-method = "psci";
379 enable-method = "psci";
383 enable-method = "psci";
387 enable-method = "psci";
394 method = "smc";
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c152 const char *method = NULL; local
174 method = optarg;
204 if (method != NULL) {
208 if (strcmp(methods[i], method))

12345678910>>...50