Searched refs:DevChanID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | devclnt.h | 43 typedef enum DevChanID { enum 48 } DevChanID; typedef 91 void *cb_data, DevChanID chanID); 132 DevChanID chanID);
|
| H A D | devsw.h | 118 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 D | devsw.c | 289 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 D | rxtx.h | 86 DevChanID type; /* valid when status is RS_GOOD_PKT */
|
| H A D | rx.c | 145 packet->type = (DevChanID)new_ch; in Angel_RxEngine()
|
| H A D | etherdrv.c | 389 DevChanID devchan; in read_packet()
|