Home | History | Annotate | Download | only in common

Lines Matching defs:osb

119 	struct stat13 osb;
125 cvtstat(&osb, &sb);
126 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
143 struct stat13 osb;
149 cvtstat(&osb, &sb);
150 return copyout(&osb, SCARG(uap, ub), sizeof(osb));
163 struct stat13 osb;
169 cvtstat(&osb, &sb);
170 return copyout(&osb, SCARG(uap, sb), sizeof(osb));
186 struct stat13 osb;
192 cvtstat(&osb, &sb);
193 return copyout(&osb, SCARG(uap, sb), sizeof(osb));
411 struct stat13 osb;
417 cvtstat(&osb, &sb);
418 return copyout(&osb, SCARG(uap_30, sb), sizeof(osb));