Searched refs:newstat (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/misc/ |
D | phantom.c | 66 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument 68 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status() 70 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status() 75 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status() 80 dev->status = newstat; in phantom_status()
|
/Linux-v4.19/fs/ |
D | stat.c | 333 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 620 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 114 COMPAT_SYS_SPU(newstat)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 78 ENTRY_COMP(newstat)
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.c | 2805 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument 2817 status |= (newstat << shift); in tg3_set_function_status()
|