Home | History | Annotate | Download | only in dmapi

Lines Matching refs:dmMsgBufLen

2269 	size_t dmMsgBufLen;
2281 dmMsgBufLen = 0;
2284 dmMsgBuf, &dmMsgBufLen);
2288 } while ((rc == -1) && (errno == EINTR) && (dmMsgBufLen == 0));