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

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dlloadd-backend-issues.conf30 max-pending-ops=5
31 conn-max-pending=3
38 max-pending-ops=5
39 conn-max-pending=3
46 max-pending-ops=5
47 conn-max-pending=3
54 max-pending-ops=5
55 conn-max-pending=3
H A Dlloadd-anon.conf24 max-pending-ops=5
25 conn-max-pending=3
31 max-pending-ops=5
32 conn-max-pending=3
38 max-pending-ops=5
39 conn-max-pending=3
H A Dlloadd-sasl.conf33 max-pending-ops=20
34 conn-max-pending=3
40 max-pending-ops=20
41 conn-max-pending=3
47 max-pending-ops=20
48 conn-max-pending=3
H A Dlloadd.conf31 max-pending-ops=20
32 conn-max-pending=3
38 max-pending-ops=20
39 conn-max-pending=3
45 max-pending-ops=20
46 conn-max-pending=3
H A Dlloadd-tls.conf42 max-pending-ops=20
43 conn-max-pending=3
49 max-pending-ops=20
50 conn-max-pending=3
56 max-pending-ops=20
57 conn-max-pending=3
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dcpu.c107 uint32_t pending; local
119 while (ppl < (ipl = splintr(&pending))) {
122 if (pending & MIPS_INT_MASK_5) {
123 (void)(*platform.intr5)(pc, status, pending);
127 if (pending & MIPS_INT_MASK_4) {
128 (void)(*platform.intr4)(pc, status, pending);
132 if (pending & MIPS_INT_MASK_3) {
133 (void)(*platform.intr3)(pc, status, pending);
137 if (pending & MIPS_INT_MASK_2) {
138 (void)(*platform.intr2)(pc, status, pending);
164 mips1_fpu_intr(vaddr_t pc, uint32_t status, uint32_t pending) argument
[all...]
/netbsd-current/sys/arch/evbmips/evbmips/
H A Dinterrupt.c54 uint32_t pending; local
65 while (ppl < (ipl = splintr(&pending))) {
72 KASSERT(pending != 0);
81 if (pending & MIPS_INT_MASK_5) {
88 pending ^= MIPS_INT_MASK_5;
92 if (pending != 0) {
94 evbmips_iointr(ipl, pending, &cf);
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_irq.c41 uint32_t pending; local
43 pending = xchg(&qdev->ram_header->int_pending, 0);
45 if (!pending)
50 if (pending & QXL_INTERRUPT_DISPLAY) {
55 if (pending & QXL_INTERRUPT_CURSOR) {
59 if (pending & QXL_INTERRUPT_IO_CMD) {
63 if (pending & QXL_INTERRUPT_ERROR) {
71 if (pending & QXL_INTERRUPT_CLIENT_MONITORS_CONFIG) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb1250.exp34 if ![runto abort {allow-pending}] then {
H A Dwatchpoint-solib.exp67 gdb_test_multiple "break foo" "set pending breakpoint" {
68 -re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
69 gdb_test "y" "Breakpoint.*foo.*pending." "set pending breakpoint"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb1250.exp34 if {![runto abort {allow-pending}]} {
H A Dwatchpoint-solib.exp72 gdb_test_multiple "break foo" "set pending breakpoint" {
73 -re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
74 gdb_test "y" "Breakpoint.*foo.*pending." "set pending breakpoint"
H A Dfork-no-detach-follow-child-dlopen.exp48 runto "add" allow-pending
/netbsd-current/sys/arch/algor/algor/
H A Dalgor_intr.c105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf) argument
107 (*algor_iointr)(ipl, cf->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-current/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-current/external/gpl3/gdb/dist/gdb/
H A Dbuildsym-legacy.h88 /* Record the name of the debug format in the current pending symbol
95 the current pending symbol table. PRODUCER must be a string with a
133 extern struct pending **get_local_symbols ();
137 extern struct pending **get_file_symbols ();
141 extern struct pending **get_global_symbols ();
H A Ddictionary.h37 struct pending;
49 const struct pending *symbol_list);
67 const struct pending *symbol_list);
94 const struct pending *symbol_list);
H A Dbuildsym.h77 struct pending struct
79 struct pending *next;
91 struct pending *locals;
203 /* This function is called to discard any pending blocks. */
297 struct pending **get_local_symbols ()
302 struct pending **get_file_symbols ()
307 struct pending **get_global_symbols ()
344 struct pending **listhead,
430 /* An obstack used for allocating pending blocks. */
440 struct pending *m_file_symbol
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.h37 struct pending;
49 const struct pending *symbol_list);
67 const struct pending *symbol_list);
94 const struct pending *symbol_list);
H A Dbuildsym.h66 struct pending struct
68 struct pending *next;
80 struct pending *locals;
166 /* This function is called to discard any pending blocks. */
245 struct pending **get_local_symbols ()
250 struct pending **get_file_symbols ()
255 struct pending **get_global_symbols ()
292 struct pending **listhead,
383 /* An obstack used for allocating pending blocks. */
393 struct pending *m_file_symbol
[all...]
H A Dbuildsym-legacy.h93 /* Record the name of the debug format in the current pending symbol
100 the current pending symbol table. PRODUCER must be a string with a
168 extern struct pending **get_local_symbols ();
172 extern struct pending **get_file_symbols ();
176 extern struct pending **get_global_symbols ();
/netbsd-current/external/bsd/ppp/usr.sbin/plugins/status/
H A Dstatus.c120 static void status_lcp_echo(int pending) argument
123 if (pending == 0)
/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoc_intr.c133 uint32_t pending; local
135 pending =
138 if (pending == 0)
141 return pic_mark_pending_sources(pic, 0, pending);
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dtimer.h64 int pending; local
66 pending = callout_pending(&timer->tl_callout);
68 return pending;
88 * callout was EXPIRED.', meaning it is no longer pending.
103 * pending timer or not.'
106 * callout was EXPIRED.', meaning it is no longer pending.
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_ignore_signal.h29 consumes a pending Sig. SIGPIPE for example is queued on the
33 of to a specific thread, consuming a pending SIGTTOU in the
65 /* If we got a pending Sig signal, consume it before
74 sigset_t pending;
76 sigpending (&pending);
77 if (sigismember (&pending, Sig))

Completed in 413 milliseconds

1234567891011>>