Home
last modified time | relevance | path

Searched refs:ldom_alloc (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldom_alloc.h36 extern void *ldom_alloc(size_t size);
H A Dldom_alloc.c29 ldom_alloc(size_t size) in ldom_alloc() function
H A Dldmsvcs_utils.c376 newlist = ldom_alloc(newlen * in poller_add_pending()
389 ldom_alloc(sizeof (struct listdata_s)); in poller_add_pending()
996 lsp->fmas_svcs.tbl = (fds_svc_t **)ldom_alloc(sizeof (fds_svc_t *) * in fds_svc_alloc()
1001 (fds_svc_t *)ldom_alloc(sizeof (fds_svc_t)); in fds_svc_alloc()
1234 ldom_alloc(sizeof (struct ldmsvcs_info)); in channel_init()
H A Dldom.c769 allocp = ldom_alloc; in ldom_init()
H A Dldom_xmpp_client.c465 clt = (client_info_t *)ldom_alloc(sizeof (client_info_t)); in xmpp_add_client()
/titanic_50/usr/src/lib/fm/libldom/
H A DMakefile.com29 LIBSRCS = ldom.c ldom_alloc.c ldmsvcs_utils.c ldom_xmpp_client.c ldom_utils.c