Home
last modified time | relevance | path

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

/src/usr.sbin/nscd/
H A Dcachelib.h45 CPT_FIFO = 0, /* first-in first-out */ enumerator
H A Dparser.c338 return (CPT_FIFO); in get_policy()
H A Dconfig.c219 negative_params.policy = CPT_FIFO; in create_def_configuration_entry()
H A Dcachelib.c578 if (new_common_entry->common_params.policy == CPT_FIFO) in register_cache_entry()