Lines Matching defs:osb
126 struct stat30 osb;
132 cvtstat(&osb, &sb);
133 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
149 struct stat30 osb;
155 cvtstat(&osb, &sb);
156 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
171 struct stat30 osb;
177 cvtstat(&osb, &sb);
178 return copyout(&osb, SCARG(uap, sb), sizeof(osb));
191 struct stat30 osb;
197 cvtstat(&osb, &sb);
198 return copyout(&osb, SCARG(uap, sb), sizeof(osb));