Searched refs:CTLTYPE_QUAD (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/sys/ |
H A D | namei.h | 252 { "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 D | tty.h | 56 { "tk_nin", CTLTYPE_QUAD }, \ 57 { "tk_nout", CTLTYPE_QUAD }, \ 58 { "tk_rawcc", CTLTYPE_QUAD }, \ 59 { "tk_cancc", CTLTYPE_QUAD }, \
|
H A D | sysctl.h | 69 #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 D | cpu.h | 45 { "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 D | cpu.h | 399 { "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 D | cpu.h | 66 { "cecclast", CTLTYPE_QUAD }, \
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpu.h | 523 { "tscfreq", CTLTYPE_QUAD }, \
|
/openbsd/sbin/sysctl/ |
H A D | sysctl.c | 835 case CTLTYPE_QUAD: in parse() 1129 case CTLTYPE_QUAD: in parse()
|