/src/sys/compat/linux/common/ |
linux_misc_notalpha.c | 351 struct linux_statfs64 ltmp; local in function:linux_sys_statfs64 354 if (SCARG(uap, sz) != sizeof ltmp) 360 bsd_to_linux_statfs64(sb, <mp); 361 error = copyout(<mp, SCARG(uap, sp), sizeof ltmp); 376 struct linux_statfs64 ltmp; local in function:linux_sys_fstatfs64 379 if (SCARG(uap, sz) != sizeof ltmp) 385 bsd_to_linux_statfs64(sb, <mp); 386 error = copyout(<mp, SCARG(uap, sp), sizeof ltmp); [all...] |
linux_misc.c | 391 struct linux_statfs ltmp; local in function:linux_sys_statfs 397 bsd_to_linux_statfs(sb, <mp); 398 error = copyout(<mp, SCARG(uap, sp), sizeof ltmp); 413 struct linux_statfs ltmp; local in function:linux_sys_fstatfs 419 bsd_to_linux_statfs(sb, <mp); 420 error = copyout(<mp, SCARG(uap, sp), sizeof ltmp);
|
/src/sys/compat/linux32/common/ |
linux32_misc.c | 82 struct linux_statfs ltmp; local in function:linux32_sys_statfs 88 bsd_to_linux_statfs(sb, <mp); 89 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); 104 struct linux_statfs ltmp; local in function:linux32_sys_fstatfs 110 bsd_to_linux_statfs(sb, <mp); 111 error = copyout(<mp, SCARG_P32(uap, sp), sizeof ltmp); 126 struct linux_statfs64 ltmp; local in function:linux32_sys_statfs64 132 bsd_to_linux_statfs64(sb, <mp); 148 struct linux_statfs64 ltmp; local in function:linux32_sys_fstatfs64 [all...] |
/src/sys/kern/ |
vfs_lockf.c | 510 struct lockf **prev, *overlap, *ltmp; local in function:lf_setlock 699 while ((ltmp = 702 KASSERT(ltmp->lf_next == overlap); 703 TAILQ_REMOVE(&overlap->lf_blkhd, ltmp, 705 ltmp->lf_next = lock; 707 ltmp, lf_block);
|
/src/games/hack/ |
hack.shk.c | 444 long ltmp; local in function:dopay 462 ltmp = ESHK(shkp)->robbed; 464 if (!ltmp) { 471 if (u.ugold > ltmp) { 473 monnam(shkp), ltmp); 474 pay(ltmp, shkp); 479 if (ugold < ltmp / 2) { 517 ltmp = 1000; 520 ltmp = u.ugold; 523 pay(ltmp, shkp) 567 long ltmp; local in function:dopayobj 715 long ltmp; local in function:subfrombill [all...] |