Searched refs:update_type (Results 1 – 5 of 5) sorted by relevance
611 u_int update_type; in ahc_action() local624 update_type = 0; in ahc_action()626 update_type |= AHC_TRANS_GOAL; in ahc_action()638 update_type |= AHC_TRANS_USER; in ahc_action()669 update_type, /*paused*/FALSE); in ahc_action()673 if (update_type == AHC_TRANS_USER) in ahc_action()680 if (update_type == AHC_TRANS_USER) in ahc_action()687 if (update_type == AHC_TRANS_USER) in ahc_action()723 spi->ppr_options, update_type, in ahc_action()
736 u_int update_type; in ahd_set_tran_settings() local748 update_type = 0; in ahd_set_tran_settings()750 update_type |= AHD_TRANS_GOAL; in ahd_set_tran_settings()758 update_type |= AHD_TRANS_USER; in ahd_set_tran_settings()786 update_type, /*paused*/FALSE); in ahd_set_tran_settings()790 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()797 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()804 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()836 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
251 u_int update_type; in adv_action() local255 update_type = 0; in adv_action()263 update_type |= ADV_TRANS_GOAL; in adv_action()266 update_type |= ADV_TRANS_USER; in adv_action()274 if ((update_type & ADV_TRANS_GOAL) != 0) { in adv_action()292 if ((update_type & ADV_TRANS_USER) != 0) { in adv_action()335 spi->sync_offset, update_type); in adv_action()
775 u_int update_type; in trm_action() local784 update_type = 0; in trm_action()786 update_type |= TRM_TRANS_GOAL; in trm_action()788 update_type |= TRM_TRANS_USER; in trm_action()794 if (update_type & TRM_TRANS_GOAL) { in trm_action()803 if (update_type & TRM_TRANS_USER) { in trm_action()815 if (update_type & TRM_TRANS_GOAL) { in trm_action()824 if (update_type & TRM_TRANS_USER) { in trm_action()852 if ((update_type & TRM_TRANS_USER) != 0) { in trm_action()857 if ((update_type & TRM_TRANS_GOAL) != 0) { in trm_action()
4164 u_int update_type; local4170 update_type = 0;4172 update_type |= NCR_TRANS_GOAL;4174 update_type |= NCR_TRANS_USER;4179 if (update_type & NCR_TRANS_GOAL) {4186 if (update_type & NCR_TRANS_USER) {4196 if (update_type & NCR_TRANS_GOAL) {4203 if (update_type & NCR_TRANS_USER) {4231 if ((update_type & NCR_TRANS_USER) != 0) {4239 if ((update_type & NCR_TRANS_GOAL) != 0) {