Searched refs:file_buf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c84 static char *file_buf = (char *)NULL; /* read file into buf */ variable
150 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || ch == '\t')
188 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' ||
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') {
215 ch = (char)GETC(file_buf, ibcfg_cntr);
225 ch = (char)GETC(file_buf, ibcfg_cntr);
252 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
260 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
265 if ((ch = GETC(file_buf, ibcfg_cntr)) == 'x') {
267 ch = GETC(file_buf, ibcfg_cnt
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c51 static void *file_buf = NULL; variable
1425 file_buf = NULL;
1527 if (file_buf == NULL) {
1528 file_buf = stackbase;
1538 grub_memmove(buf, file_buf + filepos - file_start, len);
1558 if (errnum = dmu_read(DNODE, blkid, file_buf, stack))
1566 grub_memmove(buf, file_buf + filepos - file_start,
/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.c285 char file_buf[MAX_RDC_HOST_SIZE]; local
341 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf));
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c223 char *file_buf; member in struct:grub_zfs_data
3916 grub_free (data->file_buf);
3917 data->file_buf = NULL;
4054 data->file_buf = 0;
4368 grub_memmove (buf, data->file_buf + file->offset - data->file_start,
4391 grub_free (data->file_buf);
4392 data->file_buf = 0;
4397 data->file_buf = t;
4400 data->file_buf = NULL;
4412 grub_memmove (buf, data->file_buf
[all...]

Completed in 64 milliseconds