Home
last modified time | relevance | path

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

/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') in ib_lex()
188 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || in ib_lex()
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') { in ib_lex()
215 ch = (char)GETC(file_buf, ibcfg_cntr); in ib_lex()
225 ch = (char)GETC(file_buf, ibcfg_cntr); in ib_lex()
252 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr)); in ib_lex()
260 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr)); in ib_lex()
265 if ((ch = GETC(file_buf, ibcfg_cntr)) == 'x') { in ib_lex()
267 ch = GETC(file_buf, ibcfg_cntr); in ib_lex()
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dparse.c374 char *file_buf, *cline, *line, *lend; in parse_conf_file() local
390 file_buf = get_conf_data(name); in parse_conf_file()
394 line = file_buf; in parse_conf_file()
461 free(file_buf); in parse_conf_file()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c60 static void *file_buf = NULL; variable
1729 file_buf = NULL; in zfs_open()
1830 if (file_buf == NULL) { in zfs_read()
1831 file_buf = stackbase; in zfs_read()
1841 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()
1872 if (errnum = dmu_read(DNODE, blkid, file_buf, stack)) in zfs_read()
1880 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1346 char *file_buf; in copy_non_elf_to_temp_ar() local
1361 if ((file_buf = in copy_non_elf_to_temp_ar()
1373 if (read(fd, file_buf, in copy_non_elf_to_temp_ar()
1381 file_buf, in copy_non_elf_to_temp_ar()
1388 free(file_buf); in copy_non_elf_to_temp_ar()