of 311 compat/osf1/osf1_cvt.c osf1_cvt_flock_from_native(nf, of) of 313 compat/osf1/osf1_cvt.c struct osf1_flock *of; of 316 compat/osf1/osf1_cvt.c memset(of, 0, sizeof *of); of 318 compat/osf1/osf1_cvt.c of->l_start = nf->l_start; of 319 compat/osf1/osf1_cvt.c of->l_len = nf->l_len; of 320 compat/osf1/osf1_cvt.c of->l_pid = nf->l_pid; of 324 compat/osf1/osf1_cvt.c of->l_type = OSF1_F_RDLCK; of 328 compat/osf1/osf1_cvt.c of->l_type = OSF1_F_WRLCK; of 332 compat/osf1/osf1_cvt.c of->l_type = OSF1_F_UNLCK; of 338 compat/osf1/osf1_cvt.c of->l_whence = OSF1_SEEK_SET; of 342 compat/osf1/osf1_cvt.c of->l_whence = OSF1_SEEK_CUR; of 346 compat/osf1/osf1_cvt.c of->l_whence = OSF1_SEEK_END; of 352 compat/osf1/osf1_cvt.c osf1_cvt_flock_to_native(of, nf) of 353 compat/osf1/osf1_cvt.c const struct osf1_flock *of; of 359 compat/osf1/osf1_cvt.c nf->l_start = of->l_start; of 360 compat/osf1/osf1_cvt.c nf->l_len = of->l_len; of 361 compat/osf1/osf1_cvt.c nf->l_pid = of->l_pid; of 363 compat/osf1/osf1_cvt.c switch (of->l_type) { of 380 compat/osf1/osf1_cvt.c switch (of->l_whence) { of 53 compat/osf1/osf1_cvt.h struct osf1_flock *of); of 54 compat/osf1/osf1_cvt.h int osf1_cvt_flock_to_native(const struct osf1_flock *of, of 86 dev/onewire/onewire_subr.c const struct onewire_family *of; of 88 dev/onewire/onewire_subr.c for (of = onewire_famtab; of->of_name != NULL; of++) of 89 dev/onewire/onewire_subr.c if (of->of_type == type) of 90 dev/onewire/onewire_subr.c return (of->of_name);