Searched refs:buf_p (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | debug_funcs.c | 64 char *buf_p; in tnf_probe_debug() local 73 buf_p = tmp_buf; in tnf_probe_debug() 81 str_len = sprintf(buf_p, "probe %.*s; ", attr_len, attr_start); in tnf_probe_debug() 82 buf_p += str_len; in tnf_probe_debug() 89 str_len = sprintf(buf_p, "sunw%%debug \"%.*s\"; ", in tnf_probe_debug() 91 buf_p += str_len; in tnf_probe_debug() 97 (void) sprintf(buf_p, "\n"); in tnf_probe_debug() 117 str_len = sprintf(buf_p, "%.*s=", name_len, name_start); in tnf_probe_debug() 118 buf_p += str_len; in tnf_probe_debug() 126 str_len = sprintf(buf_p, "<unknown>; "); in tnf_probe_debug() [all …]
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 96 char *fth_buf, *buf_p; in forthdebug_init() local 134 buf_p = strstr(fth_buf, basic_sym[i + 1]); in forthdebug_init() 136 if (buf_p && modsym) { in forthdebug_init() 137 (void) sprintf(buf_p, "%16p", (void *)modsym); in forthdebug_init() 138 buf_p += 16; in forthdebug_init() 139 *buf_p++ = ' '; /* erase null char by sprintf */ in forthdebug_init() 143 basic_sym[i], (void *)buf_p, (void *)modsym); in forthdebug_init() 148 if (!(buf_p = strstr(fth_buf, SYMBOL_END))) { in forthdebug_init() 152 *buf_p = '\0'; in forthdebug_init() 155 (long)(buf_p - fth_buf)); in forthdebug_init()
|
/titanic_50/usr/src/cmd/tnf/prex/ |
H A D | list.c | 229 char *buf_p; in list_getattrs() local 242 buf_p = buffer; in list_getattrs() 243 buf_end = buf_p + BUF_LIMIT; in list_getattrs() 244 str_len = sprintf(buf_p, "enable %s; trace %s; ", in list_getattrs() 247 buf_p += str_len; in list_getattrs() 250 if (buf_p + str_len < buf_end) { in list_getattrs() 251 str_len = sprintf(buf_p, "object %s; ", in list_getattrs() 253 buf_p += str_len; in list_getattrs() 256 str_len = sprintf(buf_p, "funcs"); in list_getattrs() 257 buf_p += str_len; in list_getattrs()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_cap.c | 330 uint32_t *buf_p, uint32_t nwords) in pci_cap_read() argument 341 for (ptr = buf_p, i = 0; i < nwords; i++, base += 4) { in pci_cap_read()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 117 uint32_t *buf_p, uint32_t nwords);
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 172 static void swap(char *buf_p, int cnt); 6824 swap(char *buf_p, int cnt) in swap() argument 6836 Swp_p = (union swpbuf *)buf_p; in swap() 6856 Swp_p = (union swpbuf *)buf_p; in swap()
|