Searched refs:nvram_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/macintosh/ |
D | nvram.c | 79 static long nvram_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in nvram_ioctl() function 107 .unlocked_ioctl = nvram_ioctl,
|
/linux-4.1.27/drivers/char/ |
D | generic_nvram.c | 93 static int nvram_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in nvram_ioctl() function 129 ret = nvram_ioctl(file, cmd, arg); in nvram_unlocked_ioctl()
|
D | nvram.c | 301 static long nvram_ioctl(struct file *file, unsigned int cmd, in nvram_ioctl() function 431 .unlocked_ioctl = nvram_ioctl,
|