Search | Google it | Results 1 - 2 of 2 for funcall:tk_opn_dev (0.00 seconds) |
82: /* extract ID of the mailbox for event notification to KB/PD driver */ 83: dd = er = tk_opn_dev(devkbpd, TD_READ); 84: if (er >= E_OK) {
87: /* open RTC (CLOCK) driver */ 88: dd = tk_opn_dev("CLOCK", (set == TRUE) ? TD_WRITE : TD_READ); 89: if (dd < E_OK) {