hvc_iucv_devices 99 drivers/tty/hvc/hvc_iucv.c static unsigned long hvc_iucv_devices = 1; hvc_iucv_devices 134 drivers/tty/hvc/hvc_iucv.c if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC > hvc_iucv_devices)) hvc_iucv_devices 804 drivers/tty/hvc/hvc_iucv.c for (i = 0; i < hvc_iucv_devices; i++) { hvc_iucv_devices 1299 drivers/tty/hvc/hvc_iucv.c if (!MACHINE_IS_VM || !hvc_iucv_devices) hvc_iucv_devices 1328 drivers/tty/hvc/hvc_iucv.c if (!MACHINE_IS_VM || !hvc_iucv_devices) hvc_iucv_devices 1362 drivers/tty/hvc/hvc_iucv.c if (!hvc_iucv_devices) hvc_iucv_devices 1372 drivers/tty/hvc/hvc_iucv.c if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) { hvc_iucv_devices 1374 drivers/tty/hvc/hvc_iucv.c "kernel parameter\n", hvc_iucv_devices); hvc_iucv_devices 1435 drivers/tty/hvc/hvc_iucv.c for (i = 0; i < hvc_iucv_devices; i++) { hvc_iucv_devices 1455 drivers/tty/hvc/hvc_iucv.c for (i = 0; i < hvc_iucv_devices; i++) hvc_iucv_devices 1463 drivers/tty/hvc/hvc_iucv.c hvc_iucv_devices = 0; /* ensure that we do not provide any device */ hvc_iucv_devices 1473 drivers/tty/hvc/hvc_iucv.c return kstrtoul(val, 10, &hvc_iucv_devices);