| /onnv/onnv-gate/usr/src/tools/protocmp/ |
| protocmp.h | 33 #define BUF_SIZE 2048
|
| protocmp.c | 151 char buff[BUF_SIZE]; 157 while (count = fread(buff, sizeof (char), BUF_SIZE, fp))
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| talk.h | 58 #define BUF_SIZE 512
|
| /onnv/onnv-gate/usr/src/cmd/bart/ |
| compare.c | 40 static int read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos, 47 int buf_size); 106 char *control_line, *test_line, control_buf[BUF_SIZE], 107 test_buf[BUF_SIZE], control_fname[PATH_MAX], 129 BUF_SIZE, 0, &control_line, control); 130 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, 138 control_buf, BUF_SIZE, control_pos, &control_line, 141 BUF_SIZE, test_pos, &test_line, test); 162 control_buf, BUF_SIZE, control_pos, &control_line, 165 BUF_SIZE, test_pos, &test_line, test) [all...] |
| bart.h | 88 #define BUF_SIZE 65536
|
| rules.c | 816 static char namebuf[ BUF_SIZE ]; 817 static char inbuf[ BUF_SIZE ];
|
| create.c | 632 * description: This routine reads stdin in BUF_SIZE chunks, uses the bits 642 unsigned char buf[BUF_SIZE];
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| ksyms.c | 70 #define BUF_SIZE (PAGESIZE - (size_t)offsetof(ksyms_buflist_t, buf)) 89 sz = MIN(rsize, (BUF_SIZE - hptr->curbuf_off)); 93 if (hptr->curbuf_off == BUF_SIZE) { 119 * Allocate 'size'(rounded to BUF_SIZE) bytes in chunks of BUF_SIZE, and 121 * Returns the total size rounded to BUF_SIZE. 129 chunks = howmany(size, BUF_SIZE); 132 return (hdr->nchunks * BUF_SIZE); 159 return (chunks * BUF_SIZE); 193 sz = MIN(size, BUF_SIZE); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| bmc_intf.h | 56 #define BUF_SIZE 256
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| prof_parse.c | 233 #define BUF_SIZE 2048 238 bptr = malloc (BUF_SIZE); 248 if (fgets(bptr, BUF_SIZE, f) == NULL) 263 if (strlen(bptr) >= BUF_SIZE - 1) { 270 for (offset = 0; offset > -BUF_SIZE; offset--) {
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| piclscsi.c | 51 #define BUF_SIZE 256 337 char addr[BUF_SIZE], ap_id[BUF_SIZE]; 338 char fileinfo[BUF_SIZE], ap_id_link[BUF_SIZE]; 691 char node_name[BUF_SIZE];
|
| piclfrutree.c | 93 #define BUF_SIZE 25 1022 char cmd[BUF_SIZE]; [all...] |
| /onnv/onnv-gate/usr/src/cmd/utmp_update/ |
| utmp_update.c | 82 #define BUF_SIZE 256 310 char buf[BUF_SIZE]; 318 (void) memset(buf, 0, BUF_SIZE);
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
| piclplatmod.c | 56 #define BUF_SIZE 7 356 char cond[BUF_SIZE]; 408 char cond[BUF_SIZE];
|
| piclsensors.c | 53 #define BUF_SIZE 50 367 char cmd[BUF_SIZE]; 699 char sensor_cond[BUF_SIZE]; 810 char sensor_cond[BUF_SIZE];
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
| cmd_branch.c | 43 #define BUF_SIZE 120 142 char cx[BUF_SIZE], cy[BUF_SIZE]; 606 char cy[BUF_SIZE];
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| route.c | 185 #define BUF_SIZE 2048 328 char m_space[BUF_SIZE]; [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ldap.c | 61 #define BUF_SIZE (16000) 71 char scrbuffer[BUF_SIZE]; /* buffer to accumulate data until a */ [all...] |