Searched defs:advice (Results 1 - 25 of 35) sorted by relevance

12

/src/lib/libc/sys/
H A Dposix_madvise.c32 posix_madvise(void *addr, size_t len, int advice) argument
/src/sys/kern/
H A Dsys_socket.c288 soo_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) argument
H A Dsys_descrip.c677 do_posix_fadvise(int fd, off_t offset, off_t len, int advice) argument
H A Dsys_pipe.c931 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) argument
/src/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c107 int advice; local in function:ext2fs_read
275 int advice; local in function:ext2fs_write
/src/sys/uvm/
H A Duvm_readahead.c219 uvm_ra_request(struct uvm_ractx *ra, int advice, struct uvm_object *uobj, argument
H A Duvm_vnode.c170 uvn_get(struct uvm_object * uobj,voff_t offset,struct vm_page ** pps,int * npagesp,int centeridx,vm_prot_t access_type,int advice,int flags) argument
H A Duvm_map.h148 uint8_t advice; /* madvise advice */ member in struct:vm_map_entry
H A Duvm_mmap.c279 int flags, fd, advice; local in function:sys_mmap
661 int advice, error; local in function:sys_madvise
855 uvm_mmap(struct vm_map * map,vaddr_t * addr,vsize_t size,vm_prot_t prot,vm_prot_t maxprot,int flags,int advice,struct uvm_object * uobj,voff_t foff,vsize_t locklimit) argument
[all...]
H A Duvm_aobj.c805 uao_get(struct uvm_object * uobj,voff_t offset,struct vm_page ** pps,int * npagesp,int centeridx,vm_prot_t access_type,int advice,int flags) argument
H A Duvm_bio.c101 int advice; member in struct:ubc_map
482 ubc_alloc(struct uvm_object *uobj, voff_t offset, vsize_t *lenp, int advice, argument
740 ubc_uiomove(struct uvm_object *uobj, struct uio *uio, vsize_t todo, int advice, argument
845 ubc_alloc_direct(struct uvm_object * uobj,voff_t offset,vsize_t * lenp,int advice,int flags,struct vm_page ** pgs,int * npages) argument
980 ubc_uiomove_direct(struct uvm_object * uobj,struct uio * uio,vsize_t todo,int advice,int flags) argument
[all...]
H A Duvm_fault.c151 int advice; member in struct:uvm_advice
2128 int advice; local in function:uvm_fault_lower_io
[all...]
/src/sys/fs/filecorefs/
H A Dfilecore_vnops.c222 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:filecore_read
/src/sys/ufs/lfs/
H A Dulfs_readwrite.c71 int error, ioflag, advice; local in function:READ
/src/sys/ufs/ufs/
H A Dufs_readwrite.c75 int error, ioflag, advice; local in function:READ
/src/sys/fs/adosfs/
H A Dadvnops.c241 const int advice = IO_ADV_DECODE(sp->a_ioflag); local in function:adosfs_read
/src/sys/fs/efs/
H A Defs_vnops.c251 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:efs_read
/src/sys/fs/cd9660/
H A Dcd9660_vnops.c249 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:cd9660_read
/src/sys/fs/hfs/
H A Dhfs_vnops.c808 int advice; local in function:hfs_vop_read
/src/sys/fs/sysvbfs/
H A Dsysvbfs_vnops.c433 const int advice = IO_ADV_DECODE(a->a_ioflag); local in function:sysvbfs_read
475 int advice = IO_ADV_DECODE(a->a_ioflag); local in function:sysvbfs_write
/src/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1207 const int advice = ap->a_advice; local in function:tmpfs_getpages
/src/sys/nfs/
H A Dnfs_bio.c93 int advice; local in function:nfs_bioread
/src/sys/ufs/chfs/
H A Dchfs_vnops.c667 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:chfs_read
/src/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c475 const int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:msdosfs_read
/src/sys/fs/nilfs/
H A Dnilfs_vnops.c140 int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:nilfs_read
211 int advice = IO_ADV_DECODE(ap->a_ioflag); local in function:nilfs_write

Completed in 29 milliseconds

12