Home
last modified time | relevance | path

Searched refs:dat1 (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c99 (Message.dat1 == 0) && in ADM_Send_file()
107 (Message.dat1 != BP_DAT1_SRECORD_ACK)) { in ADM_Send_file()
109 if (Message.dat1 == in ADM_Send_file()
115 (int)Message.dat1); in ADM_Send_file()
164 ADM_Display_download_error(int cmd, int dat1) in ADM_Display_download_error() argument
167 if (dat1 == BP_DAT1_REJECTED) { in ADM_Display_download_error()
171 } else if (dat1 == BP_DAT1_RANGE_ERR) { in ADM_Display_download_error()
176 } else if (dat1 == BP_DAT1_VERIFY_ERR) { in ADM_Display_download_error()
181 } else if (dat1 == BP_DAT1_ERASE_ERR) { in ADM_Display_download_error()
186 } else if (dat1 == BP_DAT1_INT_WP_ERR) { in ADM_Display_download_error()
[all …]
H A Ddownload.c131 Message.dat1 = 0; in ADM_Process_download()
152 (Message.dat1 != BP_DAT1_BOOTINIT_ACK)) { in ADM_Process_download()
155 Message.dat1); in ADM_Process_download()
189 Message.dat1 = 0; in ADM_Process_download()
H A Dadm.h104 void ADM_Display_download_error(int cmd, int dat1); /* in send_file.c */
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dbasic.sh91 date > dat1 || err_exit "date > dat1 failed"
92 test -r dat1 || err_exit "dat1 is not readable"
93 x=dat1
95 cat dat1 dat2 | cat | cat | cat > dat3 || err_exit "cat pipe failed"
99 cat dat1 dat2 | cat | cat | cat > dat5 &
/titanic_44/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp_boot.h75 uint8_t dat1; member
/titanic_44/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c475 bpmsg_reply.cmd, bpmsg_reply.dat1, bpmsg_reply.dat2); in rscp_send_bpmsg()
/titanic_44/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c457 msgp->cmd, msgp->dat1, msgp->dat2)); in dp_got_bp_msg()
1524 bp_msg->cmd, bp_msg->dat1, bp_msg->dat2)); in rmc_comm_bp_msend()
H A Drmc_comm_drvintf.c613 bp_msg->dat1 == BP_DAT1_REJECTED) { in rmc_comm_request_response_bp()