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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwince-stub.c84 attempt_resync (LPCWSTR huh, int s) argument
86 stub_error (L"lost synchronization with host attempting %s. Error %d", huh, WSAGetLastError ());
91 sockread (LPCWSTR huh, int s, void *str, size_t n) argument
97 attempt_resync (huh, s);
103 sockwrite (LPCWSTR huh, int s, const void *str, size_t n) argument
109 attempt_resync (huh, s);
117 getdword (LPCWSTR huh, int s, gdb_wince_id what_this) argument
126 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what))
127 stub_error (L"error getting record type from host - %s.", huh);
130 if (sockread (huh,
140 getword(LPCWSTR huh, int s, gdb_wince_id what_this) argument
168 getmemory(LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) argument
188 putdword(LPCWSTR huh, int s, gdb_wince_id what, DWORD n) argument
198 putword(LPCWSTR huh, int s, gdb_wince_id what, WORD n) argument
213 putmemory(LPCWSTR huh, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
224 putresult(LPCWSTR huh, gdb_wince_result res, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
[all...]
H A Dwince.c416 /* Note: In the functions below, the `huh' parameter is a string passed from the
451 attempt_resync (LPCSTR huh, int s) argument
453 stub_error ("lost synchronization with target attempting %s", huh);
458 sockread (LPCSTR huh, int s, void *str, size_t n) argument
464 attempt_resync (huh, s);
470 sockwrite (LPCSTR huh, const void *str, size_t n) argument
476 attempt_resync (huh, s);
482 putdword (LPCSTR huh, gdb_wince_id what, DWORD n) argument
484 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what))
485 stub_error ("error writing record id to host for %s", huh);
492 putword(LPCSTR huh, gdb_wince_id what, WORD n) argument
507 putmemory(LPCSTR huh, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
518 getdword(LPCSTR huh, gdb_wince_id what_this) argument
537 getword(LPCSTR huh, gdb_wince_id what_this) argument
564 getresult(LPCSTR huh, gdb_wince_id what, LPVOID buf, gdb_wince_len * nbytes) argument
[all...]
/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt_scsi.c2311 int huh;
2421 huh = mtx_sleep((void *) dpt, &dpt->lock,
2423 switch (huh) {

Completed in 110 milliseconds