Searched refs:p_buf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/ia64/stand/common/ |
H A D | bcache.c | 168 void * p_buf; in read_strategy() local 186 p_buf = NULL; in read_strategy() 193 p_buf = buf + (bcache_blksize * i); in read_strategy() 200 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL); in read_strategy() 204 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j); in read_strategy() 210 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL); in read_strategy() 214 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j); in read_strategy()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | trace_api_test.c | 80 char *p_buf = NULL; in test_trace_channel() local 100 len = BIO_get_mem_data(bio, &p_buf); in test_trace_channel() 101 if (!TEST_strn2_eq(p_buf, len, expected, expected_len)) in test_trace_channel()
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | apple.c | 58 static char p_buf[MAXPATHLEN]; /* info working buffer */ variable 514 info = (mb_info *)p_buf; in get_mb_info() 637 hp = (a_hdr *)p_buf;; in get_dbl_info() 763 hp = (a_hdr *)p_buf; in get_sgl_info() 779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE); in get_sgl_info() 798 info = (FileInfo *)(p_buf + ntohl(ep->offset)); in get_sgl_info() 815 strncpy(name, (p_buf+ntohl(ep->offset)), in get_sgl_info() 1376 if((p_num = read(p_fd, p_buf, sizeof(p_buf))) <= 0) { in get_hfs_rname()
|