Lines Matching defs:port
34 int port = 0;
75 -a --addr : io port address
290 fprintf (stderr, "expected hex io port value ( ex: 3BC )\n");
298 fprintf (stderr, "expected hex io port value ( ex: 378 )\n");
301 port = strtol (argv[i], NULL, 16);
339 if ((name == NULL) && (port == 0))
341 /* safe tests: user parallel port devices */
349 rc = sanei_umax_pp_initPort (port, ports[i]);
368 fprintf (stderr, "failed to detect a valid device or port!\n");
374 if (sanei_umax_pp_initPort (port, name) != 1)
376 if (port)
377 fprintf (stderr, "failed to gain direct access to port 0x%X!\n",
378 port);