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

/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h153 status_t pc_serial_open(const char *name, uint32 flags, void **cookie);
H A DDriver.cpp667 /* pc_serial_open - handle open() calls */
669 pc_serial_open(const char *name, uint32 flags, void **cookie) function
671 TRACE_FUNCALLS("> pc_serial_open(%s, 0x%08x, 0x%08x)\n", name, flags, cookie);
683 TRACE_FUNCRET("< pc_serial_open() returns: 0x%08x\n", status);
811 pc_serial_open, /* -> open entry point */

Completed in 71 milliseconds