| /src/sys/dev/flash/ |
| flash_io.c | 75 flash_io_getblock(struct flash_io *fio, struct buf *bp) 80 block = bp->b_rawblkno * DEV_BSIZE / fio->fio_if->erasesize; 84 / fio->fio_if->erasesize; 99 flash_sync_thread_init(struct flash_io *fio, device_t dev, 106 fio->fio_dev = dev; 107 fio->fio_if = flash_if; 109 fio->fio_data = kmem_alloc(fio->fio_if->erasesize, KM_SLEEP); 111 mutex_init(&fio->fio_lock, MUTEX_DEFAULT, IPL_NONE); 112 cv_init(&fio->fio_cv, "flashcv") 279 struct flash_io *fio = arg; local [all...] |
| /src/external/bsd/ipf/dist/lib/ |
| checkrev.c | 21 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))) {
|
| /src/lib/libpuffs/ |
| framebuf.c | 94 struct puffs_fctrl_io *fio; local 96 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) 97 if (fio->io_fd == fd) 98 return fio; 343 fio = getfiobyfd(pu, fd); \ 344 if (fio == NULL) { \ 348 if (fio->stat & FIO_WRGONE) { \ 359 struct puffs_fctrl_io *fio; local 378 TAILQ_INSERT_HEAD(&fio->snd_qing, pufbuf, pfb_entries); 380 TAILQ_INSERT_TAIL(&fio->snd_qing, pufbuf, pfb_entries) 397 struct puffs_fctrl_io *fio; local 421 struct puffs_fctrl_io *fio; local 450 struct puffs_fctrl_io *fio; local 486 struct puffs_fctrl_io *fio; local 538 struct puffs_fctrl_io *fio; local 780 struct puffs_fctrl_io *fio; local 855 struct puffs_fctrl_io *fio; local 886 struct puffs_fctrl_io *fio; local 1018 struct puffs_fctrl_io *fio; local 1066 struct puffs_fctrl_io *fio; local [all...] |
| puffs.c | 121 struct puffs_fctrl_io *fio; local 123 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) { 124 if (fio->stat & FIO_WRGONE) 127 puffs__framev_output(pu, fio->fctrl, fio); 790 struct puffs_fctrl_io *fio; local 830 LIST_FOREACH(fio, &pu->pu_ios, fio_entries) { 831 if (fio->stat & FIO_WRGONE) 834 pfctrl = fio->fctrl; 842 puffs__framev_output(pu, pfctrl, fio); 953 struct puffs_fctrl_io *fio; local [all...] |
| puffs_priv.h | 76 #define FIO_EN_WRITE(fio) \ 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) \ 83 ((fio->stat & FIO_WR) \ 84 && (((TAILQ_EMPTY(&fio->snd_qing) \ 85 || (fio->stat & FIO_ENABLE_W) == 0)) \ 86 && (fio->wwait == 0)) [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_cache.c | 225 vdev_cache_fill(zio_t *fio) 227 vdev_t *vd = fio->io_vd; 229 vdev_cache_entry_t *ve = fio->io_private; 232 ASSERT(fio->io_size == VCBS); 239 ASSERT(ve->ve_fill_io == fio); 240 ASSERT(ve->ve_offset == fio->io_offset); 241 ASSERT(ve->ve_data == fio->io_data); 251 while ((pio = zio_walk_parents(fio, &zl)) != NULL) 254 if (fio->io_error || ve->ve_missed_update) 270 zio_t *fio; local [all...] |
| vdev_queue.c | 639 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset). 640 * Conveniently, the gap between fio and lio is given by -IO_SPAN(lio, fio); 641 * thus fio and lio are adjacent if and only if IO_SPAN(lio, fio) == 0. 643 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset) 644 #define IO_GAP(fio, lio) (-IO_SPAN(lio, fio))
|
| vdev.c | 3605 zio_t *fio; local 3613 fio = avl_first(&vq->vq_active_tree); 3614 delta = gethrtime() - fio->io_timestamp; 3618 fio->io_timestamp, delta, 3623 fio->io_timestamp, delta,
|
| /src/external/bsd/ipf/dist/tools/ |
| ipf.c | 490 friostat_t fio; local 494 obj.ipfo_size = sizeof(fio); 495 obj.ipfo_ptr = &fio; 503 showstats(&fio); 534 struct friostat fio; local 542 ipfo.ipfo_size = sizeof(fio); 543 ipfo.ipfo_ptr = (void *)&fio; 561 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version), 562 (int)sizeof(fio.f_version), fio.f_version) [all...] |
| ipfstat.c | 222 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;
|
| /src/usr.bin/mail/ |
| Makefile | 28 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}
|
| /src/lib/libperfuse/ |
| ops.c | 885 struct fuse_init_out *fio; local 910 if ((error = xchg_msg(pu, 0, pm, sizeof(*fio), wait_reply)) != 0) 913 fio = GET_OUTPAYLOAD(ps, pm, fuse_init_out); 914 ps->ps_max_readahead = fio->max_readahead; 915 ps->ps_max_write = fio->max_write;
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 7253 friostat_t fio; local 7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT); 7260 ipf_getstat(softc, &fio, obj.ipfo_rev); 7261 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT); 7925 friostat_t fio; local 8049 error = ipf_inobj(softc, (void *)data, &obj, &fio, 8053 ipf_getstat(softc, &fio, obj.ipfo_rev); 8054 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT);
|