gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:bootDevice (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/boot.c - 3.9KB - 126 lines
91:                 for ( i = 0;; i++ ) {
92:                         devnm = bootDevice(i);
93:                         if ( devnm == NULL ) break; /* end is seen */
monitor/cmdsvc/src/helpmsg.c - 9.5KB - 392 lines
146:         for ( i = 0;; ++i ) {
147:                 devnm = ( help == &helpBD )? bootDevice(i): diskList(i, &attr);
148:                 if ( devnm == NULL ) break;