Searched refs:function_id (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/sys/arm/ti/
H A Dti_smc.h32 uint32_t ti_smc0(uint32_t r0, uint32_t r1, uint32_t function_id);
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dendecoder_common.c20 for (; fns->function_id != 0; fns++)
21 if (fns->function_id == OSSL_FUNC_KEYMGMT_NEW)
31 for (; fns->function_id != 0; fns++)
32 if (fns->function_id == OSSL_FUNC_KEYMGMT_FREE)
42 for (; fns->function_id != 0; fns++)
43 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT)
53 for (; fns->function_id != 0; fns++)
54 if (fns->function_id == OSSL_FUNC_KEYMGMT_EXPORT)
/freebsd-current/crypto/openssl/providers/common/
H A Dprovider_seeding.c20 for (; fns->function_id != 0; fns++) {
28 switch (fns->function_id) {
H A Dbio_prov.c28 for (; fns->function_id != 0; fns++) {
29 switch (fns->function_id) {
/freebsd-current/crypto/openssl/test/
H A Dupcallstest.c48 for (; in->function_id != 0; in++) {
49 switch (in->function_id) {
H A Dp_test.c236 for (; in->function_id != 0; in++) {
237 switch (in->function_id) {
/freebsd-current/crypto/openssl/providers/
H A Dbaseprov.c136 for (; in->function_id != 0; in++) {
137 switch (in->function_id) {
H A Ddefltprov.c553 for (; in->function_id != 0; in++) {
554 switch (in->function_id) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dcore.h35 * Dispatch table element. function_id numbers and the functions are defined
38 * An array of these is always terminated by function_id == 0
41 int function_id; member in struct:ossl_dispatch_st
/freebsd-current/crypto/openssl/crypto/
H A Dprovider_child.c66 for (; in->function_id != 0; in++) {
67 switch (in->function_id) {
214 for (; in->function_id != 0; in++) {
215 switch (in->function_id) {
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_core.c160 for (; fns->function_id != 0; fns++) {
161 switch (fns->function_id) {
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_int.h55 u8 function_id; member in struct:ecore_igu_block
H A Decore_int.c2036 igu_sb_id, p_block->function_id, p_block->is_pf,
2189 p_block->function_id = p_hwfn->rel_pf_id;
2197 p_block->function_id = p_hwfn->rel_pf_id;
2204 p_block->function_id =
2213 p_block->function_id = 0;
2219 p_block->function_id);
2239 igu_sb_id, p_block->function_id,
2279 p_block->function_id = GET_FIELD(val,
2321 (p_block->function_id == p_hwfn->rel_pf_id)) {
2329 (p_block->function_id >
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Dmac_meth.c79 for (; fns->function_id != 0; fns++) {
80 switch (fns->function_id) {
H A Dkdf_meth.c78 for (; fns->function_id != 0; fns++) {
79 switch (fns->function_id) {
H A Dasymcipher.c343 for (; fns->function_id != 0; fns++) {
344 switch (fns->function_id) {
H A Dexchange.c61 for (; fns->function_id != 0; fns++) {
62 switch (fns->function_id) {
H A Dkem.c277 for (; fns->function_id != 0; fns++) {
278 switch (fns->function_id) {
H A Dkeymgmt_meth.c56 for (; fns->function_id != 0; fns++) {
57 switch (fns->function_id) {
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c314 *func_id = MLX5_GET(query_pages_out, out, function_id);
346 MLX5_SET(manage_pages_in, in, function_id, func_id);
371 MLX5_SET(manage_pages_in, nin, function_id, func_id);
399 func_id = MLX5_GET(manage_pages_in, in, function_id);
436 MLX5_SET(manage_pages_in, in, function_id, func_id);
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_meth.c207 for (; fns->function_id != 0; fns++) {
208 switch (fns->function_id) {
/freebsd-current/crypto/openssl/providers/fips/
H A Dfipsprov.c553 for (; in->function_id != 0; in++) {
560 switch (in->function_id) {
738 for (; in->function_id != 0; in++) {
739 switch (in->function_id) {
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dstats.c45 if (sinfo->function_id == 0xFFFFFFFF)
48 target_id = sinfo->function_id + 1;
309 sinfo.function_id = 0xFFFFFFFF;
383 sinfo.function_id = 0xFFFFFFFF;
H A Dqplib_sp.c1020 if (sinfo->function_id != 0xFFFFFFFF) {
1024 fn_id |= (sinfo->function_id <<
1028 fn_id = sinfo->function_id &
1034 req.function_id = cpu_to_le32(fn_id);
1185 req.function_id =
1191 req.function_id = cpu_to_le32(fid);
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c241 for (; fns->function_id != 0; fns++) {
242 switch (fns->function_id) {

Completed in 156 milliseconds

12