Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvram.h95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) in nvram_write_bytes() function
130 return nvram_write_bytes(buf, count, ppos); in nvram_write()
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c562 return nvram_write_bytes(buf, count, ppos); in m68k_nvram_write()