Searched refs:buf_p (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | ufs.c | 301 buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p) in buf_write_file() argument 358 bcopy(buf_p, fp->f_buf + off, *size_p); in buf_write_file() 376 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 418 *buf_p = fp->f_buf + off; in buf_read_file()
|
H A D | cd9660.c | 63 static int buf_read_file(struct open_file *f, char **buf_p, 460 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument 486 *buf_p = fp->f_buf + blkoff; in buf_read_file()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_cap.c | 340 uint32_t *buf_p, uint32_t nwords) in pci_cap_read() argument 351 for (ptr = buf_p, i = 0; i < nwords; i++, base += 4) { in pci_cap_read()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/ |
H A D | common_nvm.h | 56 extern void compute_crc_from_buf(u32 *buf_p, u32 len, u32 *crc_p);
|
/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/tools/smatch/src/ |
H A D | compile-i386.c | 576 static void textbuf_push(struct textbuf **buf_p, const char *text) in textbuf_push() argument 578 struct textbuf *tmp, *list = *buf_p; in textbuf_push() 601 *buf_p = list; in textbuf_push() 604 static void textbuf_emit(struct textbuf **buf_p) in textbuf_emit() argument 606 struct textbuf *tmp, *list = *buf_p; in textbuf_emit() 623 *buf_p = list; in textbuf_emit()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 181 static void swap(char *buf_p, int cnt); 6834 swap(char *buf_p, int cnt) in swap() argument 6845 Swp_p = (union swpbuf *)buf_p; in swap() 6864 Swp_p = (union swpbuf *)buf_p; in swap()
|