Searched refs:p_buf (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 154 static char p_buf[512]; variable 1384 (void) sprintf(d_buf, vtbl_str, p_buf); 1397 *p_buf = '\0'; 1398 (void) strcat(p_buf, "class "); 1405 (void) strcat(p_buf, s); 1421 (void) strcat(p_buf, root); 1423 (void) strcat(p_buf, " in "); 1428 (void) strcat(p_buf, child); 1440 (void) strcat(p_buf, child); 1441 (void) strcat(p_buf, " derive [all...] |
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | bcache.c | 217 caddr_t p_buf; local 260 p_buf = bc->bcache_data + (bcache_blksize * BHASH(bc, p_blk)); 286 p_size * bcache_blksize, p_buf, &r_size);
|
Completed in 271 milliseconds