Searched refs:cfgflags (Results 1 – 2 of 2) sorted by relevance
795 int cfgflags, cpuflag; in p4_config_pmc() local813 cfgflags = P4_PCPU_GET_CFGFLAGS(pc,ri); in p4_config_pmc()815 KASSERT(cfgflags >= 0 || cfgflags <= 3, in p4_config_pmc()817 cfgflags, cpu, ri)); in p4_config_pmc()819 KASSERT(cfgflags == 0 || phw->phw_pmc, in p4_config_pmc()826 if (cfgflags == 0) in p4_config_pmc()833 cfgflags |= cpuflag; in p4_config_pmc()835 cfgflags &= ~cpuflag; in p4_config_pmc()837 if (cfgflags == 0) in p4_config_pmc()841 KASSERT(cfgflags >= 0 || cfgflags <= 3, in p4_config_pmc()[all …]
3809 u_int cfgflags, diskflags; local3812 cfgflags = li->li_cfgflags;3814 cfgflags = 0;3822 (cfgflags & SCSI_LOW_DISC) != 0)3829 (cfgflags & SCSI_LOW_NOPARITY) == 0)3834 (cfgflags & SCSI_LOW_QTAG) != 0 &&3850 if ((cfgflags & SCSI_LOW_LINK) != 0 &&