Searched defs:regc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodbq4802.c320 uint8_t regc; local
329 regc = BQ4802_DATA_REG(RTC_ENABLES);
330 BQ4802_DATA_REG(RTC_ENABLES) = regc & ~(RTC_AIE | RTC_ABE);
345 BQ4802_DATA_REG(RTC_ENABLES) = regc | RTC_AIE | RTC_ABE;
354 uint8_t regc; local
358 regc = BQ4802_DATA_REG(RTC_ENABLES);
359 BQ4802_DATA_REG(RTC_ENABLES) = regc & ~(RTC_AIE | RTC_ABE);
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c68 static regex_t regc; variable
135 if (regcomp(&regc, regexpr, REG_EXTENDED) != 0)
148 if (!cansplice || regexec(&regc, path, NMATCH, match, 0) != 0)

Completed in 45 milliseconds