HomeSort by: relevance | last modified time | path
    Searched refs:issued (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
lint.mk 7 # the error message had been issued as PARSE_FATAL. This was because back
depsrc-ignore.mk 17 # appear. Now the "ignored" message is issued in the correct position.
  /src/sys/dev/raidframe/
rf_psstatus.h 88 char issued[RF_MAXCOL]; /* issued[i]==1 <=> column i has already member in struct:RF_ReconParityStripeStatus_s
89 * issued a read request for the indicated RU */
rf_psstatus.c 305 printf("PSID %ld RU %d : blockCount %d %d/%d/%d proc/block/buf waiting, issued ",
308 printf("%c", (p->issued[j]) ? '1' : '0');
rf_reconstruct.c 661 issued for stripes where the spare is on the
1327 pssPtr->issued[col] = 1;
1809 /* For previously issued reads, elevate them to normal
1817 if (pssPtr->issued[diskno]) {
1841 Dprintf2("raid%d: Issued new read req on col %d\n", raidPtr->raidid, diskno);
  /src/sys/dev/isa/
seagate.c 309 int connected, issued, disconnected; local in function:sea_queue_length
312 for (scb = sea->ready_list.tqh_first, issued = 0; scb;
313 scb = scb->chain.tqe_next, issued++);
317 issued, disconnected);
745 * REQUEST_SENSE commands are issued
1152 * If the command hasn't been issued yet, we simply remove it from the

Completed in 44 milliseconds