Searched refs:imap (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/etc/pam.d/
H A DMakefile3 CONFIGFILES= README display_manager ftpd gdm imap kde login other passwd \
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dpyro.c584 u_int64_t imap; local
586 imap = *intrmapptr;
588 (unsigned long long)imap));
589 imap &= ~FIRE_INTRMAP_INT_CNTRL_NUM_MASK;
590 imap |= FIRE_INTRMAP_INT_CNTRL_NUM0;
592 (unsigned long long)imap));
594 imap &= ~OBERON_INTRMAP_T_DESTID_MASK;
595 imap |= CPU_JUPITERID <<
598 imap &= ~FIRE_INTRMAP_T_JPID_MASK;
599 imap |
[all...]
H A Dfhcreg.h69 u_int64_t imap; member in struct:fhc_intr_reg
H A Dsbus.c535 int64_t imap = *ih->ih_map; local
538 (long)vec, (long long)imap, slot);
549 int64_t imap = 0; local
556 INTVEC(imap = intrptr[i]) != INTVEC(vec); i++)
558 if (INTVEC(imap) == INTVEC(vec)) {
561 vec, (long)imap, i));
567 imap |= INTMAP_V
570 *(ih->ih_map) = imap;
H A Dschizo.c518 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
767 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
806 u_int64_t imap; local
808 imap = schizo_pbm_readintr(pbm, mapoff);
810 (unsigned long long)imap));
811 imap |= INTMAP_V;
814 (unsigned long long)imap));
815 schizo_pbm_writeintr(pbm, mapoff, imap);
816 imap = schizo_pbm_readintr(pbm, mapoff);
818 (unsigned long long)imap));
[all...]
H A Debus_mainbus.c275 u_int64_t *imap, *iclr; local
333 imap = (uint64_t *)((uintptr_t)bus_space_vaddr(sc->sc_bustag, sc->sc_csrh) + 0x1000);
335 intrmapptr = &imap[ino];
H A Dpsycho.c1222 int64_t imap = 0; local
1323 imap = *intrmapptr;
1325 (unsigned long long)imap));
1328 imap |= INTMAP_V|(CPU_UPAID << INTMAP_TID_SHIFT);
1331 (unsigned long long)imap));
1332 *intrmapptr = imap;
1334 (unsigned long long)(imap = *intrmapptr)));
H A Dschizoreg.h35 volatile u_int64_t imap[64]; member in struct:schizo_pbm_regs
H A Dfhc.c246 intrmapptr = &intrregs->imap;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c818 int *imap = &interrupt_map[i]; local
819 int *parent = &imap[address_cells + interrupt_cells];
824 DPRINTF(("%x.", imap[len]));
827 DPRINTF(("%x.", imap[len]));
829 imap[len], *parent));
839 if (compare_cells(imap, reg,
841 compare_cells(&imap[address_cells],
872 DPRINTF(("%x.", imap[len]));
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A Dlogfilter.pl11 # such as web.log, telnet.log, pop3.log, imap.log, backorifice.log,
165 tcp 143 imap.log
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py644 counter = itertools.imap (self.format_count, itertools.count())
672 counter = itertools.imap (self.format_count, itertools.count())
674 data = self.flatten (itertools.imap (self.format_one, Tr1HashtableIterator (self.val)))

Completed in 90 milliseconds