Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_sysctl.c226 sizeof(int), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
240 sizeof(long), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
254 sizeof(int8_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
261 sizeof(int16_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
268 sizeof(int32_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
275 sizeof(int64_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
/freebsd-12-stable/sys/sys/
Dsystm.h414 #define GETENV_SIGNED true /* negative numbers allowed */ macro