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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1407 int fdtmp2; local
1414 if ((fdtmp2 = open(temp_file->tmp_name, O_RDONLY)) == -1) {
1428 buf = (char *)mmap(0, stbuf.st_size, PROT_READ, MAP_SHARED, fdtmp2, 0);
1437 if (read(fdtmp2, buf, stbuf.st_size) != stbuf.st_size) {
1468 (void) close(fdtmp2);

Completed in 48 milliseconds