Searched refs:NVRAM_EXCL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnvram.c120 #define NVRAM_EXCL 2 /* opened with O_EXCL */ macro
335 (nvram_open_mode & NVRAM_EXCL) ||
342 nvram_open_mode |= NVRAM_EXCL;
359 if (nvram_open_mode & NVRAM_EXCL)
360 nvram_open_mode &= ~NVRAM_EXCL;

Completed in 213 milliseconds