Home
last modified time | relevance | path

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

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