HomeSort by: relevance | last modified time | path
    Searched refs:pending (Results 1 - 25 of 474) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/openldap/dist/tests/data/
lloadd-backend-issues.conf 34 max-pending-ops=5
35 conn-max-pending=3
43 max-pending-ops=5
44 conn-max-pending=3
52 max-pending-ops=5
53 conn-max-pending=3
61 max-pending-ops=5
62 conn-max-pending=3
lloadd-anon.conf 28 max-pending-ops=5
29 conn-max-pending=3
36 max-pending-ops=5
37 conn-max-pending=3
44 max-pending-ops=5
45 conn-max-pending=3
lloadd-sasl.conf 37 max-pending-ops=20
38 conn-max-pending=3
44 max-pending-ops=20
45 conn-max-pending=3
51 max-pending-ops=20
52 conn-max-pending=3
lloadd.conf 35 max-pending-ops=20
36 conn-max-pending=3
42 max-pending-ops=20
43 conn-max-pending=3
49 max-pending-ops=20
50 conn-max-pending=3
lloadd-tls.conf 46 max-pending-ops=20
47 conn-max-pending=3
53 max-pending-ops=20
54 conn-max-pending=3
60 max-pending-ops=20
61 conn-max-pending=3
  /src/sys/arch/sgimips/sgimips/
cpu.c 107 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);
    [all...]
  /src/sys/arch/evbmips/evbmips/
interrupt.c 54 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);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_irq.c 41 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) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gdb1250.exp 34 if {![runto abort {allow-pending}]} {
watchpoint-solib.exp 65 gdb_test_multiple "break foo" "set pending breakpoint" {
66 -re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
67 gdb_test "y" "Breakpoint.*foo.*pending." "set pending breakpoint"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gdb1250.exp 34 if {![runto abort {allow-pending}]} {
watchpoint-solib.exp 65 gdb_test_multiple "break foo" "set pending breakpoint" {
66 -re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
67 gdb_test "y" "Breakpoint.*foo.*pending." "set pending breakpoint"
  /src/sys/arch/algor/algor/
algor_intr.c 105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf)
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);
  /src/sys/arch/pmax/pmax/
interrupt.c 90 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) {
  /src/external/gpl3/gdb/dist/gdb/
buildsym-legacy.h 88 /* 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 ();
dictionary.h 37 struct pending;
49 const struct pending *symbol_list);
67 const struct pending *symbol_list);
94 const struct pending *symbol_list);
  /src/external/gpl3/gdb.old/dist/gdb/
buildsym-legacy.h 88 /* 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 ();
dictionary.h 37 struct pending;
49 const struct pending *symbol_list);
67 const struct pending *symbol_list);
94 const struct pending *symbol_list);
  /src/external/mpl/bind/dist/lib/isc/
ratelimiter.c 51 ISC_LIST(isc_rlevent_t) pending;
84 ISC_LIST_INIT(rl->pending);
189 ISC_LIST_PREPEND(rl->pending, rle, link);
191 ISC_LIST_APPEND(rl->pending, rle, link);
211 ISC_LIST_UNLINK(rl->pending, *rlep, link);
225 ISC_LIST(isc_rlevent_t) pending;
229 ISC_LIST_INIT(pending);
236 INSIST(EMPTY(rl->pending));
242 rle = ISC_LIST_HEAD(rl->pending);
245 ISC_LIST_UNLINK(rl->pending, rle, link)
    [all...]
  /src/external/bsd/ppp/usr.sbin/plugins/status/
status.c 120 static void status_lcp_echo(int pending)
123 if (pending == 0)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-pending.exp 25 standard_testfile mi-pending.c
54 # Set pending breakpoint via MI.
56 "MI pending breakpoint on pendfunc1" \
61 -pending "pendfunc1" \
64 # Add some commands to the pending breakpoint, use -break-info to
68 "set breakpoint commands on pending breakpoint"
77 "clear breakpoint commands on pending breakpoint"
79 # Set pending breakpoint with a condition via MI.
81 "MI pending breakpoint on ${libfile1}.c:pendfunc2 if x==4" \
86 -pending "${libfile1}.c:pendfunc2"
    [all...]
mi-dprintf-pending.exp 17 # pending state.
24 standard_testfile mi-dprintf-pending.c
50 # Set pending dprintf via MI.
52 -disp "keep" -enabled "y" -pending "pendfunc1" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-pending.exp 25 standard_testfile mi-pending.c
54 # Set pending breakpoint via MI.
56 "MI pending breakpoint on pendfunc1" \
61 -pending "pendfunc1" \
64 # Add some commands to the pending breakpoint, use -break-info to
68 "set breakpoint commands on pending breakpoint"
77 "clear breakpoint commands on pending breakpoint"
79 # Set pending breakpoint with a condition via MI.
81 "MI pending breakpoint on ${libfile1}.c:pendfunc2 if x==4" \
86 -pending "${libfile1}.c:pendfunc2"
    [all...]
mi-dprintf-pending.exp 17 # pending state.
24 standard_testfile mi-dprintf-pending.c
50 # Set pending dprintf via MI.
52 -disp "keep" -enabled "y" -pending "pendfunc1" \
  /src/sys/arch/arm/marvell/
mvsoc_intr.c 133 uint32_t pending; local
135 pending =
138 if (pending == 0)
141 return pic_mark_pending_sources(pic, 0, pending);

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>