Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sysctl.c244 sizeof(int), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
258 sizeof(long), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
272 sizeof(int8_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
279 sizeof(int16_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
286 sizeof(int32_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
293 sizeof(int64_t), GETENV_SIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
/f-stack/freebsd/sys/
H A Dsystm.h484 #define GETENV_SIGNED true /* negative numbers allowed */ macro