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

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local
450 * fpd is the D. file into which we now read
457 fpd = fdopen(ret = creat(dfile, DFILEMODE), "w");
458 ASSERT(ret >= 0 && fpd != NULL, Ct_OPEN, dfile, errno);
465 ASSERT(fwrite(buf, 1, ret, fpd) == ret, Ct_WRITE,
468 ASSERT(fflush(fpd) != EOF && ferror(fpd) == 0, Ct_WRITE, dfile, errno);
469 (void) fclose(fpd);
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c724 ctf_file_t *fpd; local
729 fpd = fp;
730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL &&
734 fpd = fp;
735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL &&
754 ctf_file_t *fpd; local
763 fpd = fp;
764 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL &&
768 fpd = fp;
769 if (ctf_lookup_by_id(&fpd, ar
792 ctf_file_t *fpd; local
950 ctf_file_t *fpd; local
1153 ctf_file_t *fpd; local
[all...]

Completed in 61 milliseconds