Home
last modified time | relevance | path

Searched refs:csfunction_t (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_stubs.h146 csfunction_t *cardservices;
147 csfunction_t *socketservices;
H A Dcs_priv.h381 csfunction_t *event_callback_handler;
767 extern csfunction_t *cs_socket_services;
H A Dcs.h68 typedef int32_t (csfunction_t)(int32_t, ...); /* for lint - cc -v quieting */ typedef
480 csfunction_t *event_handler;
734 csfunction_t *irq_handler;
/onnv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c78 static csfunction_t *cardservices = NULL;
83 ((csfunction_t *)cs_no_carservices))
157 cardservices = (csfunction_t *)cs_no_carservices; in csx_register_cardservices()
H A Dcs.c105 csfunction_t *cs_socket_services = NULL;
/onnv-gate/usr/src/uts/common/io/pcmcia/
H A Dpcata.c354 irq_req.irq_handler = (csfunction_t *)pcata_intr_hi; in pcata_card_insertion()
H A Dpcide.c333 client_reg.event_handler = (csfunction_t *)pcata_event; in pcata_att1()
/onnv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c523 cr.event_handler = (csfunction_t *)pcwl_ev_hdlr; in pcwl_register_cs()
828 (csfunction_t *)pcwl_intr_hi : (csfunction_t *)pcwl_intr; in pcwl_card_insert()
/onnv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.c583 cr.event_handler = (csfunction_t *)pcan_ev_hdlr; in pcan_register_cs()
833 (csfunction_t *)pcan_intr_hi : (csfunction_t *)pcan_intr; in pcan_card_insert()