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

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevclnt.h44 DC_DBUG = 0, /* reliable debug packets enumerator in enum:DevChanID
H A Dhostchan.c303 if ((retc = DevSW_Open(deviceToUse, name, arg, DC_DBUG)) != adp_ok)
340 retc = DevSW_Close(deviceToUse, DC_DBUG);
583 return DevSW_Write(deviceToUse, packet, DC_DBUG);
649 adp_err = DevSW_Read(deviceToUse, DC_DBUG, &packet,
661 send_resend_msg(DC_DBUG);
679 send_resend_msg(DC_DBUG);
736 send_resend_msg(DC_DBUG);
755 send_resend_msg(DC_DBUG);
881 dev_err = DevSW_Write(deviceToUse, packet, DC_DBUG);
H A Detherdrv.c436 devchan = DC_DBUG;
454 nbytes, (devchan == DC_DBUG) ? "DBUG" : "APPL");
626 if (packet->type == DC_DBUG)
638 packet->len, (packet->type == DC_DBUG) ? "DBUG" : "APPL");

Completed in 109 milliseconds