/src/sys/external/isc/atheros_hal/dist/ |
ah_eeprom_v1.c | 115 uint16_t protect, eeprom_version, eeval; local in function:ath_hal_v1EepromAttach 132 if (!ath_hal_eepromRead(ah, AR_EEPROM_PROTECT, &protect)) { 138 HALDEBUG(ah, HAL_DEBUG_ATTACH, "EEPROM protect 0x%x\n", protect); 187 ee->ee_protect = protect;
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_linux.cc | 61 // Depending on the kernel configuration, we may not be able to protect 70 Printf("FATAL: Cannot protect memory range %p - %p (%s).\n", beg, end, 138 bool protect = type == MappingDesc::INVALID || local in function:__msan::InitShadow 140 CHECK(!(map && protect)); 141 if (!map && !protect) 151 if (protect) {
|
/src/usr.bin/mail/ |
format.c | 959 * Protect a string against strftime() conversion. 962 protect(const char *str) function in typeref:typename:const char * 994 subj = protect(subjof(mp)); 995 addr = protect(addrof(mp)); 996 user = protect(userof(mp));
|