Lines Matching defs:osb
157 struct stat43 osb;
163 cvtstat(&osb, &sb);
164 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
179 struct stat43 osb;
191 cvtstat(&osb, &sb);
192 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
207 struct stat43 osb;
214 cvtstat(&osb, &sb);
215 return copyout(&osb, SCARG(uap, sb), sizeof(osb));