Searched refs:ctf_fdcreate_int (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 68 ctf_fdcreate_int(int fd, int *errp, ctf_sect_t *ctfp) in ctf_fdcreate_int() function
|
/titanic_50/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 118 ctf_fdcreate_int(int fd, int *errp, ctf_sect_t *ctfp) in ctf_fdcreate_int() function
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_impl.h | 259 extern ctf_file_t *ctf_fdcreate_int(int, int *, ctf_sect_t *);
|
H A D | ctf_create.c | 115 if ((fp = ctf_fdcreate_int(fd, errp, &cts)) == NULL) { in ctf_fdcreate()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 417 ctf_fdcreate_int(int fd, int *errp, ctf_sect_t *ctfp) in ctf_fdcreate_int() function 676 return (ctf_fdcreate_int(fd, errp, NULL)); in ctf_fdopen()
|