Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm/mv/
H A Dmvebu_gpio.c412 pcell_t *cells, u_int *irqp, bool *invertedp, bool *levelp) in mvebu_gpio_pic_map_fdt() argument
451 if (levelp != NULL) in mvebu_gpio_pic_map_fdt()
452 *levelp = level; in mvebu_gpio_pic_map_fdt()
459 bool *levelp) in mvebu_gpio_pic_map_gpio() argument
490 if (levelp != NULL) in mvebu_gpio_pic_map_gpio()
491 *levelp = level; in mvebu_gpio_pic_map_gpio()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_cert.c879 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp) in ssl_get_security_level_bits() argument
894 if (levelp != NULL) in ssl_get_security_level_bits()
895 *levelp = level; in ssl_get_security_level_bits()
H A Dssl_local.h2310 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp);
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_video.c1091 vo_get_brightness_levels(ACPI_HANDLE handle, int **levelp) in vo_get_brightness_levels() argument
1114 if (num < 2 || levelp == NULL) in vo_get_brightness_levels()
1126 *levelp = levels; in vo_get_brightness_levels()