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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2756 char ofilename[MAXPATHLEN]; local
2765 if (snprintf(ofilename, MAXPATHLEN, "%s%d", ofile, instance) >
2780 ofilefd = open(ofilename, O_WRONLY | O_CREAT,
2784 ofilename, instance);
2797 ofilename);

Completed in 99 milliseconds