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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c466 str = DS_MALLOC(len);
503 tstr = DS_MALLOC(len);
557 dsvp = DS_MALLOC(n);
568 ucap->vers = DS_MALLOC(nver * sizeof (ds_ver_t));
719 hdlsp = DS_MALLOC(maxhdls * sizeof (*hdlsp));
818 bufp = DS_MALLOC(buflen);
1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t));
1659 rhp = DS_MALLOC(sizeof (vlds_recv_hdr_t));
1660 rhp->data = DS_MALLOC(buflen);
H A Dds_common.c207 newstr = DS_MALLOC(strlen(str) + 1);
593 msg = DS_MALLOC(msglen);
631 devent = DS_MALLOC(sizeof (ds_event_t));
781 msg = DS_MALLOC(msglen);
794 msg = DS_MALLOC(msglen);
1004 msg = DS_MALLOC(msglen);
1113 msg = DS_MALLOC(msglen);
1140 msg = DS_MALLOC(msglen);
1470 msg = DS_MALLOC(msglen);
1674 hdr = DS_MALLOC(msgle
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h412 #define DS_MALLOC(size) kmem_zalloc(size, KM_SLEEP) macro

Completed in 68 milliseconds