Searched refs:iotype (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexec.c1308 int iotype = iop->flag & IOTYPE; local
1313 if (iotype != IOHERE)
1318 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1326 switch (iotype) {
1392 iotype == IODUP ? "dup"
1393 : (iotype == IOREAD || iotype == IOHERE) ?
1420 if (iotype != IODUP)
1424 if (iotype != IODUP)
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_dagfuncs.c279 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; local
286 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
318 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; local
326 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector,
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dio.c79 int iotype; member in struct:ioclist
341 if(ioc[i].iotype & mask)

Completed in 130 milliseconds