OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protect
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v1.c
115
uint16_t
protect
, eeprom_version, eeval;
local
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
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
994
subj =
protect
(subjof(mp));
995
addr =
protect
(addrof(mp));
996
user =
protect
(userof(mp));
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026