Searched refs:pending (Results 1 - 25 of 182) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dcpu.c107 uint32_t pending; local
114 while (ppl < (ipl = splintr(&pending))) {
117 if (pending & MIPS_INT_MASK_5) {
118 (void)(*platform.intr5)(pc, status, pending);
122 if (pending & MIPS_INT_MASK_4) {
123 (void)(*platform.intr4)(pc, status, pending);
127 if (pending & MIPS_INT_MASK_3) {
128 (void)(*platform.intr3)(pc, status, pending);
132 if (pending & MIPS_INT_MASK_2) {
133 (void)(*platform.intr2)(pc, status, pending);
159 mips1_fpu_intr(vaddr_t pc, uint32_t status, uint32_t pending) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.h103 struct pending struct
105 struct pending *next;
114 EXTERN struct pending *file_symbols;
118 EXTERN struct pending *global_symbols;
122 EXTERN struct pending *local_symbols;
126 EXTERN struct pending *param_symbols;
139 struct pending *locals;
143 struct pending *params;
238 extern void add_free_pendings (struct pending *list);
241 struct pending **listhea
[all...]
H A Ddictionary.h38 struct pending;
49 const struct pending
65 const struct pending
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/evbmips/
H A Dinterrupt.c54 uint32_t pending; local
65 while (ppl < (ipl = splintr(&pending))) {
70 KASSERT(pending != 0);
72 if (pending & MIPS_INT_MASK_5) {
82 pending ^= MIPS_INT_MASK_5;
85 if (pending != 0) {
87 evbmips_iointr(ipl, pc, pending);
/netbsd-6-1-5-RELEASE/sys/arch/algor/algor/
H A Dalgor_intr.c105 evbmips_iointr(int ipl, vaddr_t pc, uint32_t pending) argument
107 (*algor_iointr)(ipl, pc, pending);
125 uint32_t pending; local
130 while (ppl < (ipl = splintr(&pending))) {
132 if (pending & MIPS_INT_MASK_5) {
141 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2|
144 (*algor_iointr)(ipl, pc, pending);
/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dinterrupt.c90 uint32_t pending; local
94 while (ppl < (ipl = splintr(&pending))) {
96 if (pending & (MIPS_INT_MASK_0|MIPS_INT_MASK_1|MIPS_INT_MASK_2|
98 (*platform.iointr)(status, pc, pending);
102 if (pending & MIPS_INT_MASK_5) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-solib.exp75 gdb_test_multiple "break foo" "set pending breakpoint" {
76 -re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
77 gdb_test "y" "Breakpoint.*foo.*pending." "set pending breakpoint"
H A Dgdb1250.exp43 if ![runto abort {allow-pending}] then {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.java/
H A Djprint.exp53 gdb_breakpoint "$function" { allow-pending }
54 gdb_breakpoint "${function}void" { allow-pending }
H A Djmisc.exp53 gdb_breakpoint "$function" { allow-pending }
54 gdb_breakpoint "${function}void" { allow-pending }
109 gdb_test_no_output "set breakpoint pending off"
/netbsd-6-1-5-RELEASE/usr.sbin/pppd/plugins/status/
H A Dstatus.c120 static void status_lcp_echo(int pending) argument
123 if (pending == 0)
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dmvsoc_intr.c128 uint32_t pending; local
130 pending =
133 if (pending == 0)
136 return pic_mark_pending_sources(pic, 0, pending);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dipi.c153 uint32_t pending; local
156 pending = atomic_swap_32(&ci->ci_ipis, 0);
158 KDASSERT((pending >> X86_NIPI) == 0);
159 while ((bit = ffs(pending)) != 0) {
161 pending &= ~(1<<bit);
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2430_intr.c236 mark_pending_irqs(int group, uint32_t pending) argument
243 if (pending == 0)
246 KASSERT((ig->ig_enabled_irqs & pending) == pending);
247 KASSERT((ig->ig_pending_irqs & pending) == 0);
249 ig->ig_pending_irqs |= pending;
250 block_irq(group, pending);
252 n = ffs(pending);
256 KASSERT(ig->ig_irqsbyipl[is->is_ipl] & pending);
257 pending
273 uint32_t pending[3]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/pending/
H A Dtests.sh74 # Prime cache with pending additional records. These should not be promoted
77 echo "I:Priming cache (pending additional A and AAAA)"
85 echo "I:Replacing pending A"
90 echo "I:Replacing pending AAAA"
112 # Prime cache with a pending answer record. It can be returned (without
115 echo "I:Priming cache (pending answer)"
118 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1
123 echo I:Replacing pending data
125 replace_data pending-ok.example.com. A 192.0.2.2 192.0.2.3 || ret=1
128 echo I:Confirming cached pending dat
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/metadata/
H A Dsetup.sh37 pending=`$KEYGEN -q -r $RANDFILE -P none -A none $czone`
38 echo $pending > pending.key
H A Dclean.sh21 rm -f pending.key rolling.key standby.key inact.key
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dctxcsn.c185 struct slap_csn_entry *pending; local
188 pending = (struct slap_csn_entry *) ch_calloc( 1,
195 ber_dupbv( &pending->ce_csn, csn );
196 ber_bvreplace_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx );
197 pending->ce_sid = slap_parse_csn_sid( csn );
198 pending->ce_connid = op->o_connid;
199 pending->ce_opid = op->o_opid;
200 pending->ce_state = SLAP_CSN_PENDING;
202 pending, ce_csn_link );
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dobio.c92 int irqno, pending, mask; local
99 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh,
108 pending &= mask;
109 while (pending) {
112 for ( ;pending; ++irqno) {
113 if (0 == (pending & (1U<<irqno)))
115 pending &= ~(1U<<irqno);
141 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh,
146 pending &= mask;
151 still pending */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A DMakefile.in6 fork-thread-pending gcore-pthreads hand-call-in-threads \
8 local-watch-wrong-thread manythreads multi-create pending-step \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsched-deps.c445 /* Add an INSN and MEM reference pair to a pending INSN_LIST and MEM_LIST.
469 /* Make a dependency between every memory reference on the pending lists
470 and INSN, thus flushing the pending lists. FOR_READ is true if emitting
654 /* Flush all pending reads and writes to prevent the pending lists
663 rtx pending, pending_mem;
665 pending = deps->pending_read_insns;
667 while (pending)
670 && ! sched_insns_conditions_mutex_p (insn, XEXP (pending, 0)))
671 add_dependence (insn, XEXP (pending,
655 rtx pending, pending_mem; local
757 rtx pending, pending_mem; local
950 rtx pending, pending_mem; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2410_extint.c238 uint32_t pending_mask, pending; local
261 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
262 pending &= ~ssextio_softc->sc_mask;
263 ssextio_softc->sc_pending |= pending;
268 for (i=int_min; pending; ++i) {
269 if (pending & (1<<i)) {
274 pending &= ~ (1<<i);
289 /* clear hardware pending bits */
H A Ds3c2440_extint.c268 uint32_t pending_mask, pending; local
291 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
292 pending &= ~ssextio_softc->sc_mask;
293 ssextio_softc->sc_pending |= pending;
298 for (i=int_min; pending; ++i) {
299 if (pending & (1<<i)) {
304 pending &= ~ (1<<i);
319 /* clear hardware pending bits */
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/hpcarm/
H A Dsoftintr.c106 register int pending, saved_cpsr; local
108 pending = 1;
109 __asm("swp %0, %0, [%1]" : "+r" (pending) : "r" (&sh->sh_pending));
111 if (pending)
/netbsd-6-1-5-RELEASE/sys/arch/mips/ralink/
H A Dralink_intr.c271 uint32_t pending = intctl_read(off); local
273 while (pending != 0) {
274 const u_int bitno = 31 - __builtin_clz(pending);
275 pending ^= (1 << bitno);

Completed in 170 milliseconds

12345678