Lines Matching defs:event

72  *				the CS_EVENT_CLIENT_INFO event in the
123 #define CS_UNSUPPORTED_EVENT 0x84 /* Unsupported event in client */
131 * Card Services event codes - these do NOT correspond to the PCMCIA
132 * standard event codes for CS since these events are encoded as
133 * bit flags, while the PCMCIA standard event codes are encoded
136 * event codes; these defines should be used.
138 * The numerical value of an event code determines in what order a client
139 * will receive the event if other events are also pending for that
172 * The CS_EVENT_SS_UPDATED event is generated when Socket Services
179 * The CS_EVENT_STATUS_CHANGE event is generated by a Socket Services
180 * PCE_CARD_STATUS_CHANGE event; this event gets converted to
187 * The CS_EVENT_CARD_REMOVAL is the last "real" CS event and must
189 * event is handed to the client after all other queued events
192 * either of their event masks, then they will also receive
194 * in this low priority removal event, the client can call
196 * the high priority removal event.
201 * The following are not events but they share the event flags field
206 * receive any events specified in their event masks whenever
224 * event and for the GetClientInfo function.
302 * The client event callback argument structure - this is passed in to
303 * the client event handler. Most of these arguments are identical
317 * Event priority flag passed to the client's event handler; the client
482 ddi_iblock_cookie_t *iblk_cookie; /* event iblk cookie */
483 ddi_idevice_cookie_t *idev_cookie; /* event idev cookie */
492 * by CS to sequence the order of event callbacks and to allow Socket
577 uint32_t EventMask; /* event mask to set or return */
586 uint32_t EventMask; /* event mask to set or return */
599 #define CONF_EVENT_MASK_GLOBAL 0x00000000 /* global event mask */
600 #define CONF_EVENT_MASK_CLIENT 0x00000001 /* client event mask */
601 #define CONF_EVENT_MASK_VALID 0x00000001 /* client event mask */
633 #define MAX_CS_EVENT_BUFSIZE 64 /* single event */
643 event_t event; /* events */