Home
last modified time | relevance | path

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

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