Home
last modified time | relevance | path

Searched refs:levelp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm/mv/
H A Dmvebu_gpio.c410 pcell_t *cells, u_int *irqp, bool *invertedp, bool *levelp) in mvebu_gpio_pic_map_fdt() argument
449 if (levelp != NULL) in mvebu_gpio_pic_map_fdt()
450 *levelp = level; in mvebu_gpio_pic_map_fdt()
457 bool *levelp) in mvebu_gpio_pic_map_gpio() argument
488 if (levelp != NULL) in mvebu_gpio_pic_map_gpio()
489 *levelp = level; in mvebu_gpio_pic_map_gpio()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c1002 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp) in ssl_get_security_level_bits() argument
1022 if (levelp != NULL) in ssl_get_security_level_bits()
1023 *levelp = level; in ssl_get_security_level_bits()
H A Dssl_local.h2438 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp);
/freebsd/sys/dev/acpica/
H A Dacpi_video.c1086 vo_get_brightness_levels(ACPI_HANDLE handle, int **levelp) in vo_get_brightness_levels() argument
1109 if (num < 2 || levelp == NULL) in vo_get_brightness_levels()
1121 *levelp = levels; in vo_get_brightness_levels()