Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sysctl.c251 sizeof(int), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
265 sizeof(long), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
300 sizeof(uint8_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
307 sizeof(uint16_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
314 sizeof(uint32_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
321 sizeof(uint64_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
/f-stack/freebsd/sys/
H A Dsystm.h483 #define GETENV_UNSIGNED false /* negative numbers not allowed */ macro