Home
last modified time | relevance | path

Searched refs:CTLTYPE_QUAD (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/sys/
H A Dnamei.h252 { "good_hits", CTLTYPE_QUAD }, \
253 { "negative_hits", CTLTYPE_QUAD }, \
254 { "bad_hits", CTLTYPE_QUAD }, \
255 { "false_hits", CTLTYPE_QUAD }, \
256 { "misses", CTLTYPE_QUAD }, \
257 { "long_names", CTLTYPE_QUAD }, \
258 { "pass2", CTLTYPE_QUAD }, \
259 { "2passes", CTLTYPE_QUAD }, \
260 { "ncs_revhits", CTLTYPE_QUAD }, \
261 { "ncs_revmiss", CTLTYPE_QUAD }, \
[all …]
H A Dtty.h56 { "tk_nin", CTLTYPE_QUAD }, \
57 { "tk_nout", CTLTYPE_QUAD }, \
58 { "tk_rawcc", CTLTYPE_QUAD }, \
59 { "tk_cancc", CTLTYPE_QUAD }, \
H A Dsysctl.h69 #define CTLTYPE_QUAD 4 /* name describes a 64-bit number */ macro
971 { "physmem", CTLTYPE_QUAD }, \
972 { "usermem", CTLTYPE_QUAD }, \
/openbsd/sys/arch/arm64/include/
H A Dcpu.h45 { "id_aa64isar0", CTLTYPE_QUAD }, \
46 { "id_aa64isar1", CTLTYPE_QUAD }, \
47 { "id_aa64isar2", CTLTYPE_QUAD }, \
48 { "id_aa64mmfr0", CTLTYPE_QUAD }, \
49 { "id_aa64mmfr1", CTLTYPE_QUAD }, \
50 { "id_aa64mmfr2", CTLTYPE_QUAD }, \
51 { "id_aa64pfr0", CTLTYPE_QUAD }, \
52 { "id_aa64pfr1", CTLTYPE_QUAD }, \
53 { "id_aa64smfr0", CTLTYPE_QUAD }, \
54 { "id_aa64zfr0", CTLTYPE_QUAD }, \
/openbsd/sys/arch/alpha/include/
H A Dcpu.h399 { "memory", CTLTYPE_QUAD }, \
402 { "dense_base", CTLTYPE_QUAD }, \
403 { "ports_base", CTLTYPE_QUAD }, \
404 { "hae_mask", CTLTYPE_QUAD }, \
/openbsd/sys/arch/sparc64/include/
H A Dcpu.h66 { "cecclast", CTLTYPE_QUAD }, \
/openbsd/sys/arch/amd64/include/
H A Dcpu.h523 { "tscfreq", CTLTYPE_QUAD }, \
/openbsd/sbin/sysctl/
H A Dsysctl.c835 case CTLTYPE_QUAD: in parse()
1129 case CTLTYPE_QUAD: in parse()