newstat            62 drivers/misc/phantom.c static int phantom_status(struct phantom_device *dev, unsigned long newstat)
newstat            64 drivers/misc/phantom.c 	pr_debug("phantom_status %lx %lx\n", dev->status, newstat);
newstat            66 drivers/misc/phantom.c 	if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) {
newstat            71 drivers/misc/phantom.c 	} else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) {
newstat            76 drivers/misc/phantom.c 	dev->status = newstat;
newstat          2796 drivers/net/ethernet/broadcom/tg3.c static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat)
newstat          2808 drivers/net/ethernet/broadcom/tg3.c 	status |= (newstat << shift);
newstat           337 fs/stat.c      SYSCALL_DEFINE2(newstat, const char __user *, filename,
newstat           625 fs/stat.c      COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename,
newstat           103 tools/perf/examples/bpf/augmented_syscalls.c augmented_filename_syscall(newstat);