gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:delete_cons (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
763:         /* Delete the current port when it is not newly created */
764:         if (new == 0) delete_cons(old);
765: 
809: case CS_DELETE: /* Delete the console port */ 810: if (arg[0] > 2 && (p = check_port(arg[0]))) n = delete_cons(p); 811: else n = -1;
906: while (!isQueEmpty(&ConsPort)) { 907: delete_cons((CONSCB*)ConsPort.next); 908: }