Searched defs:op_type (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_mrsync.c36 IN uint32_t op_type)
50 args.mrs_flags = op_type;
32 dapls_ib_lmr_sync_rdma_common( IN DAT_IA_HANDLE ia_handle, IN const DAT_LMR_TRIPLET *lmr_triplet, IN DAT_VLEN num_segments, IN uint32_t op_type) argument
H A Ddapl_tavor_ibtf_dto.c302 IN ib_send_op_type_t op_type,
352 "dapls_ib_post_send: op_type(%d), cookie(%p) "
353 "num_seg(%d) size(%d) hkey(%016llx)\n", op_type,
367 if (op_type == OP_SEND) {
372 ps_wr.wr_opcode = (ibt_wrc_opcode_t)op_type;
376 if (op_type == OP_RDMA_READ || op_type == OP_RDMA_WRITE) {
455 IN ib_send_op_type_t op_type,
481 "dapls_ib_post_send_one: op_type(%d), cookie(%p) "
482 "num_seg(%d) size(%d) hkey(%016llx)\n", op_type,
301 dapls_ib_post_send(IN DAPL_EP *ep_ptr, IN ib_send_op_type_t op_type, IN DAPL_COOKIE *cookie, IN DAT_COUNT num_segments, IN DAT_LMR_TRIPLET *local_iov, IN const DAT_RMR_TRIPLET *remote_iov, IN DAT_COMPLETION_FLAGS completion_flags) argument
454 dapls_ib_post_send_one(IN DAPL_EP *ep_ptr, IN ib_send_op_type_t op_type, IN DAPL_COOKIE *cookie, IN DAT_LMR_TRIPLET *local_iov, IN const DAT_RMR_TRIPLET *remote_iov) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_util.c301 IN ib_send_op_type_t op_type)
333 op_type,
341 op_type,
293 dapl_ep_post_send_req( IN DAT_EP_HANDLE ep_handle, IN DAT_COUNT num_segments, IN DAT_LMR_TRIPLET *local_iov, IN DAT_DTO_COOKIE user_cookie, IN const DAT_RMR_TRIPLET *remote_iov, IN DAT_COMPLETION_FLAGS completion_flags, IN DAPL_DTO_TYPE dto_type, IN ib_send_op_type_t op_type) argument
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c60 ucrypto_op_t op_type);
62 size_t in_len, uchar_t *out, size_t *out_len, ucrypto_op_t op_type);
64 size_t *out_len, ucrypto_op_t op_type);
67 uchar_t *out, size_t *out_len, ucrypto_op_t op_type);
70 crypto_mechanism_t mech, ucrypto_op_t op_type);
83 ucrypto_op_t op_type)
112 if (op_type == UCRYPTO_SIGN || op_type == UCRYPTO_VERIFY) {
119 (op_type == UCRYPTO_ENCRYPT) ? B_TRUE : B_FALSE);
131 if (op_type
82 create_context(crypto_ctx_t *context, crypto_key_t key, crypto_mechanism_t mech, ucrypto_op_t op_type) argument
249 ucrypto_common_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, ucrypto_op_t op_type) argument
274 ucrypto_common_update(crypto_ctx_t *context, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len, ucrypto_op_t op_type) argument
349 ucrypto_common_final(crypto_ctx_t *context, uchar_t *out, size_t *out_len, ucrypto_op_t op_type) argument
462 ucrypto_atomic(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len, ucrypto_op_t op_type) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c449 Perl_pad_add_anon(pTHX_ SV* sv, OPCODE op_type) argument
459 ix = pad_alloc(op_type, SVs_PADMY);
H A Dtoke.c979 register I32 op_type = yylval.ival; local
981 if (op_type == OP_NULL) {
986 if (op_type == OP_CONST || op_type == OP_READLINE) {
1002 yylval.opval = (OP*)newSVOP(op_type, 0, sv);
1008 PL_sublex_info.sub_inwhat = op_type;
6521 I32 op_type = OP_SCALAR; local
6595 op_type = OP_CONST;
6599 op_type = OP_BACKTICK;
6715 yylval.ival = op_type;
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h426 CK_FLAGS op_type; member in struct:opstate_data

Completed in 64 milliseconds