Home
last modified time | relevance | path

Searched refs:CTLTYPE_BIT32 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsysctl.h89 #define CTLTYPE_BIT32(n) (0x10 | ((n) << CTLSHIFT_BITFLD)) macro
419 CTLTYPE_BIT32(bit)|CTLFLAG_NOLOCK|(access), \
424 CTLTYPE_BIT32(bit)|CTLFLAG_NOLOCK|(access), \
/dragonfly/sbin/sysctl/
H A Dsysctl.c230 case CTLTYPE_BIT32(0): in parse()
/dragonfly/sys/kern/
H A Dkern_sysctl.c627 case CTLTYPE_BIT32(0): in sysctl_sysctl_debug_dump_node()