UIO_MX 79 miscfs/procfs/procfs_vfsops.c if (UIO_MX & (UIO_MX-1)) { UIO_MX 857 miscfs/procfs/procfs_vnops.c if (uio->uio_resid < UIO_MX) UIO_MX 864 miscfs/procfs/procfs_vnops.c bzero(&d, UIO_MX); UIO_MX 865 miscfs/procfs/procfs_vnops.c d.d_reclen = UIO_MX; UIO_MX 882 miscfs/procfs/procfs_vnops.c uio->uio_resid >= UIO_MX && i < nproc_targets; pt++, i++) { UIO_MX 892 miscfs/procfs/procfs_vnops.c if ((error = uiomove(&d, UIO_MX, uio)) != 0) UIO_MX 920 miscfs/procfs/procfs_vnops.c for (; p && uio->uio_resid >= UIO_MX; i++, pcnt++) { UIO_MX 982 miscfs/procfs/procfs_vnops.c if ((error = uiomove(&d, UIO_MX, uio)) != 0)