Searched refs:sr_perror (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 43 sr_perror (sr, "%s", msg); in sr_extended_perror() 89 sr_perror (sr, "%s", msg); in VG_() 130 sr_perror(o, "open fifo %s\n", path); in open_fifo() 181 sr_perror(o, "error VG_(open) %s\n", ptrace_scope_setting_file); in VG_() 271 sr_perror(m, "mknod %s\n", nod); in safe_mknod() 401 sr_perror(o, "cannot create shared_mem file %s\n", shared_mem); in remote_open() 417 sr_perror(res, "error VG_(am_shared_mmap_file_float_valgrind) %s\n", in remote_open()
|
D | utils.c | 29 void sr_perror (SysRes sr, const char *string,...) in sr_perror() function
|
D | server.h | 339 void sr_perror (SysRes sr,const char *string,...) ATTR_FORMAT (printf, 2, 3);
|