Searched refs:msg (Results 401 - 425 of 1412) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_send.c62 "ibmf_i_issue_pkt() enter, clientp = %p, msg = %p, "
64 tnf_opaque, msg, msgimplp, tnf_opaque, ibmf_qp_handle,
103 tnf_string, msg, "post send failure",
150 tnf_opaque, qp_hdl, ibmf_qp_handle, tnf_opaque, msg, msgimplp,
172 tnf_string, msg, "unable to allocate send resources",
199 tnf_string, msg, "unable to issue packet",
227 tnf_opaque, qp_hdl, ibmf_qp_handle, tnf_opaque, msg, msgimplp,
237 tnf_string, msg, "unable to send packet",
352 tnf_string, msg, "ci_send_taskq == NULL");
371 tnf_string, msg, "sen
[all...]
H A Dibmf_recv.c120 tnf_string, msg, "taskq dispatch of ud_dest "
169 tnf_string, msg, "recv wqe flushed");
193 "QP# = %d\n", tnf_string, msg,
204 "status = %d\n", tnf_string, msg,
221 "QP# = %d\n", tnf_string, msg,
232 "status = %d\n", tnf_string, msg,
251 tnf_string, msg, "bad completion status received",
269 tnf_string, msg, "bad MAD version");
286 tnf_string, msg, "bad class/type");
320 tnf_string, msg, "dispatc
[all...]
H A Dibmf_saa_events.c162 "ibmf_saa_subscribe_events: %s\n", tnf_string, msg,
275 tnf_string, msg, "Sending informinfo request",
341 tnf_string, msg, "ibmf_saa_impl_send_request() failed",
350 "ibmf_saa_send_informinfo: %s\n", tnf_string, msg,
409 tnf_string, msg, "Unknown producer type",
478 tnf_string, msg, "handling unsubscribe");
511 tnf_string, msg, "Unknown producer type",
527 tnf_string, msg, "Received duplicate response",
545 tnf_string, msg, "could not get informinfo resp",
563 tnf_string, msg, "al
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c563 LDAPMessage *msg = 0; local
568 ret = ldap_result(ld, ret, 0, &tv, &msg);
576 ret = ldap_result2error(ld, msg, 0);
578 if (msg != 0)
579 (void) ldap_msgfree(msg);
1350 LDAPMessage *msg = 0, *m; local
1484 proxyInfo.search_size_limit, &msg);
1508 proxyInfo.search_size_limit, &msg);
1512 &tv, &msg);
1531 (void) ldap_parse_result(lc->ld, msg, NUL
2051 LDAPMessage *msg = 0; local
2228 LDAPMessage *msg = 0; local
2522 LDAPMessage *msg = 0; local
2627 LDAPMessage *msg = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c54 u32 E1000_UNUSEDARG *msg,
66 * @msg: The message buffer
72 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
84 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
92 * @msg: The message buffer
98 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
109 ret_val = mbx->ops.write(hw, msg, size, mbx_id);
239 * @msg: The message buffer
246 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
260 ret_val = mbx->ops.read(hw, msg, siz
53 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw, u32 E1000_UNUSEDARG *msg, u16 E1000_UNUSEDARG size, u16 E1000_UNUSEDARG mbx_id) argument
275 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
457 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
498 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
679 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
722 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c231 struct rpc_msg *msg; member in struct:svcrpcsec_gss_taskq_arg
688 struct rpc_msg *msg,
856 if (!set_response_verf(rqst, msg, client_data,
878 (void) retrans_add(client_data, msg->rm_xid, &call_res);
904 retval = do_gss_accept(arg->rq_xprt, arg->rpc_call_arg, arg->msg,
911 rpc_msg_free(&arg->msg, MAX_AUTH_BYTES);
923 struct rpc_msg *msg,
982 /* get a dup of rpc msg for taskq thread */
983 arg->msg = rpc_msg_dup(msg); /* task
685 do_gss_accept( SVCXPRT *xprt, rpc_gss_init_arg *call_arg, struct rpc_msg *msg, svc_rpc_gss_data *client_data, uint_t cr_version, rpc_gss_service_t cr_service) argument
921 rpcsec_gss_init( struct svc_req *rqst, struct rpc_msg *msg, rpc_gss_creds creds, bool_t *no_dispatch, svc_rpc_gss_data *c_d) argument
1015 rpcsec_gss_continue_init( struct svc_req *rqst, struct rpc_msg *msg, rpc_gss_creds creds, bool_t *no_dispatch) argument
1106 rpcsec_gss_data( struct svc_req *rqst, struct rpc_msg *msg, rpc_gss_creds creds, bool_t *no_dispatch) argument
1335 __svcrpcsec_gss( struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) argument
1406 check_verf(struct rpc_msg *msg, gss_ctx_id_t context, int *qop_state, uid_t uid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c521 uint32_t *msg, count; local
548 msg = GET_IQ_ENTRY(pwp, iqe);
549 if (msg == NULL) {
558 bzero(msg, PMCS_QENTRY_SIZE);
562 msg[0] = LE_32(PMCS_HIPRI(pwp, iqo, PMCIN_ECHO));
564 msg[0] = LE_32(PMCS_IOMB_IN_SAS(iqo, PMCIN_ECHO));
566 msg[1] = LE_32(pwrk->htag);
570 (void) memcpy(&msg[2], &fred, sizeof (fred));
626 uint32_t *msg; local
651 msg
737 uint32_t *msg; local
894 uint32_t *msg; local
968 uint32_t htag, *ptr, status, msg[PMCS_MSG_SIZE << 1]; local
1057 uint32_t htag, *ptr, msg[PMCS_MSG_SIZE << 1]; local
1256 uint32_t *msg; local
1357 uint32_t msg[PMCS_MSG_SIZE], *ptr, status; local
1440 char *msg = NULL; local
4160 uint32_t msg[PMCS_MSG_SIZE], *ptr, htag, status, ival; local
4394 uint32_t status, *ptr, msg[PMCS_MSG_SIZE], htag; local
4876 uint32_t msg[PMCS_MSG_SIZE], *ptr; local
5058 uint32_t msg[PMCS_MSG_SIZE], *ptr, status; local
5279 uint32_t msg[PMCS_QENTRY_SIZE], *ptr, result, status; local
5949 pmcs_print_entry(pmcs_hw_t *pwp, int level, char *msg, void *arg) argument
5973 uint32_t *msg; local
6155 uint32_t msg[PMCS_MSG_SIZE], *ptr; local
6194 pmcs_dma_load(pmcs_hw_t *pwp, pmcs_cmd_t *sp, uint32_t *msg) argument
[all...]
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Dmp_utils.h92 void log(int priority, const char *routine, char *msg, ...);
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A DMakefile58 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A DMakefile56 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/krb5_migrate/
H A DMakefile57 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A DMakefile58 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/smbfs/
H A DMakefile59 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A DMakefile58 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile59 include ../../Makefile.msg.targ
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h51 typedef void rscp_bpmsg_cb_t(bp_msg_t *msg);
/illumos-gate/usr/src/lib/libscf/
H A DMakefile74 include ../../Makefile.msg.targ
/illumos-gate/usr/src/lib/libsec/
H A DMakefile66 include ../../Makefile.msg.targ
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java69 SLPV1SAttrMsg msg = new SLPV1SAttrMsg();
70 msg.hdr = hdr;
72 msg.makeReply(new Vector(), null);
74 return msg;
/illumos-gate/usr/src/lib/libcpc/
H A DMakefile64 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/libdiskmgt/
H A DMakefile70 include ../../Makefile.msg.targ
/illumos-gate/usr/src/lib/libdlpi/
H A DMakefile62 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java134 * @param msg message included by DTrace, if any
143 Integer processExitStatus, String msg)
150 message = msg;
159 * Integer processExitStatus, String msg)
167 Integer processExitStatus, String msg)
174 message = msg;
140 ProcessState(int pid, State processState, int processTerminationSignal, String processTerminationSignalName, Integer processExitStatus, String msg) argument
164 ProcessState(int pid, String processStateName, int processTerminationSignal, String processTerminationSignalName, Integer processExitStatus, String msg) argument
/illumos-gate/usr/src/lib/libelfsign/
H A DMakefile66 include $(SRC)/Makefile.msg.targ
/illumos-gate/usr/src/lib/libgrubmgmt/
H A DMakefile62 include ../../Makefile.msg.targ

Completed in 134 milliseconds

<<11121314151617181920>>