gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:make_cons (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
805:         case CS_CREATE:                /* Create the console port */
806:                 n = make_cons(1, (W*)arg);
807:                 break;
835: case CS_SETCONF: /* Set the console configuration */ 836: n = make_cons(0, (W*)arg); 837: break;