HomeSort by: relevance | last modified time | path
    Searched defs:iotype (Results 1 - 13 of 13) 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
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,
  /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/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 67 int iotype; /* IO_BLK, IO_SEQ, IO_TXT */ member in struct:DataHandle
155 int iotype = IO_BLK; local
175 iotype = IO_TXT;
177 iotype = IO_TXT;
179 iotype = IO_SEQ;
235 hndl->iotype = iotype;
236 if (hndl->iotype == IO_TXT)
290 if (hndl->iotype == IO_BLK)
297 else if (hndl->iotype == IO_SEQ
    [all...]
iotrace.c 47 IOTrace_type iotype; /* IO type */ member in struct:IOTrace_packet
325 collector_interface->writeLog (" <field name=\"IOTYPE\" uname=\"IO trace function type\" offset=\"%d\" type=\"%s\"/>\n",
326 (int) offsetof (IOTrace_packet, iotype),
327 fld_sizeof (IOTrace_packet, iotype) == 4 ? "INT32" : "INT64");
897 write_io_packet (int fd, ssize_t ret, hrtime_t reqt, int iotype)
904 iopkt.iotype = iotype;
956 iopkt->iotype = OPEN_TRACE;
958 iopkt->iotype = OPEN_TRACE_ERROR;
1010 iopkt->iotype = OPEN_TRACE
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 67 int iotype; /* IO_BLK, IO_SEQ, IO_TXT */ member in struct:DataHandle
155 int iotype = IO_BLK; local
175 iotype = IO_TXT;
177 iotype = IO_TXT;
179 iotype = IO_SEQ;
235 hndl->iotype = iotype;
236 if (hndl->iotype == IO_TXT)
290 if (hndl->iotype == IO_BLK)
297 else if (hndl->iotype == IO_SEQ
    [all...]
iotrace.c 47 IOTrace_type iotype; /* IO type */ member in struct:IOTrace_packet
325 collector_interface->writeLog (" <field name=\"IOTYPE\" uname=\"IO trace function type\" offset=\"%d\" type=\"%s\"/>\n",
326 (int) offsetof (IOTrace_packet, iotype),
327 fld_sizeof (IOTrace_packet, iotype) == 4 ? "INT32" : "INT64");
897 write_io_packet (int fd, ssize_t ret, hrtime_t reqt, int iotype)
904 iopkt.iotype = iotype;
956 iopkt->iotype = OPEN_TRACE;
958 iopkt->iotype = OPEN_TRACE_ERROR;
1010 iopkt->iotype = OPEN_TRACE
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
io.c 79 int iotype; member in struct:ioclist
341 if(ioc[i].iotype & mask)
  /src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c 2250 char iotype[] = "LISTDIRECTED"; local
2281 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist,
3061 char iotype[] = "NAMELIST"; local
3096 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist,
write.c 1966 char iotype[] = "LISTDIRECTED"; local
1997 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist,
2304 char iotype[] = "NAMELIST"; local
2342 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist,
2348 dtio_ptr (p, &unit, iotype, &vlist,
transfer.c 1725 char *iotype; local
1728 /* Build the iotype string. */
1732 iotype = dt;
1735 iotype = get_dt_format (f->u.udf.string, &iotype_len);
1757 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist,
1776 free (iotype);
2219 char *iotype; local
2222 /* Build the iotype string. */
2226 iotype = dt;
2229 iotype = get_dt_format (f->u.udf.string, &iotype_len)
2713 bt iotype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 2193 char iotype[] = "LISTDIRECTED"; local
2224 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist,
2991 char iotype[] = "NAMELIST"; local
3026 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist,
write.c 1955 char iotype[] = "LISTDIRECTED"; local
1986 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist,
2280 char iotype[] = "NAMELIST"; local
2318 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist,
2324 dtio_ptr (p, &unit, iotype, &vlist,
transfer.c 1698 char *iotype; local
1701 /* Build the iotype string. */
1705 iotype = dt;
1708 iotype = get_dt_format (f->u.udf.string, &iotype_len);
1730 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist,
1736 free (iotype);
2179 char *iotype; local
2182 /* Build the iotype string. */
2186 iotype = dt;
2189 iotype = get_dt_format (f->u.udf.string, &iotype_len)
2656 bt iotype; local
    [all...]

Completed in 50 milliseconds