Searched refs:NVRAM_EXCL (Results 1 – 1 of 1) sorted by relevance
62 #define NVRAM_EXCL 2 /* opened with O_EXCL */ macro356 (nvram_open_mode & NVRAM_EXCL)) { in nvram_misc_open()371 nvram_open_mode |= NVRAM_EXCL; in nvram_misc_open()388 if (nvram_open_mode & NVRAM_EXCL) in nvram_misc_release()389 nvram_open_mode &= ~NVRAM_EXCL; in nvram_misc_release()