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

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c455 client_info_t *clt; local
465 clt = (client_info_t *)ldom_alloc(sizeof (client_info_t));
466 clt->lhp = lhp;
467 clt->cb = cb;
468 clt->data = data;
469 clt->next = NULL;
470 clt->prev = NULL;
473 clt_list.head = clt;
474 clt_list.tail = clt;
477 clt
[all...]

Completed in 45 milliseconds