| /src/sys/dev/scsipi/ |
| ssvar.h | 46 int (*set_params)(struct ss_softc *, struct scan_io *); member in struct:ss_special
|
| ss.c | 542 if (ss->special && ss->special->set_params) { 544 error = (ss->special->set_params)(ss, sio);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| keymgmt_meth.c | 152 if (keymgmt->set_params == NULL) { 154 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); 503 if (keymgmt->set_params == NULL) 505 return keymgmt->set_params(keydata, params);
|
| evp_enc.c | 1426 int set_params = 1; local 1452 set_params = 0; 1490 set_params = 0; 1503 set_params = 0; /* Fall thru */ 1517 set_params = 0; /* Fall thru */ 1536 set_params = 0; /* Fall thru */ 1611 if (set_params)
|
| evp_local.h | 110 OSSL_FUNC_keymgmt_set_params_fn *set_params; member in struct:evp_keymgmt_st
|
| digest.c | 890 int set_params = 1; local 908 set_params = 0; 920 if (set_params)
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| keymgmt_meth.c | 115 if (keymgmt->set_params == NULL) { 117 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); 418 if (keymgmt->set_params == NULL) 420 return keymgmt->set_params(keydata, params);
|
| evp_enc.c | 1096 int set_params = 1; local 1116 set_params = 0; 1152 set_params = 0; 1165 set_params = 0; /* Fall thru */ 1179 set_params = 0; /* Fall thru */ 1200 set_params = 0; /* Fall thru */ 1277 if (set_params)
|
| evp_local.h | 109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member in struct:evp_keymgmt_st
|
| digest.c | 810 int set_params = 1; local 828 set_params = 0; 840 if (set_params)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 63 void (*set_params)(struct nouveau_plane *); member in struct:nouveau_plane 270 if (nv_plane->set_params) 271 nv_plane->set_params(nv_plane); 355 plane->set_params = nv10_set_params;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-crx.c | 823 goto set_params; 828 goto set_params; 833 goto set_params; 850 goto set_params; 853 set_params:
|
| tc-cr16.c | 1339 goto set_params; 1344 goto set_params; 1349 goto set_params; 1368 set_params:
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-crx.c | 823 goto set_params; 828 goto set_params; 833 goto set_params; 850 goto set_params; 853 set_params:
|
| tc-cr16.c | 1342 goto set_params; 1347 goto set_params; 1352 goto set_params; 1371 set_params:
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| params_test.c | 30 * set_params and get_params functions. 276 int (*set_params)(void *obj, const OSSL_PARAM *params); member in struct:provider_dispatch_st 299 * set_params and get_params calls ignore the lack of parameters that 483 if (!TEST_true(prov->set_params(obj, params))) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| params_test.c | 30 * set_params and get_params functions. 277 int (*set_params)(void *obj, const OSSL_PARAM *params); member in struct:provider_dispatch_st 300 * set_params and get_params calls ignore the lack of parameters that 484 if (!TEST_true(prov->set_params(obj, params))) {
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 608 static Signature set_params = { { }, { { Domain } } }; variable 613 static std::vector<Signature> fn_domain = { domain, set_params }; 873 { "params", { set_params, map_params } }, 979 { "union", { un_params, set_params, map_params } },
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| crypto.c | 1647 int (*set_params)(hx509_context, const heim_octet_string *, member in struct:hx509cipher 2059 return (*crypto->cipher->set_params)(context, param, crypto, ivec);
|