Searched defs:localfile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c283 char *localfile; local
338 localfile = fromfile;
340 localfile = tofile;
341 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf));
361 file_dgname, localfile);
373 localfile);
381 localfile = frombitmap;
383 localfile = tobitmap;
384 bmp_dgname = cfg_dgname(localfile, bmp_buf, sizeof (bmp_buf));
397 localfile, isloca
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c578 FILE *localfile; local
605 localfile = NULL;
607 if ((localfile = fopen(o_name, "w")) == NULL) {
620 oktorm = mustoverwrite(localfile, tmpfile);
621 if (localfile != NULL)
622 (void) fclose(localfile);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c507 char *localfile; local
541 localfile = is_primary ? fromfile : tofile;
542 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf));
561 file_dgname, localfile);
571 localfile);
579 "volume \"%s\" is part of a disk group\n"), localfile);
585 localfile = is_primary ? frombitmap : tobitmap;
586 bmp_dgname = cfg_dgname(localfile, bmp_buf, sizeof (bmp_buf));
596 localfile, rdc_islocal < 1?file_dgname:ctag);
608 bmp_dgname, localfile);
[all...]

Completed in 70 milliseconds