Home
last modified time | relevance | path

Searched refs:ADP_Control (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.c2020 msgsend(CI_HADP, "%w%w%w%w%w%w", ADP_Control | HtoT, 0, in angel_RDI_info()
2023 reason = ADP_Control |TtoH; in angel_RDI_info()
2045 msgsend(CI_HADP, "%w%w%w%w%w%w", ADP_Control | HtoT, 0, in angel_RDI_info()
2048 reason = ADP_Control |TtoH; in angel_RDI_info()
2069 return SendSubMessageAndCheckReply(ADP_Control, ADP_Ctrl_Download_Supported); in angel_RDI_info()
2365 ADP_Control | HtoT, 0, in angel_RDI_LoadConfigData()
2376 reason=ADP_Control | TtoH; in angel_RDI_LoadConfigData()
2454 msgsend(CI_HADP, "%w%w%w%w%w%w%w", ADP_Control | HtoT, in angel_RDI_LoadAgent()
2457 reason=ADP_Control | TtoH; in angel_RDI_LoadAgent()
2507 msgsend(CI_HADP, "%w%w%w%w%w%w", ADP_Control | HtoT, in angel_RDI_LoadAgent()
[all …]
H A Dadp.h978 #define ADP_Control ADPREASON(CI_HADP,2) macro
H A Ddevsw.c164 case ADP_Control: fprintf(fp," ADP_Control "); break; in dumpPacket()