Searched refs:RDR_SES_REQ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h111 RDR_SES_REQ = 1, /* Session open. */ enumerator in enum:__anon383
H A Drdr_messages.c114 { SHORTMSG, SHORTMSG }, /* RDR_SES_REQ */
580 case RDR_SES_REQ: {
830 case RDR_SES_REQ: {
1048 case RDR_SES_REQ: {
1696 if ((op < RDR_SES_REQ) || (op >= RDR_NUM_OPS)) {
H A Ddcs.c122 dcs_ses_req, /* RDR_SES_REQ */
747 if (hdr->message_opcode != RDR_SES_REQ) {
773 * Handle a session request message (RDR_SES_REQ).
814 reply_hdr.message_opcode = RDR_SES_REQ;

Completed in 55 milliseconds