Searched defs:file_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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));
/illumos-gate/usr/src/cmd/power/
H A Dparse.c374 char *file_buf, *cline, *line, *lend; local
390 file_buf = get_conf_data(name);
394 line = file_buf;
461 free(file_buf);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1338 char *file_buf; local
1353 if ((file_buf =
1365 if (read(fd, file_buf,
1373 file_buf,
1380 free(file_buf);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c59 static void *file_buf = NULL; variable
1726 file_buf = NULL;
1827 if (file_buf == NULL) {
1828 file_buf = stackbase;
1838 grub_memmove(buf, file_buf + filepos - file_start, len);
1869 if (errnum = dmu_read(DNODE, blkid, file_buf, stack))
1877 grub_memmove(buf, file_buf + filepos - file_start,
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c508 char file_buf[MAX_RDC_HOST_SIZE]; local
542 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf));

Completed in 80 milliseconds