Home
last modified time | relevance | path

Searched defs:cachesize (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h121 u_int cachesize; /* bytes to cache */ member
140 u_int cachesize; /* bytes to cache */ member
152 u_int cachesize; /* bytes to cache */ member
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c39 size_t cachesize; local
H A Dmp_region.c205 __memp_ropen(dbmp, path, cachesize, mode, is_private, flags) in __memp_ropen() argument
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c108 size_t cachesize; local
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c662 int cachesize = 0; /* size of device cache */ in fallbackdaemon() local
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c99 static int cachesize; variable
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c316 uint16_t cachesize; in afe_attach() local
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c313 uint16_t cachesize; in mxfe_attach() local
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c6610 cpu_ectag_pa_to_subblk(int cachesize, uint64_t subaddr)
6626 cpu_ectag_line_invalid(int cachesize, uint64_t tag)
6641 cpu_ectag_pa_to_subblk_state(int cachesize, uint64_t subaddr, uint64_t tag)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h896 #define JG_ECTAG_NSUBBLKS(cachesize) ((cachesize) / JG_ECACHE_4M_SIZE) argument