HomeSort by: relevance | last modified time | path
    Searched defs:fio (Results 1 - 5 of 5) sorted by relevancy

  /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 in function:flash_sync_thread
    [all...]
  /src/lib/libpuffs/
puffs.c 121 struct puffs_fctrl_io *fio; local in function:finalpush
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 in function:puffs__theloop
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 in function:puffs_mainloop
    [all...]
framebuf.c 94 struct puffs_fctrl_io *fio; local in function:getfiobyfd
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 in function:puffs_framev_enqueue_cc
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 in function:puffs_framev_enqueue_cb
421 struct puffs_fctrl_io *fio; local in function:puffs_framev_enqueue_justsend
450 struct puffs_fctrl_io *fio; local in function:puffs_framev_enqueue_directreceive
486 struct puffs_fctrl_io *fio; local in function:puffs_framev_enqueue_directsend
538 struct puffs_fctrl_io *fio; local in function:puffs_framev_enqueue_waitevent
780 struct puffs_fctrl_io *fio; local in function:puffs__framev_addfd_ctrl
855 struct puffs_fctrl_io *fio; local in function:puffs_framev_enablefd
886 struct puffs_fctrl_io *fio; local in function:puffs_framev_disablefd
1018 struct puffs_fctrl_io *fio; local in function:puffs_framev_removefd
1066 struct puffs_fctrl_io *fio; local in function:puffs__framev_exit
    [all...]
  /src/lib/libperfuse/
ops.c 885 struct fuse_init_out *fio; local in function:perfuse_fs_init
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 in function:ipf_zerostats
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 in function:ipf_ipf_ioctl
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);

Completed in 21 milliseconds