Searched refs:client_info_t (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h95 } client_info_t; typedef in typeref:struct:client_info
98 client_info_t *head;
99 client_info_t *tail;
H A Dldom_xmpp_client.c322 client_info_t *p;
434 static client_info_t *
437 client_info_t *p;
455 client_info_t *clt;
465 clt = (client_info_t *)ldom_alloc(sizeof (client_info_t));
494 client_info_t *p;
520 ldom_free(p, sizeof (client_info_t));
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h73 * client_info_t->VendorName member.
223 * client_info_t structure used by clients for a CS_EVENT_CLIENT_INFO
227 typedef struct client_info_t { struct
235 } client_info_t; typedef in typeref:struct:client_info_t
238 * Flags for client_info_t->Attributes
267 * client_info_t->RevDate member easier. Parameters are:
313 client_info_t client_info;
497 * The client_info_t->Attributes, client_types_t->type and client_t->flags
1096 int32_t csx_GetClientInfo(client_handle_t, client_info_t *);
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c169 static int cs_get_client_info(client_handle_t, client_info_t *);
807 va_arg(arglist, client_info_t *));
8636 * client_info_t * - pointer to a client_info_t structure
8648 cs_get_client_info(client_handle_t client_handle, client_info_t *ci)
8652 client_info_t *cinfo;
8686 bzero((caddr_t)cinfo, sizeof (client_info_t));
8697 bcopy((caddr_t)cinfo, (caddr_t)ci, sizeof (client_info_t));
H A Dcs_stubs.c509 csx_GetClientInfo(client_handle_t ch, client_info_t *ci)
/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c624 client_info_t *ci_p = (client_info_t *)&arg->client_info;
/opensolaris-onvv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.c678 client_info_t *ci_p = (client_info_t *)&arg->client_info;

Completed in 162 milliseconds