Search | Google it | Results 1 - 2 of 2 for funcall:bootDevice (0.00 seconds) |
91: for ( i = 0;; i++ ) { 92: devnm = bootDevice(i); 93: if ( devnm == NULL ) break; /* end is seen */
146: for ( i = 0;; ++i ) { 147: devnm = ( help == &helpBD )? bootDevice(i): diskList(i, &attr); 148: if ( devnm == NULL ) break;