Searched refs:bufp (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_main.c | 247 process_v_cont_request(char *bufp) in process_v_cont_request() argument 249 char *savbufp = bufp; in process_v_cont_request() 251 bufp = bufp + 5; /* address of semicolon */ in process_v_cont_request() 253 if (*bufp == '\0' || *bufp != ';') in process_v_cont_request() 255 bufp++; in process_v_cont_request() 256 if (*bufp == 'S' || *bufp == 'C') /* we don't support signalling */ in process_v_cont_request() 259 if (*bufp == 'c') { in process_v_cont_request() 260 if (*(bufp+1) != '\0') in process_v_cont_request() 264 } else if (*bufp == 's') { in process_v_cont_request() 268 bufp++; in process_v_cont_request() [all …]
|
A D | gx_comm.c | 162 static char *bufp; in readchar() local 166 return *bufp++ & 0x7f; in readchar() 177 bufp = buf; in readchar() 179 return *bufp++ & 0x7f; in readchar()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 136 extern int asprintf(char ** bufp, const char * fmt, ...) 138 extern int vasprintf(char ** bufp, const char * fmt, va_list args)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | vsprintf.c | 720 int vasprintf(char **bufp, const char *fmt, va_list args) in vasprintf() argument 736 *bufp = buf; in vasprintf() 751 int asprintf(char **bufp, const char *fmt, ...) in asprintf() argument 757 i=vasprintf(bufp,fmt,args); in asprintf()
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 311 int vhd_read_bitmap(vhd_context_t *, uint32_t block, char **bufp); 312 int vhd_read_block(vhd_context_t *, uint32_t block, char **bufp);
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 1788 vhd_read_bitmap(vhd_context_t *ctx, uint32_t block, char **bufp) in vhd_read_bitmap() argument 1797 *bufp = NULL; in vhd_read_bitmap() 1828 *bufp = buf; in vhd_read_bitmap() 1837 vhd_read_block(vhd_context_t *ctx, uint32_t block, char **bufp) in vhd_read_block() argument 1846 *bufp = NULL; in vhd_read_block() 1888 *bufp = buf; in vhd_read_block()
|
Completed in 12 milliseconds