• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/

Lines Matching defs:to

77 	/* long to avoid size mismatch warnings from gcc */
127 * mount HPPFS instead of procfs on /proc. And we want mconsole_proc to still
145 mconsole_reply(req, "Failed to open file", 1, 0);
152 mconsole_reply(req, "Failed to allocate buffer", 1, 0);
191 config <dev>=<config> - Add a new device to UML; \n\
313 *error_out = "Expected increment to start with '-' or '+'";
320 *error_out = "Failed to parse memory increment";
369 printk("Failed to release memory - "
371 *error_out = "Failed to release memory";
426 else printk("Can't release memory to the host - memory hotplug won't "
469 mconsole_reply(req, "Failed to allocate buffer", 1, 0);
643 /* With 'b', the system will shut down without a chance to reply,
662 struct task_struct *from = current, *to = arg;
664 to->thread.saved_task = from;
665 switch_to(from, to, from);
670 * Dumps a stacks registers to the linux console.
678 struct task_struct *to = NULL;
681 * 1) Send showregs output to mconsole.
682 * 2) Add a way to stack dump all pids.
697 to = find_task_by_pid(pid_requested);
698 if((to == NULL) || (pid_requested == 0)) {
702 with_console(req, stack_proc, to);
723 /* long to avoid size mismatch warnings from gcc */
733 printk("Failed to initialize management console\n");
743 printk("Failed to get IRQ for management console\n");
753 else printk(KERN_ERR "mconsole_setup failed to strdup "
833 " Requests that the mconsole driver send a message to the named Unix\n"
835 " to notify outside processes when UML has booted far enough to respond\n"
836 " to mconsole requests.\n\n"