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

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevclnt.h46 DC_APPL = 1, /* application packets */ enumerator in enum:DevChanID
H A Detherdrv.c438 devchan = DC_APPL;
628 else if (packet->type == DC_APPL)
H A Dhostchan.c60 * Handler for DC_APPL packets
781 /* see if there is anything for the DC_APPL channel */
782 adp_err = DevSW_Read(deviceToUse, DC_APPL, &packet, FALSE);
789 printf("GOT DC_APPL PACKET: len %d\nData: ", packet->pk_length);
806 printf("no handler - dropping DC_APPL packet\n");
1019 * install a handler for DC_APPL packets (can be NULL), returning old one.
1026 printf( "Installing DC_APPL handler %x (old %x)\n", handler, old_handler );

Completed in 151 milliseconds