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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dwince-stub.c160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) macro
265 HANDLE h = gethandle (L"TerminateProcess handle", s, GDB_TERMINATEPROCESS);
355 HANDLE h = gethandle (L"GetThreadContext handle", s, GDB_GETTHREADCONTEXT);
371 HANDLE h = gethandle (L"SetThreadContext handle", s, GDB_SETTHREADCONTEXT);
384 HANDLE h = gethandle (L"ReadProcessMemory handle", s, GDB_READPROCESSMEMORY);
401 HANDLE h = gethandle (L"WriteProcessMemory handle", s, GDB_WRITEPROCESSMEMORY);
418 HANDLE h = gethandle (L"ThreadAlive handle", s, GDB_THREADALIVE);
431 HANDLE h = gethandle (L"SuspendThread handle", s, GDB_SUSPENDTHREAD);
441 HANDLE h = gethandle (L"ResumeThread handle", s, GDB_RESUMETHREAD);
463 HANDLE h = gethandle (
[all...]
H A Dwince.c553 #define gethandle(huh, what) (HANDLE) getdword ((huh), (what)) macro
/freebsd-10-stable/sys/dev/ieee488/
H A Dibfoo.c375 gethandle(struct upd7210 *u, struct ibarg *ap, struct handle **hp) function
380 KASSERT(ap->__field & __F_HANDLE, ("gethandle without __F_HANDLE"));
1057 if ((ap->__field & __F_HANDLE) && gethandle(u, ap, &h)) {

Completed in 286 milliseconds