Home
last modified time | relevance | path

Searched refs:ofilefd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2763 int ofilefd = -1; in pmcs_dump_fwlog() local
2788 ofilefd = open(ofilename, O_WRONLY | O_CREAT, in pmcs_dump_fwlog()
2790 if (ofilefd < 0) { in pmcs_dump_fwlog()
2797 if (write(ofilefd, fwlogp, PMCS_FWLOG_SIZE) != PMCS_FWLOG_SIZE) { in pmcs_dump_fwlog()
2808 if (ofilefd >= 0) { in pmcs_dump_fwlog()
2809 close(ofilefd); in pmcs_dump_fwlog()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8418 int ofilefd = -1; in retry_open_attr() local
8478 ofilefd = attropen(dirp, ".", oflag); in retry_open_attr()
8484 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
8522 return (ofilefd); in retry_open_attr()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3940 int ofilefd = -1; in retry_open_attr() local
3999 ofilefd = attropen(fullname, ".", oflag); in retry_open_attr()
4005 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
4040 return (ofilefd); in retry_open_attr()