Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libtnfprobe/
H A Ddebug_funcs.c64 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_41/usr/src/uts/sun4/os/
H A Dforthdebug.c96 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_41/usr/src/cmd/tnf/prex/
H A Dlist.c229 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_41/usr/src/uts/common/io/
H A Dpci_cap.c330 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_41/usr/src/uts/common/sys/
H A Dpci_cap.h117 uint32_t *buf_p, uint32_t nwords);
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c172 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()