Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_sysctl.c268 sizeof(int), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
282 sizeof(long), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
317 sizeof(uint8_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
324 sizeof(uint16_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
331 sizeof(uint32_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
338 sizeof(uint64_t), GETENV_UNSIGNED) == 0) in sysctl_load_tunable_by_oid_locked()
/freebsd-14-stable/sys/sys/
HDsystm.h422 #define GETENV_UNSIGNED false /* negative numbers not allowed */ macro