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

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c458 client_info_t *clt; local
468 clt = (client_info_t *)ldom_alloc(sizeof (client_info_t));
469 clt->lhp = lhp;
470 clt->cb = cb;
471 clt->data = data;
472 clt->next = NULL;
473 clt->prev = NULL;
476 clt_list.head = clt;
477 clt_list.tail = clt;
480 clt
[all...]

Completed in 16 milliseconds