Searched refs:client_info_t (Results 1 – 5 of 5) sorted by relevance
95 } client_info_t; typedef98 client_info_t *head;99 client_info_t *tail;
322 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()
227 typedef struct client_info_t { struct235 } client_info_t; argument313 client_info_t client_info;1096 int32_t csx_GetClientInfo(client_handle_t, client_info_t *);
169 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));
509 csx_GetClientInfo(client_handle_t ch, client_info_t *ci) in csx_GetClientInfo()