Home
last modified time | relevance | path

Searched refs:DevChanID (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevclnt.h43 typedef enum DevChanID { enum
48 } DevChanID; typedef
91 void *cb_data, DevChanID chanID);
132 DevChanID chanID);
H A Ddevsw.h118 const DevChanID type);
163 AdpErrs DevSW_Close(DeviceDescr *device, const DevChanID type);
190 AdpErrs DevSW_Read(const DeviceDescr *device, const DevChanID type,
214 AdpErrs DevSW_Write(const DeviceDescr *device, Packet *packet, DevChanID type);
H A Ddevsw.c289 static void initialise_write(DriverCall *dc, Packet *packet, DevChanID type) in initialise_write()
398 const DevChanID type) in DevSW_Open()
444 AdpErrs DevSW_Close (DeviceDescr *device, const DevChanID type) in DevSW_Close()
476 AdpErrs DevSW_Read(const DeviceDescr *device, const DevChanID type, in DevSW_Read()
566 AdpErrs DevSW_Write(const DeviceDescr *device, Packet *packet, DevChanID type) in DevSW_Write()
H A Drxtx.h86 DevChanID type; /* valid when status is RS_GOOD_PKT */
H A Drx.c145 packet->type = (DevChanID)new_ch; in Angel_RxEngine()
H A Detherdrv.c389 DevChanID devchan; in read_packet()