Home
last modified time | relevance | path

Searched refs:waitstatus (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dcltest.c115 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));
H A Dcallback.c112 isc_result_t waitstatus; in dhcpctl_callback_signal_handler() local
127 waitstatus = (((dhcpctl_remote_object_t *) in dhcpctl_callback_signal_handler()
128 (p -> object)) -> waitstatus); in dhcpctl_callback_signal_handler()
130 waitstatus = ISC_R_SUCCESS; in dhcpctl_callback_signal_handler()
134 (*(p -> callback)) (p -> object, waitstatus, p -> data); in dhcpctl_callback_signal_handler()
H A Domshell.c108 isc_result_t status, waitstatus; in main() local
709 (oh, &waitstatus); in main()
711 status = waitstatus; in main()
743 (oh, &waitstatus); in main()
745 status = waitstatus; in main()
775 (oh, &waitstatus); in main()
777 status = waitstatus; in main()
807 (oh, &waitstatus); in main()
809 status = waitstatus; in main()
H A Dcltest2.c200 isc_result_t waitstatus; in wait_with_retry() local
220 status = dhcpctl_timed_wait_for_completion (handle, &waitstatus, in wait_with_retry()
223 return(waitstatus); in wait_with_retry()
H A Dremote.c307 p -> waitstatus = ISC_R_SUCCESS; in dhcpctl_remote_signal_handler()
313 p -> waitstatus = va_arg (ap, isc_result_t); in dhcpctl_remote_signal_handler()
H A Ddhcpctl.h56 isc_result_t waitstatus; member
H A Ddhcpctl.c229 *s = ((dhcpctl_remote_object_t *)h) -> waitstatus; in dhcpctl_wait_for_completion()
283 *s = ((dhcpctl_remote_object_t *)h)->waitstatus; in dhcpctl_timed_wait_for_completion()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dmessage.c396 isc_result_t status, waitstatus; in omapi_message_process_internal() local
726 waitstatus = wsi; in omapi_message_process_internal()
729 waitstatus = ISC_R_UNEXPECTED; in omapi_message_process_internal()
731 waitstatus = ISC_R_UNEXPECTED; in omapi_message_process_internal()
735 omapi_signal ((omapi_object_t *)m, "status", waitstatus, tv); in omapi_message_process_internal()
H A Ddispatch.c502 status = waiter -> waitstatus; in omapi_wait_for_completion()
941 waiter -> waitstatus = ISC_R_SUCCESS; in omapi_waiter_signal_handler()
948 waiter->waitstatus = va_arg(ap, isc_result_t); in omapi_waiter_signal_handler()
955 waiter -> waitstatus = DHCP_R_CONNRESET; in omapi_waiter_signal_handler()
H A Dprotocol.c1147 isc_result_t waitstatus, in omapi_protocol_send_status() argument
1177 "result", (int)waitstatus); in omapi_protocol_send_status()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h229 isc_result_t waitstatus; member
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok506 waitstatus
/netbsd-src/external/mpl/dhcp/dist/doc/
H A Dapi+protocol413 if (waitstatus)
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20214911 (OBS): Move waitstatus.o to target/waitstatus.o.
8130 (waitstatus.o: ../target/waitstatus.c): Remove.
10015 waitstatus is TARGET_WAITKIND_IGNORE. If GDB wants to hear about
10023 waitstatus is TARGET_WAITKIND_IGNORE.
11172 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
11175 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
11177 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
11181 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
11187 !report_to_gdb check. Pass event_child->waitstatus to
11637 * linux-low.h (struct lwp_info) <waitstatus>: New member.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2015439 * target/waitstatus.c (target_waitstatus_to_string): Handle
441 * target/waitstatus.h (enum target_waitkind)
6513 * gdbthread.h: Include target/waitstatus.h.
6569 * target/waitstatus.h (enum target_stop_reason)
6571 * thread.c (new_thread): Clear the new waitstatus field.
6667 waitstatus pointers instead of an ecs. Adjust.
6806 * target/waitstatus.h (enum target_stop_reason)
9679 * nat/linux-nat.h: Include "target/waitstatus.h".
12017 * btrace.h: Include target/waitstatus.h.
12042 * record.h: Include target/waitstatus.h.
[all …]
H A DChangeLog-20132379 * target/waitstatus.c (target_waitstatus_to_string): Print the
2554 * target/waitstatus.h (target_waitkind): Remove spurious
4679 add target/waitstatus.c.
4681 target/resume.h, target/wait.h and target/waitstatus.h.
4683 waitstatus.o.
4685 (waitstatus.o): New target object file.
4687 target/waitstatus.c and remove.
4692 (enum target_waitkind): Move to target/waitstatus.h.
4696 target/waitstatus.h.
4699 * target/waitstatus.h: New file.
[all …]
H A DChangeLog-20198079 target-memory.c, target.c, target.h, target/waitstatus.c,
8080 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
13297 * target/waitstatus.c (target_waitstatus_to_string): Fix
15502 * target/waitstatus.h: Rename include guard.
15765 * target/waitstatus.h: Fix common/ includes.
15766 * target/waitstatus.c: Fix common/ includes.
H A DChangeLog-20092079 lp->waitstatus field.
2417 (get_pending_status): Pending events in lp->waitstatus don't map
2426 (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
9295 (status_callback): Also check lp->waitstatus.
H A DChangeLog-20143853 * target/waitstatus.c: Likewise.
5511 * target/waitstatus.h: Likewise.
5521 * target/waitstatus.h: Likewise.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2015439 * target/waitstatus.c (target_waitstatus_to_string): Handle
441 * target/waitstatus.h (enum target_waitkind)
6513 * gdbthread.h: Include target/waitstatus.h.
6569 * target/waitstatus.h (enum target_stop_reason)
6571 * thread.c (new_thread): Clear the new waitstatus field.
6667 waitstatus pointers instead of an ecs. Adjust.
6806 * target/waitstatus.h (enum target_stop_reason)
9679 * nat/linux-nat.h: Include "target/waitstatus.h".
12017 * btrace.h: Include target/waitstatus.h.
12042 * record.h: Include target/waitstatus.h.
[all …]
H A DChangeLog-20132379 * target/waitstatus.c (target_waitstatus_to_string): Print the
2554 * target/waitstatus.h (target_waitkind): Remove spurious
4679 add target/waitstatus.c.
4681 target/resume.h, target/wait.h and target/waitstatus.h.
4683 waitstatus.o.
4685 (waitstatus.o): New target object file.
4687 target/waitstatus.c and remove.
4692 (enum target_waitkind): Move to target/waitstatus.h.
4696 target/waitstatus.h.
4699 * target/waitstatus.h: New file.
[all …]
H A DChangeLog-20198079 target-memory.c, target.c, target.h, target/waitstatus.c,
8080 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
13297 * target/waitstatus.c (target_waitstatus_to_string): Fix
15502 * target/waitstatus.h: Rename include guard.
15765 * target/waitstatus.h: Fix common/ includes.
15766 * target/waitstatus.c: Fix common/ includes.
H A DChangeLog-20092079 lp->waitstatus field.
2417 (get_pending_status): Pending events in lp->waitstatus don't map
2426 (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
9295 (status_callback): Also check lp->waitstatus.
H A DChangeLog-20143853 * target/waitstatus.c: Likewise.
5511 * target/waitstatus.h: Likewise.
5521 * target/waitstatus.h: Likewise.
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-93952084 * subr.c: Don't try to do fancy waitstatus stuff for NeXT,

12