Searched defs:pcic_handle (Results 1 – 1 of 1) sorted by relevance
52 struct pcic_handle { struct56 u_int8_t (*ph_read)(struct pcic_handle *, int); argument57 void (*ph_write)(struct pcic_handle *, int, int); argument59 int vendor;60 int sock;61 int flags;62 int laststate;63 int memalloc;64 struct {69 } mem[PCIC_MEM_WINS];[all …]