Searched refs:newstat (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/ |
| A D | phantom.c | 65 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument 67 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status() 69 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status() 74 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status() 79 dev->status = newstat; in phantom_status()
|
| /linux/fs/ |
| A D | stat.c | 474 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 837 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | tg3.c | 2785 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument 2797 status |= (newstat << shift); in tg3_set_function_status()
|
Completed in 29 milliseconds