Lines Matching defs:hmdfs_msg
99 struct msghdr hmdfs_msg;
104 memset(&hmdfs_msg, 0, sizeof(hmdfs_msg));
105 hmdfs_msg.msg_flags = MSG_WAITALL;
106 hmdfs_msg.msg_control = NULL;
107 hmdfs_msg.msg_controllen = 0;
108 rc = recvmsg_nofs(sock, &hmdfs_msg, &iov, 1, to_read,
109 hmdfs_msg.msg_flags);
129 struct msghdr hmdfs_msg;
135 memset(&hmdfs_msg, 0, sizeof(hmdfs_msg));
136 hmdfs_msg.msg_flags = MSG_WAITALL;
137 hmdfs_msg.msg_control = NULL;
138 hmdfs_msg.msg_controllen = 0;
139 rc = recvmsg_nofs(sock, &hmdfs_msg, &iov, 1,
140 to_read - read_cnt, hmdfs_msg.msg_flags);