Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/ntp/libntp/
H A Dauthkeys.c103 int cache_type; /* OpenSSL digest NID */ variable
426 cache_type = 0; in authcache_flush_id()
617 cache_type = sk->type; in authhavekey()
897 return MD5authencrypt(cache_type, in authencrypt()
926 return MD5authdecrypt(cache_type, in authdecrypt()
/freebsd-12.1/sys/dev/dpt/
H A Ddpt_scsi.c494 dpt->cache_type = DPT_CACHE_WRITEBACK; in dpt_detect_cache()
568 dpt->cache_type = DPT_NO_CACHE; in dpt_detect_cache()
583 dpt->cache_type = DPT_NO_CACHE; in dpt_detect_cache()
588 dpt->cache_type = DPT_CACHE_WRITETHROUGH; in dpt_detect_cache()
1370 if (dpt->cache_type != DPT_NO_CACHE in dpt_init()
1373 dpt->cache_type == DPT_CACHE_WRITETHROUGH in dpt_init()
H A Ddpt.h1028 cache_type :2, member
1197 u_int32_t cache_type :2, member
/freebsd-12.1/contrib/ntp/include/
H A Dntp_stdlib.h210 extern int cache_type; /* key type */
/freebsd-12.1/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h80 uint8_t cache_type; member
H A Dal_hal_udma_config.c103 reg |= (m2s_sm->cache_type << in al_udma_m2s_axi_sm_set()
200 reg |= (s2m_sm->cache_type << in al_udma_s2m_axi_sm_set()