Searched refs:hvc_iucv_devices (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_iucv.c97 static unsigned long hvc_iucv_devices = 1; variable
131 if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC > hvc_iucv_devices))
744 for (i = 0; i < hvc_iucv_devices; i++)
1156 if (!MACHINE_IS_VM || !hvc_iucv_devices)
1185 if (!MACHINE_IS_VM || !hvc_iucv_devices)
1219 if (!hvc_iucv_devices)
1229 if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) {
1231 "kernel parameter\n", hvc_iucv_devices);
1292 for (i = 0; i < hvc_iucv_devices; i++) {
1314 for (i = 0; i < hvc_iucv_devices;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_iucv.c97 static unsigned long hvc_iucv_devices = 1; variable
131 if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC > hvc_iucv_devices))
744 for (i = 0; i < hvc_iucv_devices; i++)
1156 if (!MACHINE_IS_VM || !hvc_iucv_devices)
1185 if (!MACHINE_IS_VM || !hvc_iucv_devices)
1219 if (!hvc_iucv_devices)
1229 if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) {
1231 "kernel parameter\n", hvc_iucv_devices);
1292 for (i = 0; i < hvc_iucv_devices; i++) {
1314 for (i = 0; i < hvc_iucv_devices;
[all...]

Completed in 106 milliseconds