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

  /src/sys/dev/raidframe/
rf_dagfuncs.c 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; local in function:rf_DiskReadFuncForThreads
276 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; local in function:rf_DiskWriteFuncForThreads
306 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
rf_dagfuncs.c 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; local in function:rf_DiskReadFuncForThreads
276 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; local in function:rf_DiskWriteFuncForThreads
306 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
rf_dagfuncs.c 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; local in function:rf_DiskReadFuncForThreads
276 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; local in function:rf_DiskWriteFuncForThreads
306 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
  /src/bin/ksh/
exec.c 1120 int iotype = iop->flag & IOTYPE; local in function:iosetup
1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1138 switch (iotype) {
1200 iotype == IODUP ? "dup"
1201 : (iotype == IOREAD || iotype == IOHERE) ?
1228 if (iotype != IODUP)
1232 if (iotype != IODUP
    [all...]
exec.c 1120 int iotype = iop->flag & IOTYPE; local in function:iosetup
1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1138 switch (iotype) {
1200 iotype == IODUP ? "dup"
1201 : (iotype == IOREAD || iotype == IOHERE) ?
1228 if (iotype != IODUP)
1232 if (iotype != IODUP
    [all...]
exec.c 1120 int iotype = iop->flag & IOTYPE; local in function:iosetup
1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1138 switch (iotype) {
1200 iotype == IODUP ? "dup"
1201 : (iotype == IOREAD || iotype == IOHERE) ?
1228 if (iotype != IODUP)
1232 if (iotype != IODUP
    [all...]

Completed in 35 milliseconds