Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/
H A Dcckprng.h289 void (*CC_SPTR(cckprng_funcs, refresh))(struct cckprng_ctx *ctx);
/xnu-8020.121.3/osfmk/prng/
H A Dprng_random.c299 prng_funcs.refresh(prng_ctx); in read_random()
/xnu-8020.121.3/bsd/miscfs/devfs/
H A DREADME102 a mount -u might be considered to be a request to 'refresh' the
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_vfsops.c640 int refresh = 1; in nfs_vfs_getattr() local
654 refresh = 1; in nfs_vfs_getattr()
657 refresh = 0; in nfs_vfs_getattr()
662 if (refresh && !nfs_use_cache(nmp)) { in nfs_vfs_getattr()