Home
last modified time | relevance | path

Searched refs:fio (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/dev/flash/
H A Dflash_io.c75 flash_io_getblock(struct flash_io *fio, struct buf *bp) in flash_io_getblock() argument
80 block = bp->b_rawblkno * DEV_BSIZE / fio->fio_if->erasesize; in flash_io_getblock()
84 / fio->fio_if->erasesize; in flash_io_getblock()
99 flash_sync_thread_init(struct flash_io *fio, device_t dev, in flash_sync_thread_init() argument
106 fio->fio_dev = dev; in flash_sync_thread_init()
107 fio->fio_if = flash_if; in flash_sync_thread_init()
109 fio->fio_data = kmem_alloc(fio->fio_if->erasesize, KM_SLEEP); in flash_sync_thread_init()
111 mutex_init(&fio->fio_lock, MUTEX_DEFAULT, IPL_NONE); in flash_sync_thread_init()
112 cv_init(&fio in flash_sync_thread_init()
138 flash_sync_thread_destroy(struct flash_io * fio) flash_sync_thread_destroy() argument
158 flash_io_submit(struct flash_io * fio,struct buf * bp) flash_io_submit() argument
185 flash_io_cache_write(struct flash_io * fio,flash_addr_t block,struct buf * bp) flash_io_cache_write() argument
229 flash_io_cache_sync(struct flash_io * fio) flash_io_cache_sync() argument
279 struct flash_io *fio = arg; flash_sync_thread() local
310 flash_io_read(struct flash_io * fio,struct buf * bp) flash_io_read() argument
327 flash_io_write(struct flash_io * fio,struct buf * bp) flash_io_write() argument
349 flash_io_done(struct flash_io * fio,struct buf * bp,int error) flash_io_done() argument
[all...]
/netbsd-src/lib/libpuffs/
H A Dframebuf.c94 struct puffs_fctrl_io *fio; in getfiobyfd() local
96 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) in getfiobyfd()
97 if (fio->io_fd == fd) in getfiobyfd()
98 return fio; in getfiobyfd()
343 fio = getfiobyfd(pu, fd); \
344 if (fio == NULL) { \
348 if (fio->stat & FIO_WRGONE) { \
359 struct puffs_fctrl_io *fio; in puffs_framev_enqueue_cc() local
378 TAILQ_INSERT_HEAD(&fio->snd_qing, pufbuf, pfb_entries); in puffs_framev_enqueue_cc()
380 TAILQ_INSERT_TAIL(&fio->snd_qing, pufbuf, pfb_entries); in puffs_framev_enqueue_cc()
[all …]
H A Dpuffs.c121 struct puffs_fctrl_io *fio; in finalpush() local
123 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) { in finalpush()
124 if (fio->stat & FIO_WRGONE) in finalpush()
127 puffs__framev_output(pu, fio->fctrl, fio); in finalpush()
790 struct puffs_fctrl_io *fio; in puffs__theloop() local
830 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) { in puffs__theloop()
831 if (fio->stat & FIO_WRGONE) in puffs__theloop()
834 pfctrl = fio->fctrl; in puffs__theloop()
842 puffs__framev_output(pu, pfctrl, fio); in puffs__theloop()
849 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) { in puffs__theloop()
[all …]
H A Dpuffs_priv.h76 #define FIO_EN_WRITE(fio) \ argument
77 (!(fio->stat & FIO_WR) \
78 && ((!TAILQ_EMPTY(&fio->snd_qing) \
79 && (fio->stat & FIO_ENABLE_W)) \
80 || fio->wwait))
82 #define FIO_RM_WRITE(fio) \ argument
83 ((fio->stat & FIO_WR) \
84 && (((TAILQ_EMPTY(&fio->snd_qing) \
85 || (fio->stat & FIO_ENABLE_W) == 0)) \
86 && (fio->wwait == 0)))
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_cache.c225 vdev_cache_fill(zio_t *fio) in vdev_cache_fill() argument
227 vdev_t *vd = fio->io_vd; in vdev_cache_fill()
229 vdev_cache_entry_t *ve = fio->io_private; in vdev_cache_fill()
232 ASSERT(fio->io_size == VCBS); in vdev_cache_fill()
239 ASSERT(ve->ve_fill_io == fio); in vdev_cache_fill()
240 ASSERT(ve->ve_offset == fio->io_offset); in vdev_cache_fill()
241 ASSERT(ve->ve_data == fio->io_data); in vdev_cache_fill()
251 while ((pio = zio_walk_parents(fio, &zl)) != NULL) in vdev_cache_fill()
254 if (fio->io_error || ve->ve_missed_update) in vdev_cache_fill()
270 zio_t *fio; in vdev_cache_read() local
[all …]
H A Dvdev_queue.c643 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset) argument
644 #define IO_GAP(fio, lio) (-IO_SPAN(lio, fio)) argument
H A Dvdev.c3605 zio_t *fio; in vdev_deadman() local
3613 fio = avl_first(&vq->vq_active_tree); in vdev_deadman()
3614 delta = gethrtime() - fio->io_timestamp; in vdev_deadman()
3618 fio->io_timestamp, delta, in vdev_deadman()
3623 fio->io_timestamp, delta, in vdev_deadman()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c490 friostat_t fio; in zerostats() local
494 obj.ipfo_size = sizeof(fio); in zerostats()
495 obj.ipfo_ptr = &fio; in zerostats()
503 showstats(&fio); in zerostats()
534 struct friostat fio; in showversion() local
542 ipfo.ipfo_size = sizeof(fio); in showversion()
543 ipfo.ipfo_ptr = (void *)&fio; in showversion()
561 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version), in showversion()
562 (int)sizeof(fio.f_version), fio.f_version); in showversion()
563 printf("Running: %s\n", (fio.f_running > 0) ? "yes" : "no"); in showversion()
[all …]
H A Dipfstat.c222 friostat_t fio; local
223 friostat_t *fiop = &fio;
425 bzero((char *)&fio, sizeof(fio));
562 static friostat_t fio, *fiop; local
615 fiop = &fio;
/netbsd-src/sys/arch/hppa/dev/
H A Dcpudevs41 type fio 0x0a foreign I/O module
427 fio A_X25 0x02e Armyknife Optional X.25
428 fio 8x25 0x04f 8-Port X.25 EISA-ACC
429 fio SCSI 0x071 NCR 53C700 SCSI
430 fio LAN 0x072 Core LAN
431 fio HIL 0x073 Core HIL
432 fio CENT 0x074 Core Centronics
433 fio RS232 0x075 Core RS-232C
434 fio SGC 0x077 SGC Graphics
435 fio A1 0x07a Core audio (int.)
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dcheckrev.c21 struct friostat fio; local
26 obj.ipfo_size = sizeof(fio);
27 obj.ipfo_ptr = (void *)&fio;
42 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) {
/netbsd-src/usr.bin/mail/
H A DMakefile28 dotlock.c edit.c fio.c format.c getname.c head.c v7.local.c lex.c \
84 COPTS.fio.c+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd-src/lib/libperfuse/
H A Dops.c885 struct fuse_init_out *fio; in perfuse_fs_init() local
910 if ((error = xchg_msg(pu, 0, pm, sizeof(*fio), wait_reply)) != 0) in perfuse_fs_init()
913 fio = GET_OUTPAYLOAD(ps, pm, fuse_init_out); in perfuse_fs_init()
914 ps->ps_max_readahead = fio->max_readahead; in perfuse_fs_init()
915 ps->ps_max_write = fio->max_write; in perfuse_fs_init()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c7253 friostat_t fio; in ipf_zerostats() local
7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT); in ipf_zerostats()
7260 ipf_getstat(softc, &fio, obj.ipfo_rev); in ipf_zerostats()
7261 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT); in ipf_zerostats()
7925 friostat_t fio; in ipf_ipf_ioctl() local
8049 error = ipf_inobj(softc, (void *)data, &obj, &fio, in ipf_ipf_ioctl()
8053 ipf_getstat(softc, &fio, obj.ipfo_rev); in ipf_ipf_ioctl()
8054 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT); in ipf_ipf_ioctl()
/netbsd-src/external/gpl3/binutils/dist/bfd/po/
H A Dpt.po941 msgstr "%pB: %s acedido como símbolo local normal e de fio, em simultâneo"
/netbsd-src/external/gpl3/binutils.old/dist/bfd/po/
H A Dpt.po941 msgstr "%pB: %s acedido como símbolo local normal e de fio, em simultâneo"
/netbsd-src/external/gpl3/gdb/dist/bfd/po/
H A Dpt.po941 msgstr "%pB: %s acedido como símbolo local normal e de fio, em simultâneo"
/netbsd-src/etc/
H A Dservices14621 fio-cmgmt 9051/tcp # Fusion-io Central Manager [Jim_Sermersheim] …