| /src/external/mpl/dhcp/dist/dhcpctl/ |
| callback.c | 112 isc_result_t waitstatus; local 127 waitstatus = (((dhcpctl_remote_object_t *) 128 (p -> object)) -> waitstatus); 130 waitstatus = ISC_R_SUCCESS; 134 (*(p -> callback)) (p -> object, waitstatus, p -> data); local
|
| cltest.c | 115 isc_result_t status, waitstatus; local 201 &waitstatus); 207 if (waitstatus != ISC_R_SUCCESS) { 209 isc_result_totext (waitstatus)); 220 status = dhcpctl_wait_for_completion (interface_handle, &waitstatus); 226 if (waitstatus != ISC_R_SUCCESS) { 228 isc_result_totext (waitstatus));
|
| omshell.c | 108 isc_result_t status, waitstatus; local 709 (oh, &waitstatus); 711 status = waitstatus; 743 (oh, &waitstatus); 745 status = waitstatus; 775 (oh, &waitstatus); 777 status = waitstatus; 807 (oh, &waitstatus); 809 status = waitstatus;
|
| cltest2.c | 200 isc_result_t waitstatus; local 220 status = dhcpctl_timed_wait_for_completion (handle, &waitstatus, 223 return(waitstatus);
|
| dhcpctl.h | 56 isc_result_t waitstatus; member in struct:__anon24420
|
| remote.c | 307 p -> waitstatus = ISC_R_SUCCESS; 313 p -> waitstatus = va_arg (ap, isc_result_t);
|
| dhcpctl.c | 229 *s = ((dhcpctl_remote_object_t *)h) -> waitstatus; 283 *s = ((dhcpctl_remote_object_t *)h)->waitstatus;
|
| /src/external/mpl/dhcp/dist/omapip/ |
| message.c | 396 isc_result_t status, waitstatus; local 726 waitstatus = wsi; 729 waitstatus = ISC_R_UNEXPECTED; 731 waitstatus = ISC_R_UNEXPECTED; 735 omapi_signal ((omapi_object_t *)m, "status", waitstatus, tv);
|
| dispatch.c | 502 status = waiter -> waitstatus; 941 waiter -> waitstatus = ISC_R_SUCCESS; 948 waiter->waitstatus = va_arg(ap, isc_result_t); 955 waiter -> waitstatus = DHCP_R_CONNRESET;
|
| /src/external/gpl3/gdb.old/bin/gdbserver/ |
| Makefile | 14 SERVER_SRCS+= tdesc.cc tracepoint.cc utils.cc waitstatus.c version.cc
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-nat.c | 322 if (lp->waitstatus.kind () != TARGET_WAITKIND_IGNORE) 323 return lp->waitstatus.to_string (); 1312 events in lp->status or lp->waitstatus (see stop_wait_callback), 1332 if (lp->waitstatus.kind () != TARGET_WAITKIND_IGNORE) 1436 /* Check in lwp_info::waitstatus. */ 1437 if (is_new_child_status (lp->waitstatus.kind ())) 1438 return lp->waitstatus; 1489 lp->waitstatus.to_string ().c_str ()); 1660 lp->waitstatus.set_ignore (); 1870 struct target_waitstatus *ourstatus = &lp->waitstatus; [all...] |
| gdbthread.h | 30 #include "target/waitstatus.h" 198 /* The waitstatus for this thread's last event. */ 199 struct target_waitstatus waitstatus; member in struct:thread_suspend_state 200 /* If true WAITSTATUS hasn't been handled yet. */ 214 last stopped, a pending breakpoint waitstatus is discarded. 413 return m_suspend.waitstatus;
|
| linux-fork.c | 36 #include "target/waitstatus.h" 380 if (lp->waitstatus.kind () != TARGET_WAITKIND_EXITED 381 && lp->waitstatus.kind () != TARGET_WAITKIND_THREAD_EXITED 382 && lp->waitstatus.kind () != TARGET_WAITKIND_SIGNALLED)
|
| linux-nat.h | 244 recorded in WAITSTATUS, because W_EXITCODE(0,0) happens to be 273 /* If WAITSTATUS->KIND != TARGET_WAITKIND_IGNORE, the waitstatus for 277 struct target_waitstatus waitstatus; member in struct:lwp_info
|
| /src/external/gpl3/gdb/bin/gdbserver/ |
| Makefile | 14 SERVER_SRCS+= tdesc.cc tracepoint.cc utils.cc waitstatus.c version.cc
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-nat.c | 318 if (lp->waitstatus.kind () != TARGET_WAITKIND_IGNORE) 319 return lp->waitstatus.to_string (); 1308 events in lp->status or lp->waitstatus (see stop_wait_callback), 1328 if (lp->waitstatus.kind () != TARGET_WAITKIND_IGNORE) 1432 /* Check in lwp_info::waitstatus. */ 1433 if (is_new_child_status (lp->waitstatus.kind ())) 1434 return lp->waitstatus; 1485 lp->waitstatus.to_string ().c_str ()); 1656 lp->waitstatus.set_ignore (); 1866 struct target_waitstatus *ourstatus = &lp->waitstatus; [all...] |
| gdbthread.h | 30 #include "target/waitstatus.h" 198 /* The waitstatus for this thread's last event. */ 199 struct target_waitstatus waitstatus; member in struct:thread_suspend_state 200 /* If true WAITSTATUS hasn't been handled yet. */ 214 last stopped, a pending breakpoint waitstatus is discarded. 413 return m_suspend.waitstatus;
|
| linux-nat.h | 247 recorded in WAITSTATUS, because W_EXITCODE(0,0) happens to be 276 /* If WAITSTATUS->KIND != TARGET_WAITKIND_IGNORE, the waitstatus for 280 struct target_waitstatus waitstatus; member in struct:lwp_info
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.cc | 508 gdb_assert (event_lwp->waitstatus.kind () == TARGET_WAITKIND_IGNORE); 621 event_lwp->waitstatus.set_forked (child_ptid); 623 event_lwp->waitstatus.set_vforked (child_ptid); 626 event_lwp->waitstatus.set_thread_cloned (child_ptid); 633 handler will look at lwp->waitstatus. */ 671 child_lwp->waitstatus.set_thread_created (); 711 event_lwp->waitstatus.set_vfork_done (); 752 event_lwp->waitstatus.set_execd 3028 /* If we already have the exit recorded in waitstatus, use 3033 const target_waitstatus &ws = event_child->waitstatus; [all...] |
| linux-low.h | 31 #include "target/waitstatus.h" 765 = this->relative->waitstatus; 792 const target_waitstatus &ws = this->waitstatus; 830 /* If WAITSTATUS->KIND != TARGET_WAITKIND_IGNORE, the waitstatus for 834 struct target_waitstatus waitstatus; member in struct:lwp_info 849 /* If this flag is set, STATUS_PENDING is a waitstatus that has not yet
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.cc | 508 gdb_assert (event_lwp->waitstatus.kind () == TARGET_WAITKIND_IGNORE); 621 event_lwp->waitstatus.set_forked (child_ptid); 623 event_lwp->waitstatus.set_vforked (child_ptid); 626 event_lwp->waitstatus.set_thread_cloned (child_ptid); 633 handler will look at lwp->waitstatus. */ 671 child_lwp->waitstatus.set_thread_created (); 711 event_lwp->waitstatus.set_vfork_done (); 752 event_lwp->waitstatus.set_execd 3027 /* If we already have the exit recorded in waitstatus, use 3032 const target_waitstatus &ws = event_child->waitstatus; [all...] |
| linux-low.h | 31 #include "target/waitstatus.h" 772 = this->relative->waitstatus; 799 const target_waitstatus &ws = this->waitstatus; 837 /* If WAITSTATUS->KIND != TARGET_WAITKIND_IGNORE, the waitstatus for 841 struct target_waitstatus waitstatus; member in struct:lwp_info 856 /* If this flag is set, STATUS_PENDING is a waitstatus that has not yet
|
| /src/external/mpl/dhcp/dist/includes/omapip/ |
| omapip_p.h | 229 isc_result_t waitstatus; member in struct:__omapi_waiter_object
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/ia64/ |
| defs.mk | 6 G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-exec.o break-catch-fork.o break-catch-load.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o break-cond-parse.o breakpoint.o bt-utils.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm.o displaced-stepping.o dtrace-probe.o dummy-frame.o abbrev-table-cache.o abbrev.o ada-imported.o aranges.o attribute.o comp-unit-head.o cooked-index.o cu.o die.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read-debug-names.o read-gdb-index.o read.o section.o stringify.o elf-none-tdep.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o extract-store-integer.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filesystem.o findcmd.o findvar.o frame-base.o frame-unwind.o frame.o gcore-elf.o gcore.o gdb-demangle.o gdb_bfd.o gdbtypes.o gmp-utils.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o ia64-netbsd-tdep.o ia64-tdep.o inf-child.o inf-loop.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o memtag.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o netbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-lang.o rust-parse.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o split-name.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-location.o tui-regs.o tui-source.o tui-status.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o ui.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/m68000/ |
| defs.mk | 6 G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-exec.o break-catch-fork.o break-catch-load.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o break-cond-parse.o breakpoint.o bsd-kvm.o bt-utils.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm.o displaced-stepping.o dtrace-probe.o dummy-frame.o abbrev-table-cache.o abbrev.o ada-imported.o aranges.o attribute.o comp-unit-head.o cooked-index.o cu.o die.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read-debug-names.o read-gdb-index.o read.o section.o stringify.o elf-none-tdep.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o extract-store-integer.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore-elf.o gcore.o gdb-demangle.o gdb_bfd.o gdbtypes.o gmp-utils.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o m68k-bsd-nat.o m68k-bsd-tdep.o m68k-tdep.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o memtag.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o netbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-lang.o rust-parse.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o split-name.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o ui.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
|