Searched refs:buf_p (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | debug_funcs.c | 64 char *buf_p; local 73 buf_p = tmp_buf; 81 str_len = sprintf(buf_p, "probe %.*s; ", attr_len, attr_start); 82 buf_p += str_len; 89 str_len = sprintf(buf_p, "sunw%%debug \"%.*s\"; ", 91 buf_p += str_len; 97 (void) sprintf(buf_p, "\n"); 117 str_len = sprintf(buf_p, "%.*s=", name_len, name_start); 118 buf_p += str_len; 126 str_len = sprintf(buf_p, "<unknow [all...] |
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 96 char *fth_buf, *buf_p; local 134 buf_p = strstr(fth_buf, basic_sym[i + 1]); 136 if (buf_p && modsym) { 137 (void) sprintf(buf_p, "%16p", (void *)modsym); 138 buf_p += 16; 139 *buf_p++ = ' '; /* erase null char by sprintf */ 143 basic_sym[i], (void *)buf_p, (void *)modsym); 148 if (!(buf_p = strstr(fth_buf, SYMBOL_END))) { 152 *buf_p = '\0'; 155 (long)(buf_p [all...] |
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | list.c | 229 char *buf_p; local 242 buf_p = buffer; 243 buf_end = buf_p + BUF_LIMIT; 244 str_len = sprintf(buf_p, "enable %s; trace %s; ", 247 buf_p += str_len; 250 if (buf_p + str_len < buf_end) { 251 str_len = sprintf(buf_p, "object %s; ", 253 buf_p += str_len; 256 str_len = sprintf(buf_p, "funcs"); 257 buf_p [all...] |
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | ufs.c | 302 buf_write_file(f, buf_p, size_p) 304 char *buf_p; 362 bcopy(buf_p, fp->f_buf + off, *size_p); 380 buf_read_file(f, buf_p, size_p) 382 char **buf_p; /* out */ 425 *buf_p = fp->f_buf + off;
|
H A D | cd9660.c | 63 static int buf_read_file(struct open_file *f, char **buf_p, 431 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument 457 *buf_p = fp->f_buf + blkoff;
|
H A D | ext2fs.c | 324 static int buf_read_file(struct open_file *f, char **buf_p, 700 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument 741 *buf_p = fp->f_buf + off;
|
H A D | nandfs.c | 570 nandfs_buf_read(struct nandfs *fs, void **buf_p, size_t *size_p) argument 588 *buf_p = fs->nf_buf + blkoff; 591 NANDFS_DEBUG("nandfs_buf_read buf_p=%p size_p=%d\n", *buf_p, *size_p);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_cap.c | 330 uint32_t *buf_p, uint32_t nwords) 341 for (ptr = buf_p, i = 0; i < nwords; i++, base += 4) { 329 pci_cap_read(ddi_acc_handle_t h, uint32_t id, uint16_t base, uint32_t *buf_p, uint32_t nwords) argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 117 uint32_t *buf_p, uint32_t nwords);
|
/illumos-gate/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) argument 6836 Swp_p = (union swpbuf *)buf_p; 6856 Swp_p = (union swpbuf *)buf_p;
|
Completed in 77 milliseconds