Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c97 (Message.dat1 == 0) && in ADM_Send_file()
107 if (Message.dat1 == in ADM_Send_file()
113 (int)Message.dat1); in ADM_Send_file()
165 if (dat1 == BP_DAT1_REJECTED) { in ADM_Display_download_error()
169 } else if (dat1 == BP_DAT1_RANGE_ERR) { in ADM_Display_download_error()
174 } else if (dat1 == BP_DAT1_VERIFY_ERR) { in ADM_Display_download_error()
179 } else if (dat1 == BP_DAT1_ERASE_ERR) { in ADM_Display_download_error()
184 } else if (dat1 == BP_DAT1_INT_WP_ERR) { in ADM_Display_download_error()
189 } else if (dat1 == BP_DAT1_WP_ERR) { in ADM_Display_download_error()
194 } else if (dat1 == BP_DAT1_VPP_ERR) { in ADM_Display_download_error()
[all …]
H A Ddownload.c129 Message.dat1 = 0; in ADM_Process_download()
150 (Message.dat1 != BP_DAT1_BOOTINIT_ACK)) { in ADM_Process_download()
153 Message.dat1); in ADM_Process_download()
187 Message.dat1 = 0; in ADM_Process_download()
H A Dadm.h102 void ADM_Display_download_error(int cmd, int dat1); /* in send_file.c */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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 &
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp_boot.h75 uint8_t dat1; member
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c473 bpmsg_reply.cmd, bpmsg_reply.dat1, bpmsg_reply.dat2); in rscp_send_bpmsg()
/illumos-gate/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()