Symbol: __DESCR
sys/sys/sysctl.h
305
.oid_descr = __DESCR(descr), \
sys/sys/sysctl.h
331
fmt, __DESCR(descr), NULL); \
sys/sys/sysctl.h
363
NULL, 0, handler, "N", __DESCR(descr), label); \
sys/sys/sysctl.h
373
NULL, 0, handler, "N", __DESCR(descr), NULL); \
sys/sys/sysctl.h
391
__arg, len, sysctl_handle_string, "A", __DESCR(descr), \
sys/sys/sysctl.h
411
__DESCR(descr), NULL); \
sys/sys/sysctl.h
429
__ptr, val, sysctl_handle_bool, "CU", __DESCR(descr), \
sys/sys/sysctl.h
450
__ptr, val, sysctl_handle_8, "C", __DESCR(descr), NULL); \
sys/sys/sysctl.h
470
__ptr, val, sysctl_handle_8, "CU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
490
__ptr, val, sysctl_handle_16, "S", __DESCR(descr), NULL); \
sys/sys/sysctl.h
510
__ptr, val, sysctl_handle_16, "SU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
530
__ptr, val, sysctl_handle_32, "I", __DESCR(descr), NULL); \
sys/sys/sysctl.h
550
__ptr, val, sysctl_handle_32, "IU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
570
__ptr, val, sysctl_handle_64, "Q", __DESCR(descr), NULL); \
sys/sys/sysctl.h
590
__ptr, val, sysctl_handle_64, "QU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
613
__ptr, val, sysctl_handle_int, "I", __DESCR(descr), NULL); \
sys/sys/sysctl.h
633
__ptr, val, sysctl_handle_int, "IU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
653
__ptr, 0, sysctl_handle_long, "L", __DESCR(descr), NULL); \
sys/sys/sysctl.h
673
__ptr, 0, sysctl_handle_long, "LU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
693
__ptr, 0, sysctl_handle_64, "Q", __DESCR(descr), NULL); \
sys/sys/sysctl.h
712
__ptr, 0, sysctl_handle_64, "QU", __DESCR(descr), NULL); \
sys/sys/sysctl.h
726
__DESCR(descr), NULL); \
sys/sys/sysctl.h
731
__DESCR(descr), NULL); \
sys/sys/sysctl.h
753
__ptr, 0, sysctl_handle_counter_u64, "QU", __DESCR(descr), \
sys/sys/sysctl.h
776
__DESCR(descr), NULL); \
sys/sys/sysctl.h
793
ptr, len, sysctl_handle_opaque, fmt, __DESCR(descr), NULL); \
sys/sys/sysctl.h
812
sysctl_handle_opaque, "S," #type, __DESCR(descr), NULL); \
sys/sys/sysctl.h
826
(ptr), (arg), (handler), (fmt), __DESCR(descr), NULL); \
sys/sys/sysctl.h
844
__ptr, 0, sysctl_handle_uma_zone_max, "I", __DESCR(descr), \
sys/sys/sysctl.h
863
__ptr, 0, sysctl_handle_uma_zone_cur, "I", __DESCR(descr), \
sys/sys/sysctl.h
881
__ptr, 0, sysctl_usec_to_sbintime, "Q", __DESCR(descr), \
sys/sys/sysctl.h
899
__ptr, 0, sysctl_msec_to_sbintime, "Q", __DESCR(descr), \
sys/sys/sysctl.h
917
__ptr, 0, sysctl_sec_to_timeval, "I", __DESCR(descr), \