Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/boot/libsa/
H A Dufs.c301 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 Dcd9660.c63 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()
H A Dext2fs.c324 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) in buf_read_file() argument
741 *buf_p = fp->f_buf + off; in buf_read_file()
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c340 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 Dcommon_nvm.h56 extern void compute_crc_from_buf(u32 *buf_p, u32 len, u32 *crc_p);
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h117 uint32_t *buf_p, uint32_t nwords);
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c576 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 Dcpio.c181 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()