Searched refs:readbuf (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.c | 108 error_print(char *writebuf, char *readbuf, mtest_handle_t handle, long pageno, in error_print() argument 119 (readbuf[offset] != writebuf[offset]) && in error_print() 125 writebuf[offset], readbuf[offset]); in error_print() 137 pbuf_t *readbuf; in memory_test_normal() local 147 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal() 148 if (patternbuf1 == NULL || patternbuf2 == NULL || readbuf == NULL) { in memory_test_normal() 179 if (mtest_read(handle, (void *)readbuf, pageno, 0, 0, &errbuf) in memory_test_normal() 198 if (memcmp((void *)patternbuf1, (void *)readbuf, in memory_test_normal() 201 error_print((void *)patternbuf1, (void *)readbuf, in memory_test_normal() 221 if (mtest_read(handle, (void *)readbuf, pageno, 0, 0, &errbuf) in memory_test_normal() [all …]
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | proxy-io.c | 16 char readbuf[BUFFER_SIZ]; in proxy_read_write_loop() local 19 rbytes = read(readfd, readbuf, sizeof (readbuf)); in proxy_read_write_loop() 23 ptr = readbuf; in proxy_read_write_loop()
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shircbot.sh | 117 while serverbuf.readbuf line <&${fd} ; do 121 while clientbuf.readbuf line </dev/stdin ; do 233 function readbuf function
|
/titanic_41/usr/src/cmd/mail/ |
H A D | printmail.c | 48 char readbuf[LSIZE]; /* holds user's response in interactive mode */ in printmail() local 243 if (fgets(readbuf, sizeof (readbuf), stdin) == NULL) break; in printmail() 244 resp = readbuf; in printmail()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | Makefile | 35 nfslog_trans.o nfslog_ipaddr.o readbuf.o dbtab.o \
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | dstream.c | 737 char readbuf[BLK_SIZE]; in BIO_ds_dump() local 744 while ((amtread = read(ds_fd, readbuf, BLK_SIZE)) != 0) { in BIO_ds_dump() 745 if (BIO_write(bio, readbuf, amtread) != amtread) { in BIO_ds_dump()
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 180 static int readbuf(wchar_t **, int, COLP); 980 (void) readbuf(&Bufptr, i, p++); in foldbuf() 1010 lines = readbuf(&s, 0, 0); in balance() 1020 (void) readbuf(&s, l, p++); in balance() 1030 readbuf(wchar_t **s, int lincol, COLP p) in readbuf() function
|