Lines Matching defs:cmdtype

111 			idn_cmd_t cmdtype, idn_nack_t nacktype);
112 static void idn_local_cmd(idn_cmd_t cmdtype, uint_t arg1,
8056 idn_send_cmd(int domid, idn_cmd_t cmdtype, uint_t arg1, uint_t arg2, uint_t
8069 VALID_IDNCMD(cmdtype) ? idncmd_str[cmdtype] : "unknown");
8071 IDN_MSGTIMER_START(domid, IDNP_CMD, (ushort_t)cmdtype,
8074 IDNXDC(domid, &mt, (uint_t)cmdtype, arg1, arg2, arg3);
8078 idn_send_cmdresp(int domid, idn_msgtype_t *mtp, idn_cmd_t cmdtype, uint_t arg1,
8098 IDNXDC(domid, &mt, (uint_t)cmdtype, arg1, arg2, cerrno);
8102 idn_send_cmd_nackresp(int domid, idn_msgtype_t *mtp, idn_cmd_t cmdtype,
8114 (void) IDNXDC(domid, &mt, (uint_t)cmdtype, (uint_t)nacktype, 0, 0);
8118 idn_broadcast_cmd(idn_cmd_t cmdtype, uint_t arg1, uint_t arg2, uint_t arg3)
8130 proc, VALID_IDNCMD(cmdtype) ? idncmd_str[cmdtype] : "unknown",
8137 IDNXDC_BROADCAST(domset, &mt, (uint_t)cmdtype, arg1, arg2, arg3);
8145 idn_local_cmd(cmdtype, arg1, arg2, arg3);
8149 * Since xargs[0] contains the cmdtype, only xargs[1], xargs[2], xargs[3]
8157 idn_cmd_t cmdtype;
8165 GET_XARGS(xargs, &cmdtype, &cmdarg1, &cmdarg2, &cmdarg3);
8176 PR_PROTO("%s:%d: (local=%d) acknack=0x%x, cmdtype=%s(%d), "
8179 VALID_IDNCMD(cmdtype) ? idncmd_str[cmdtype] : "unknown",
8180 cmdtype, cmdarg1, cmdarg2, cmdarg3);
8195 idn_send_cmd_nackresp(domid, mtp, cmdtype,
8216 * the cmdtype (xargs[1]) will be (-1).
8226 cmdtype = (idn_cmd_t)0;
8229 switch (cmdtype) {
8285 proc, domid, cmdtype);
8290 proc, domid, cmdtype);
8296 switch (cmdtype) {
8324 idn_send_cmd_nackresp(domid, mtp, cmdtype,
8338 idn_local_cmd(idn_cmd_t cmdtype, uint_t arg1, uint_t arg2, uint_t arg3)
8345 proc, VALID_IDNCMD(cmdtype) ? idncmd_str[cmdtype] : "unknown",
8354 SET_XARGS(jp->j_msg.m_xargs, cmdtype, arg1, arg2, arg3);