OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iotype
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
exec.c
1120
int
iotype
= iop->flag &
IOTYPE
;
local
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
...]
/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
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
306
req = rf_CreateDiskQueueData(
iotype
, pda->startSector, pda->numSector,
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026