| /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
|
| dhcpctl.h | 56 isc_result_t waitstatus; member in struct:__anon24420
|
| 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));
|
| cltest2.c | 200 isc_result_t waitstatus; local 220 status = dhcpctl_timed_wait_for_completion (handle, &waitstatus, 223 return(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;
|
| /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);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| 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
|
| 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;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| 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
|
| 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;
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| 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.old/dist/gdbserver/ |
| linux-low.h | 31 #include "target/waitstatus.h" 762 = this->relative->waitstatus; 789 const target_waitstatus &ws = this->waitstatus; 827 /* If WAITSTATUS->KIND != TARGET_WAITKIND_IGNORE, the waitstatus for 831 struct target_waitstatus waitstatus; member in struct:lwp_info 846 /* 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
|