Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dardi.c2177 return SendSubMessageAndCheckReply(ADP_Profile, ADP_Profile_Stop); in angel_RDI_info()
2180 return SendSubMessageAndCheckReply(ADP_Profile, ADP_Profile_ClearCounts); in angel_RDI_info()
2186 return SendSubMessageWordAndCheckReply(ADP_Profile, ADP_Profile_Start, *arg1); in angel_RDI_info()
2212 ADP_Profile | HtoT, 0, ADP_HandleUnknown, in angel_RDI_info()
2222 reason = ADP_Profile | TtoH; in angel_RDI_info()
2256 msgsend(CI_HADP, "%w%w%w%w%w%w%w", ADP_Profile | HtoT, 0, in angel_RDI_info()
2259 reason = ADP_Profile | TtoH; in angel_RDI_info()
Dadp.h2151 #define ADP_Profile ADPREASON(CI_HADP,19) macro
Ddevsw.c181 case ADP_Profile: fprintf(fp," ADP_Profile "); break; in dumpPacket()