Searched refs:iomap (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/sys/mips/nlm/
H A Dboard.c41 #include <mips/nlm/hal/iomap.h>
H A Dintern_dev.c49 #include <mips/nlm/hal/iomap.h>
H A Duart_pci_xlp.c46 #include <mips/nlm/hal/iomap.h>
H A Dusb_init.c38 #include <mips/nlm/hal/iomap.h>
H A Duart_bus_xlp_iodi.c46 #include <mips/nlm/hal/iomap.h>
H A Duart_cpu_xlp.c57 #include <mips/nlm/hal/iomap.h>
H A Dmpreset.S35 #include <mips/nlm/hal/iomap.h>
H A Dintr_machdep.c50 #include <mips/nlm/hal/iomap.h>
H A Dcms.c60 #include <mips/nlm/hal/iomap.h>
H A Dxlp_machdep.c75 #include <mips/nlm/hal/iomap.h>
H A Dxlp_pci.c61 #include <mips/nlm/hal/iomap.h>
/freebsd-9.3-release/sys/mips/rmi/
H A Duart_bus_xlr_iodi.c41 #include <mips/rmi/iomap.h>
H A Duart_cpu_mips_xlr.c53 #include <mips/rmi/iomap.h>
H A Dxlr_pcmcia.c50 #include <mips/rmi/iomap.h>
H A Dpic.h38 #include <mips/rmi/iomap.h>
H A Diodi.c60 #include <mips/rmi/iomap.h>
H A Dxlr_i2c.c52 #include <mips/rmi/iomap.h>
H A Dxlr_machdep.c70 #include <mips/rmi/iomap.h>
H A Dxlr_pci.c57 #include <mips/rmi/iomap.h>
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c334 char *iomap; local
359 iomap = (char *)&tssp[1];
360 addr = (u_long *)iomap;
377 iomap = (char *)&pcb->pcb_tssp[1];
380 iomap[i >> 3] &= ~(1 << (i & 7));
382 iomap[i >> 3] |= (1 << (i & 7));
393 char *iomap; local
402 iomap = (char *)&td->td_pcb->pcb_tssp[1];
405 state = (iomap[i >> 3] >> (i & 7)) & 1;
410 if (state != ((iomap[
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_vnops.c583 xfs_iomap_t iomap; local
593 memset(&iomap,0,sizeof(xfs_iomap_t));
614 &iomap, &maps, error);
1056 xfs_iomap_t iomap; local
1076 XVOP_BMAP(xvp, offset, size, BMAPI_READ, &iomap, &retbm, error);
1079 if (retbm == 0 || iomap.iomap_bn == IOMAP_DADDR_NULL) {
1086 *ap->a_bnp = iomap.iomap_bn + btodb(iomap.iomap_delta);
1089 *ap->a_runb = XFS_B_TO_FSB(xmp, iomap.iomap_delta);
1095 XFS_B_TO_FSB(xmp, iomap
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dsys_machdep.c344 char *iomap; local
360 iomap = (char *)td->td_pcb->pcb_ext->ext_iomap;
367 iomap[i >> 3] &= ~(1 << (i & 7));
369 iomap[i >> 3] |= (1 << (i & 7));
380 char *iomap; local
390 iomap = (char *)td->td_pcb->pcb_ext->ext_iomap;
393 state = (iomap[i >> 3] >> (i & 7)) & 1;
398 if (state != ((iomap[i >> 3] >> (i & 7)) & 1))
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devmap.c540 struct event_io_map *iomap = &base->io; local
544 HT_FOREACH(mapent, event_io_map, iomap) {
548 for (fd = 0; fd < iomap->nentries; ++fd) {
549 struct evmap_io *ctx = iomap->entries[fd];
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dfmn.c38 #include <mips/nlm/hal/iomap.h>
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmilib.h38 #include <mips/rmi/iomap.h>

Completed in 108 milliseconds

12