Searched refs:localfile (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 283 char *localfile; in ctag_check() local 338 localfile = fromfile; in ctag_check() 340 localfile = tofile; in ctag_check() 341 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf)); in ctag_check() 361 file_dgname, localfile); in ctag_check() 373 localfile); in ctag_check() 381 localfile = frombitmap; in ctag_check() 383 localfile = tobitmap; in ctag_check() 384 bmp_dgname = cfg_dgname(localfile, bmp_buf, sizeof (bmp_buf)); in ctag_check() 397 localfile, islocal < 1?file_dgname:ctag); in ctag_check() [all …]
|
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 578 FILE *localfile; in writetouched() local 605 localfile = NULL; in writetouched() 607 if ((localfile = fopen(o_name, "w")) == NULL) { in writetouched() 620 oktorm = mustoverwrite(localfile, tmpfile); in writetouched() 621 if (localfile != NULL) in writetouched() 622 (void) fclose(localfile); in writetouched()
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 388 localfile = self.localtip.filectx(path) 394 if parentfile.size() != localfile.size(): 397 if parentfile.flags() != localfile.flags(): 401 if parentfile.cmp(localfile): 404 if parentfile.cmp(localfile.data()):
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 507 char *localfile; in ctag_check() local 541 localfile = is_primary ? fromfile : tofile; in ctag_check() 542 file_dgname = cfg_dgname(localfile, file_buf, sizeof (file_buf)); in ctag_check() 561 file_dgname, localfile); in ctag_check() 571 localfile); in ctag_check() 579 "volume \"%s\" is part of a disk group\n"), localfile); in ctag_check() 585 localfile = is_primary ? frombitmap : tobitmap; in ctag_check() 586 bmp_dgname = cfg_dgname(localfile, bmp_buf, sizeof (bmp_buf)); in ctag_check() 596 localfile, rdc_islocal < 1?file_dgname:ctag); in ctag_check() 608 bmp_dgname, localfile); in ctag_check()
|