Searched defs:advice (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | posix_fadvise.c | 49 posix_fadvise(int fd, off_t offset, off_t len, int advice) in posix_fadvise() 77 posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
|
H A D | directio.c | 40 directio(int fildes, int advice) in directio()
|
H A D | madvise.c | 38 madvise(caddr_t addr, size_t len, int advice) in madvise()
|
H A D | posix_madvise.c | 43 posix_madvise(void *addr, size_t len, int advice) in posix_madvise()
|
/titanic_44/usr/src/lib/madv/common/ |
H A D | madv.c | 309 int advice = 0; in advice_opts() local 447 int advice; in __madvmain() local 675 int advice = -1; in shmat() local 729 int advice = -1; in mmap() local 781 int advice = -1; in mmap64() local
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | madvise.c | 40 madvise(caddr_t addr, u_int len, int advice) in madvise()
|
/titanic_44/usr/src/tools/ndrgen/ |
H A D | ndrgen.h | 102 typedef struct advice { struct 103 struct node *a_nodes[N_ADVICE]; 155 ndr_advice_t advice; member 169 ndr_advice_t advice; member
|
H A D | ndr_anal.c | 975 determine_advice(ndr_advice_t *advice, ndr_node_t *advice_list) in determine_advice()
|
/titanic_44/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 818 char *advice; in print_advice() local 864 pr_madvise(struct ps_prochandle *Pr, caddr_t addr, size_t len, int advice) in pr_madvise()
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | getvol.c | 103 char *advice, *pt; in _getvol() local
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_vn.h | 100 uchar_t advice; /* madvise flags for segment */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | lgrp.c | 3441 lgrp_madv_to_policy(uchar_t advice, size_t size, int type) in lgrp_madv_to_policy()
|