samax 888 compat/svr4/svr4_stream.c socklen_t sasize, samax;
samax 900 compat/svr4/svr4_stream.c samax = sizeof(sain);
samax 905 compat/svr4/svr4_stream.c samax = sizeof(saun);
samax 915 compat/svr4/svr4_stream.c sup = stackgap_alloc(&sg, samax);
samax 918 compat/svr4/svr4_stream.c if ((error = copyout(&samax, lenp, sizeof(*lenp))) != 0) {
samax 964 compat/svr4/svr4_stream.c if ((error = copyin(sup, skp, samax)) != 0) {
samax 974 compat/svr4/svr4_stream.c if (sasize < 0 || sasize > samax) {