Lines Matching defs:UIO_MX
67 #define UIO_MX 32
77 /* NOTE: The name must be less than UIO_MX-16 chars in length */
102 /* NOTE: The name must be less than UIO_MX-16 chars in length */
912 if (uio->uio_resid < UIO_MX)
920 d.d_reclen = UIO_MX;
921 ncookies = uio->uio_resid / UIO_MX;
936 for (; i < nkern_targets && uio->uio_resid >= UIO_MX; i++) {
965 if ((error = uiomove(&d, UIO_MX, uio)) != 0)
986 for (; i < 2 && uio->uio_resid >= UIO_MX; i++) {
992 if ((error = uiomove(&d, UIO_MX, uio)) != 0)
1017 for (; i < ks->ks_nentries && uio->uio_resid >= UIO_MX; i++) {
1033 if ((error = uiomove(&d, UIO_MX, uio)) != 0)