Home
last modified time | relevance | path

Searched refs:eio (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c114 struct bhnd_erom_io *eio, struct bhnd_chipid *cid);
271 bhnd_erom_t *erom, size_t esize, struct bhnd_erom_io *eio, in bcm_erom_probe_and_attach() argument
283 if ((error = bhnd_erom_io_map(eio, bus_addr, BHND_DEFAULT_CORE_SIZE))) { in bcm_erom_probe_and_attach()
302 result = bhnd_erom_probe(cls, eio, NULL, &pcid); in bcm_erom_probe_and_attach()
336 error = bhnd_erom_init_static(*erom_cls, erom, esize, cid, eio); in bcm_erom_probe_and_attach()
384 &bp->erom.obj, sizeof(bp->erom), &bp->erom_io.eio, &bp->cid); in bcm_init_platform_data()
387 bhnd_erom_io_fini(&bp->erom_io.eio); in bcm_init_platform_data()
/f-stack/freebsd/vm/
H A Dvm_pageout.c471 boolean_t *eio) in vm_pageout_flush() argument
503 if (eio != NULL) in vm_pageout_flush()
504 *eio = FALSE; in vm_pageout_flush()
554 if (eio != NULL && i >= mreq && i - mreq < runlen) in vm_pageout_flush()
555 *eio = TRUE; in vm_pageout_flush()
H A Dvm_object.c117 boolean_t *eio);
1027 boolean_t eio, res, allclean; in vm_object_page_clean() local
1066 flags, &allclean, &eio); in vm_object_page_clean()
1067 if (eio) { in vm_object_page_clean()
1113 int flags, boolean_t *allclean, boolean_t *eio) in vm_object_page_collect_flush() argument
1150 vm_pageout_flush(ma, count, pagerflags, mreq, &runlen, eio); in vm_object_page_collect_flush()