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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2755 int ofilefd = -1; local
2780 ofilefd = open(ofilename, O_WRONLY | O_CREAT,
2782 if (ofilefd < 0) {
2789 if (write(ofilefd, fwlogp, PMCS_FWLOG_SIZE) != PMCS_FWLOG_SIZE) {
2800 if (ofilefd >= 0) {
2801 close(ofilefd);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3932 int ofilefd = -1; local
3991 ofilefd = attropen(fullname, ".", oflag);
3997 ofilefd = openat(pdirfd, name, oflag, mode);
4032 return (ofilefd);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8417 int ofilefd = -1; local
8477 ofilefd = attropen(dirp, ".", oflag);
8483 ofilefd = openat(pdirfd, name, oflag, mode);
8521 return (ofilefd);

Completed in 81 milliseconds