Home
last modified time | relevance | path

Searched refs:gethandle (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gdb/gdb/
HDwince-stub.c160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) macro
265 HANDLE h = gethandle (L"TerminateProcess handle", s, GDB_TERMINATEPROCESS); in terminate_process()
355 HANDLE h = gethandle (L"GetThreadContext handle", s, GDB_GETTHREADCONTEXT); in get_thread_context()
371 HANDLE h = gethandle (L"SetThreadContext handle", s, GDB_SETTHREADCONTEXT); in set_thread_context()
384 HANDLE h = gethandle (L"ReadProcessMemory handle", s, GDB_READPROCESSMEMORY); in read_process_memory()
401 HANDLE h = gethandle (L"WriteProcessMemory handle", s, GDB_WRITEPROCESSMEMORY); in write_process_memory()
418 HANDLE h = gethandle (L"ThreadAlive handle", s, GDB_THREADALIVE); in thread_alive()
431 HANDLE h = gethandle (L"SuspendThread handle", s, GDB_SUSPENDTHREAD); in suspend_thread()
441 HANDLE h = gethandle (L"ResumeThread handle", s, GDB_RESUMETHREAD); in resume_thread()
463 HANDLE h = gethandle (L"CloseHandle handle", s, GDB_CLOSEHANDLE); in close_handle()
HDwince.c553 #define gethandle(huh, what) (HANDLE) getdword ((huh), (what)) macro
/trueos/sys/dev/ieee488/
HDibfoo.c375 gethandle(struct upd7210 *u, struct ibarg *ap, struct handle **hp) in gethandle() function
1057 if ((ap->__field & __F_HANDLE) && gethandle(u, ap, &h)) { in gpib_ib_ioctl()