Searched refs:uni_msg_alloc (Results 1 – 8 of 8) sorted by relevance
50 #define uni_msg_alloc(S) _uni_msg_alloc((S), __FILE__, __LINE__) macro58 struct uni_msg *uni_msg_alloc(size_t);
352 uni_msg_alloc(size_t s) in uni_msg_alloc() function432 if ((m = uni_msg_alloc(len)) == NULL) in _uni_msg_build()468 if ((*pmsg = uni_msg_alloc(m->m_pkthdr.len)) == NULL) in _uni_msg_unpack_mbuf()
81 struct uni_msg *uni_msg_alloc(size_t);
166 if ((u = uni_msg_alloc(sizeof(*req))) == NULL) in do_release_request()197 if ((u = uni_msg_alloc(sizeof(*resp))) == NULL) in do_release_response()844 u = uni_msg_alloc(sizeof(struct uniapi_setup_request)); in cc_conn_sig_handle()902 if ((u = uni_msg_alloc(sizeof(*req))) == NULL) in cc_conn_sig_handle()954 u = uni_msg_alloc(sizeof(struct uniapi_setup_response)); in cc_conn_sig_handle()1034 u = uni_msg_alloc(sizeof(struct uniapi_setup_request)); in cc_conn_sig_handle()1088 u = uni_msg_alloc(sizeof(*req)); in cc_conn_sig_handle()1621 u = uni_msg_alloc(sizeof(*req)); in cc_conn_sig_handle()
679 if ((u = uni_msg_alloc(sizeof(*resp))) == NULL) in cc_uni_signal()
509 if(((API) = uni_msg_alloc(sizeof(TYPE))) != NULL) { \
516 resp = uni_msg_alloc(sizeof(struct uniapi_error)); in uniapi_uni_error()
1160 m = uni_msg_alloc(1024); in uni_send_output()