Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c741 u_int update_type; in ahd_set_tran_settings()
753 update_type = 0; in ahd_set_tran_settings()
755 update_type |= AHD_TRANS_GOAL; in ahd_set_tran_settings()
763 update_type |= AHD_TRANS_USER; in ahd_set_tran_settings()
791 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
795 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
802 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
809 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
841 update_type, /*paused*/FALSE); in ahd_get_tran_settings()
729 u_int update_type; ahd_set_tran_settings() local
H A Daic7xxx_osm.c614 u_int update_type; in ahc_action()
627 update_type = 0; in ahc_action()
629 update_type |= AHC_TRANS_GOAL; in ahc_action()
641 update_type |= AHC_TRANS_USER; in ahc_action()
672 update_type, /*paused*/FALSE); in ahc_action()
676 if (update_type == AHC_TRANS_USER) in ahc_action()
683 if (update_type == AHC_TRANS_USER) in ahc_action()
690 if (update_type == AHC_TRANS_USER) in ahc_action()
726 spi->ppr_options, update_type, in ahc_action()
602 u_int update_type; ahc_action() local
/freebsd/crypto/openssl/include/internal/
H A Dquic_ssl.h67 __owur int ossl_quic_key_update(SSL *s, int update_type);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c4201 int ossl_quic_key_update(SSL *ssl, int update_type) in ossl_quic_key_update() argument
4208 switch (update_type) { in ossl_quic_key_update()