Home
last modified time | relevance | path

Searched refs:advice (Results 26 – 50 of 69) sorted by relevance

123

/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips68 contains lots of useful advice to help you get the best results.
113 "man firewall" will give advice for building a FreeBSD firewall using ipfw(8).
131 "man security" gives very good advice on how to tune the security of your
/freebsd/sys/sys/
H A Dsyscallsubr.h269 int advice);
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2278 advice) \ argument
2281 (long long)(len), (long long)(advice))
2283 advice) \ argument
2286 (long long)(len), (long long)(advice))
4569 long long advice);
4572 long long advice);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp233 int internal_madvise(uptr addr, uptr length, int advice) { in internal_madvise() argument
234 return internal_syscall(SYSCALL(madvise), addr, length, advice); in internal_madvise()
/freebsd/sys/kern/
H A Dvnode_if.src721 IN int advice;
/freebsd/sys/arm/arm/
H A Dpmap-v6.c5556 pmap_advise(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, int advice) in pmap_advise() argument
5564 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
5623 if (advice == MADV_DONTNEED) { in pmap_advise()
/freebsd/sys/i386/i386/
H A Dpmap.c5284 int advice) in __CONCAT()
5292 if (advice != MADV_DONTNEED && advice != MADV_FREE) in __CONCAT()
5363 if (advice == MADV_DONTNEED) { in __CONCAT()
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c2219 int advice) in mmu_radix_advise() argument
2230 if (advice != MADV_DONTNEED && advice != MADV_FREE) in mmu_radix_advise()
2306 if (advice == MADV_DONTNEED) { in mmu_radix_advise()
/freebsd/contrib/one-true-awk/
H A DFIXES.1e473 after advice from todd miller, kevin lo, ruslan ermilov,
625 kiefel, arnold robbins and ruslan ermilov for advice, though they
914 thanks to arnold robbins for advice here.
/freebsd/contrib/ncurses/
H A DANNOUNCE568 advice on parameters needed for user-defined capabilities. The various
572 capabilities, tic will not offer any advice when their parameters do
/freebsd/contrib/libpcap/
H A Dgrammar.y.in25 * So, following the advice use %expect to check the amount of shift/reduce
/freebsd/lib/libsys/
H A D_libsys.h807 int __sys_posix_fadvise(int fd, off_t offset, off_t len, int advice);
/freebsd/sys/arm64/arm64/
H A Dpmap.c7254 pmap_advise(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, int advice) in pmap_advise() argument
7264 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
7346 if (advice == MADV_DONTNEED) { in pmap_advise()
/freebsd/sys/i386/linux/
H A Dlinux_systrace_args.c1772 iarg[a++] = p->advice; /* int */ in systrace_args()
1943 iarg[a++] = p->advice; /* int */ in systrace_args()
H A Dlinux_proto.h818 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
909 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1735 iarg[a++] = p->advice; /* int */ in systrace_args()
1908 iarg[a++] = p->advice; /* int */ in systrace_args()
H A Dlinux32_proto.h818 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
911 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2302 enum ib_uverbs_advise_mr_advice advice, u32 flags,
/freebsd/sys/amd64/amd64/
H A Dpmap.c9159 pmap_advise(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, int advice) in pmap_advise() argument
9170 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
9263 if (advice == MADV_DONTNEED) { in pmap_advise()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h565 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
H A Dfreebsd32_misc.c3806 PAIR32TO64(off_t, uap->len), uap->advice); in freebsd32_posix_fadvise()
/freebsd/sys/arm64/linux/
H A Dlinux_systrace_args.c1794 iarg[a++] = p->advice; /* l_int */ in systrace_args()
H A Dlinux_proto.h895 char advice_l_[PADL_(l_int)]; l_int advice; char advice_r_[PADR_(l_int)]; member
/freebsd/sys/amd64/linux/
H A Dlinux_systrace_args.c1671 iarg[a++] = p->advice; /* l_int */ in systrace_args()
H A Dlinux_proto.h779 char advice_l_[PADL_(l_int)]; l_int advice; char advice_r_[PADR_(l_int)]; member

123