Home
last modified time | relevance | path

Searched refs:client_info_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h95 } client_info_t; typedef
98 client_info_t *head;
99 client_info_t *tail;
H A Dldom_xmpp_client.c322 client_info_t *p; in notify_event()
434 static client_info_t *
437 client_info_t *p; in find_client()
455 client_info_t *clt; in xmpp_add_client()
465 clt = (client_info_t *)ldom_alloc(sizeof (client_info_t)); in xmpp_add_client()
494 client_info_t *p; in xmpp_remove_client()
520 ldom_free(p, sizeof (client_info_t)); in xmpp_remove_client()
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs.h227 typedef struct client_info_t { struct
235 } client_info_t; argument
313 client_info_t client_info;
1096 int32_t csx_GetClientInfo(client_handle_t, client_info_t *);
/titanic_41/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 *)); in CardServices()
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) in csx_GetClientInfo()