Home
last modified time | relevance | path

Searched refs:CA_HISTORY (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/config/
H A Dukc.c105 if (knl[CA_HISTORY].n_type != 0 && ok) { in ukc()
106 if (kvm_read(kd, knl[CA_HISTORY].n_value, history, in ukc()
109 knl[CA_HISTORY].n_name, in ukc()
126 nl[I_HISTLEN].n_type == 0 || nl[CA_HISTORY].n_type == 0) { in ukc()
H A Dukc.h43 #define CA_HISTORY 13 macro