Searched refs:fpd (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_create.c | 724 ctf_file_t *fpd; in ctf_add_array() local 729 fpd = fp; in ctf_add_array() 730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 734 fpd = fp; in ctf_add_array() 735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 754 ctf_file_t *fpd; in ctf_set_array() local 763 fpd = fp; in ctf_set_array() 764 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 768 fpd = fp; in ctf_set_array() 769 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() [all …]
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uux.c | 73 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_44/usr/src/uts/i86pc/io/ |
H A D | immu_intrmap.c | 55 #define IRTE_LOW(dst, vector, dlm, tm, rh, dm, fpd, p) \ argument 62 ((uint64_t)(fpd) << 1) | \
|