Lines Matching refs:reply

134 	kcondvar_t		reply_cv;	/* condvar for getting reply */
135 kmutex_t reply_lock; /* mutex for getting reply */
140 pcimsg_t reply; /* mboxsc_xxxmsg() reply msg */
141 boolean_t reply_recvd; /* msg reply received */
2835 "schpc_reply_handler() - 0x%lx transid reply "
2845 * emulate mboxsc_getmsg by copying the reply
2851 bcopy((caddr_t)pmsg, &entry->reply, length);
2853 /* reply was received */
2857 * wake up thread waiting for reply with transid
2906 * Wait for the schpc_msg_thread to respond that a matching reply has
2918 "schpc_getreply() - 0x%lx transid waiting for reply",
2923 * looking for reply messages
2929 * wait for reply or timeout
2944 "schpc - 0x%lx transid reply timed out", *transidp);
2957 bcopy((caddr_t)&listp->reply, datap, *lengthp);
3083 pcimsg_t reply;
3124 bzero(&reply, sizeof (pcimsg_t));
3131 (void *)&reply, schpc_timeout_getmsg, entry);
3137 *slotstatus = reply.pcimsg_type.pcimsg_getslot;
3141 reply.pcimsg_type.pcimsg_getslot.slot_power_on);
3143 reply.pcimsg_type.pcimsg_getslot.slot_powergood);
3145 reply.pcimsg_type.pcimsg_getslot.slot_powerfault);
3147 reply.pcimsg_type.pcimsg_getslot.slot_empty);
3149 reply.pcimsg_type.pcimsg_getslot.slot_freq_cap);
3151 reply.pcimsg_type.pcimsg_getslot.slot_freq_setting);
3153 reply.pcimsg_type.pcimsg_getslot.slot_condition);
3155 reply.pcimsg_type.pcimsg_getslot.slot_HEALTHY);
3157 reply.pcimsg_type.pcimsg_getslot.slot_ENUM);
3175 pcimsg_t reply;
3224 bzero(&reply, sizeof (pcimsg_t));
3231 (void *)&reply, schpc_timeout_getmsg, entry);
3238 reply.pcimsg_type.pcimsg_setslot.slot_replystatus;