Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_create.c1056 ctf_file_t *fpd; in ctf_add_array() local
1061 fpd = fp; in ctf_add_array()
1062 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array()
1069 fpd = fp; in ctf_add_array()
1070 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
1091 ctf_file_t *fpd; in ctf_set_array() local
1100 fpd = fp; in ctf_set_array()
1101 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array()
1105 fpd = fp; in ctf_set_array()
1106 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
[all …]
/titanic_50/usr/src/cmd/bnu/
H A Duux.c73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local
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);
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c55 #define IRTE_LOW(dst, vector, dlm, tm, rh, dm, fpd, p) \ argument
62 ((uint64_t)(fpd) << 1) | \