| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | iotrace.c | 47 IOTrace_type iotype; /* IO type */ member 326 (int) offsetof (IOTrace_packet, iotype), in open_experiment() 327 fld_sizeof (IOTrace_packet, iotype) == 4 ? "INT32" : "INT64"); in open_experiment() 897 write_io_packet (int fd, ssize_t ret, hrtime_t reqt, int iotype) in write_io_packet() argument 904 iopkt.iotype = iotype; in write_io_packet() 956 iopkt->iotype = OPEN_TRACE; in open() 958 iopkt->iotype = OPEN_TRACE_ERROR; in open() 1010 iopkt->iotype = OPEN_TRACE; in gprofng_open64() 1012 iopkt->iotype = OPEN_TRACE_ERROR; in gprofng_open64() 1155 iopkt.iotype = OPEN_TRACE; in DCL_OPEN64() [all …]
|
| H A D | iolib.c | 73 int iotype; /* IO_BLK, IO_SEQ, IO_TXT */ member 161 int iotype = IO_BLK; in __collector_create_handle() local 181 iotype = IO_TXT; in __collector_create_handle() 183 iotype = IO_TXT; in __collector_create_handle() 185 iotype = IO_SEQ; in __collector_create_handle() 241 hndl->iotype = iotype; in __collector_create_handle() 242 if (hndl->iotype == IO_TXT) in __collector_create_handle() 296 if (hndl->iotype == IO_BLK) in __collector_create_handle() 303 else if (hndl->iotype == IO_SEQ) in __collector_create_handle() 340 if (hndl->iotype == IO_BLK || hndl->iotype == IO_SEQ) in deleteHandle() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | iotrace.c | 53 IOTrace_type iotype; /* IO type */ member 335 &pp->iotype, sizeof (pp->iotype) == 4 ? "INT32" : "INT64"); in open_experiment() 1046 iopkt->iotype = OPEN_TRACE; in open() 1048 iopkt->iotype = OPEN_TRACE_ERROR; in open() 1172 iopkt->iotype = OPEN_TRACE; 1174 iopkt->iotype = OPEN_TRACE_ERROR; 1299 iopkt.iotype = OPEN_TRACE; 1301 iopkt.iotype = OPEN_TRACE_ERROR; 1353 iopkt->iotype = OPEN_TRACE; 1355 iopkt->iotype = OPEN_TRACE_ERROR; [all …]
|
| H A D | iolib.c | 73 int iotype; /* IO_BLK, IO_SEQ, IO_TXT */ member 161 int iotype = IO_BLK; in __collector_create_handle() local 181 iotype = IO_TXT; in __collector_create_handle() 183 iotype = IO_TXT; in __collector_create_handle() 185 iotype = IO_SEQ; in __collector_create_handle() 241 hndl->iotype = iotype; in __collector_create_handle() 242 if (hndl->iotype == IO_TXT) in __collector_create_handle() 298 if (hndl->iotype == IO_BLK) in __collector_create_handle() 305 else if (hndl->iotype == IO_SEQ) in __collector_create_handle() 342 if (hndl->iotype == IO_BLK || hndl->iotype == IO_SEQ) in deleteHandle() [all …]
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | bufferevent_pair.c | 308 be_pair_flush(struct bufferevent *bev, short iotype, in be_pair_flush() argument 324 if ((iotype & EV_READ) != 0) in be_pair_flush() 327 if ((iotype & EV_WRITE) != 0) in be_pair_flush() 332 if (iotype & EV_READ) in be_pair_flush() 334 if (iotype & EV_WRITE) in be_pair_flush()
|
| H A D | bufferevent-internal.h | 404 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options… 409 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger_nolock_() argument 411 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_() 414 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
|
| H A D | bufferevent_filter.c | 74 short iotype, enum bufferevent_flush_mode mode); 577 short iotype, enum bufferevent_flush_mode mode) in be_filter_flush() argument 585 if (iotype & EV_READ) { in be_filter_flush() 588 if (iotype & EV_WRITE) { in be_filter_flush() 593 bufferevent_flush(bevf->underlying, iotype, mode); in be_filter_flush()
|
| H A D | bufferevent.c | 281 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger() argument 284 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS); in bufferevent_trigger() 672 short iotype, in bufferevent_flush() argument 678 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
|
| H A D | bufferevent_openssl.c | 340 short iotype, enum bufferevent_flush_mode mode); 1263 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
|
| H A D | bufferevent_sock.c | 614 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
|
| /netbsd-src/bin/ksh/ |
| H A D | 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)
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_dagfuncs.c | 273 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_READ : RF_IO_TYPE_NOP; in rf_DiskReadFuncForThreads() local 276 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector, in rf_DiskReadFuncForThreads() 302 RF_IoType_t iotype = (node->dagHdr->status == rf_enable) ? RF_IO_TYPE_WRITE : RF_IO_TYPE_NOP; in rf_DiskWriteFuncForThreads() local 306 req = rf_CreateDiskQueueData(iotype, pda->startSector, pda->numSector, in rf_DiskWriteFuncForThreads()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | bufferevent.h | 620 short iotype, 650 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | transfer.c | 1558 char *iotype; in formatted_transfer_scalar_read() local 1565 iotype = dt; in formatted_transfer_scalar_read() 1568 iotype = get_dt_format (f->u.udf.string, &iotype_len); in formatted_transfer_scalar_read() 1590 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_read() 1596 free (iotype); in formatted_transfer_scalar_read() 2027 char *iotype; in formatted_transfer_scalar_write() local 2034 iotype = dt; in formatted_transfer_scalar_write() 2037 iotype = get_dt_format (f->u.udf.string, &iotype_len); in formatted_transfer_scalar_write() 2062 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_write() 2068 free (iotype); in formatted_transfer_scalar_write() [all …]
|
| H A D | write.c | 1903 char iotype[] = "LISTDIRECTED"; in list_formatted_write_scalar() local 1934 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_write_scalar() 2228 char iotype[] = "NAMELIST"; in nml_write_obj() local 2266 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_write_obj() 2272 dtio_ptr (p, &unit, iotype, &vlist, in nml_write_obj()
|
| H A D | list_read.c | 2194 char iotype[] = "LISTDIRECTED"; in list_formatted_read_scalar() local 2225 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_read_scalar() 2992 char iotype[] = "NAMELIST"; in nml_read_obj() local 3027 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_read_obj()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | transfer.c | 1698 char *iotype; in formatted_transfer_scalar_read() local 1705 iotype = dt; in formatted_transfer_scalar_read() 1708 iotype = get_dt_format (f->u.udf.string, &iotype_len); in formatted_transfer_scalar_read() 1730 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_read() 1736 free (iotype); in formatted_transfer_scalar_read() 2179 char *iotype; in formatted_transfer_scalar_write() local 2186 iotype = dt; in formatted_transfer_scalar_write() 2189 iotype = get_dt_format (f->u.udf.string, &iotype_len); in formatted_transfer_scalar_write() 2214 dtp->u.p.fdtio_ptr (p, &unit, iotype, f->u.udf.vlist, in formatted_transfer_scalar_write() 2220 free (iotype); in formatted_transfer_scalar_write() [all …]
|
| H A D | write.c | 1955 char iotype[] = "LISTDIRECTED"; in list_formatted_write_scalar() local 1986 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_write_scalar() 2280 char iotype[] = "NAMELIST"; in nml_write_obj() local 2318 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_write_obj() 2324 dtio_ptr (p, &unit, iotype, &vlist, in nml_write_obj()
|
| H A D | list_read.c | 2193 char iotype[] = "LISTDIRECTED"; in list_formatted_read_scalar() local 2224 dtp->u.p.fdtio_ptr (p, &unit, iotype, &vlist, in list_formatted_read_scalar() 2991 char iotype[] = "NAMELIST"; in nml_read_obj() local 3026 dtio_ptr ((void *)&list_obj, &unit, iotype, &vlist, in nml_read_obj()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | io.c | 79 int iotype; member 340 if(ioc[i].iotype & mask) in iocname()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2016 | 991 and set the DT iotype string, handling doubled quotes.
|