Home
last modified time | relevance | path

Searched refs:__nvram_check_checksum (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dnvram.c197 __nvram_check_checksum(void) in __nvram_check_checksum() function
209 rv = __nvram_check_checksum(); in nvram_check_checksum()
264 if (!__nvram_check_checksum()) in nvram_read()
302 if (!__nvram_check_checksum()) in nvram_write()
556 checksum = __nvram_check_checksum(); in pc_proc_infos()
663 checksum = __nvram_check_checksum(); in cobalt_proc_infos()
929 EXPORT_SYMBOL(__nvram_check_checksum);
/linux-2.4.37.9/include/linux/
Dnvram.h21 extern int __nvram_check_checksum(void);