Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 25 of 69) sorted by last modified time

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/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/kern/
H A Dvfs_vnops.c1077 int advice; in vn_read() local
1104 advice = get_advice(fp, uio); in vn_read()
1107 switch (advice) { in vn_read()
1126 if (error == 0 && advice == POSIX_FADV_NOREUSE && in vn_read()
1149 int advice; in vn_write() local
1174 advice = get_advice(fp, uio); in vn_write()
1177 switch (advice) { in vn_write()
1198 if (error == 0 && advice == POSIX_FADV_NOREUSE && in vn_write()
H A Dsystrace_args.c2950 iarg[a++] = p->advice; /* int */ in systrace_args()
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps131 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2849 iarg[a++] = p->advice; /* int */ in systrace_args()
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/lib/libsys/
H A D_libsys.h807 int __sys_posix_fadvise(int fd, off_t offset, off_t len, int advice);
/freebsd/sys/riscv/riscv/
H A Dpmap.c4442 * Apply the given advice to the specified range of addresses within the
4443 * given pmap. Depending on the advice, clear the referenced and/or
4447 pmap_advise(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, int advice) in pmap_advise() argument
/freebsd/sys/sys/
H A Dsysproto.h1592 char advice_l_[PADL_(int)]; int advice; char advice_r_[PADR_(int)]; member
H A Dsyscallsubr.h269 int advice);
/freebsd/sys/i386/linux/
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_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/arm64/linux/
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_proto.h779 char advice_l_[PADL_(l_int)]; l_int advice; char advice_r_[PADR_(l_int)]; member
/freebsd/sys/vm/
H A Dvm_page.h604 void vm_page_advise(vm_page_t m, int advice);
/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/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/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c116 int madvise(void *addr, size_t length, int advice) in madvise() argument
118 if (advice != MADV_DONTNEED) in madvise()
H A DWindowsMMap.h76 int madvise(void *addr, size_t length, int advice);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7336 HelpText<"Apply fix-it advice to the input source">;
7338 HelpText<"Apply fix-it advice creating a file with the given suffix">;
7433 HelpText<"Apply fix-it advice even in the presence of unfixable errors">,
7436 HelpText<"Apply fix-it advice only for warnings, not errors">,
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c925 zpl_fadvise(struct file *filp, loff_t offset, loff_t len, int advice) in zpl_fadvise() argument
942 switch (advice) { in zpl_fadvise()
947 error = generic_fadvise(filp, offset, len, advice); in zpl_fadvise()
/freebsd/crypto/openssh/
H A DChangeLog4138 and the madvise(2) advice arguments.
/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()

123