Lines Matching defs:reply
74 ldma_message_header_t *reply = NULL;
100 reply = ldma_alloc_result_msg(request, reply_dlen);
101 if (reply == NULL) {
107 path_type = (uint32_t *)(LDMA_HDR2DATA(reply));
109 reply->msg_info = 0x0;
143 reply->msg_info |= LDMA_DEVPATH_EXIST;
165 reply->msg_info |= LDMA_DEVPATH_OPENRW | LDMA_DEVPATH_OPENRO;
173 reply->msg_info |= LDMA_DEVPATH_OPENRO;
184 * We don't provide a reply message if the request has not
186 * appropriate reply based on the return code of this function.
188 free(reply);
189 reply = NULL;
196 path, reply->msg_info, *path_type);
200 *replyp = reply;
218 ldma_message_header_t *reply = NULL;
241 reply = ldma_alloc_result_msg(request, reply_dlen);
242 if (reply == NULL) {
247 reply->msg_info = 0x0;
259 reply->msg_info = LDMA_DEVNIC_EXIST;
269 * We don't provide a reply message if the request has not
271 * appropriate reply based on the return code of this function.
273 free(reply);
274 reply = NULL;
281 nic, reply->msg_info);
285 *replyp = reply;