Searched refs:ctf_dtoldid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h212 ulong_t ctf_dtoldid; /* oldest id that has been committed */ member in struct:ctf_file
H A Dctf_create.c84 fp->ctf_dtoldid = 0;
442 nfp->ctf_dtoldid = fp->ctf_dtnextid - 1;
570 * ctf_dtoldid, which is set by ctf_update(), above. Note that to work properly
586 if (dtd->dtd_type <= fp->ctf_dtoldid)
593 fp->ctf_dtnextid = fp->ctf_dtoldid + 1;
1331 dtd->dtd_type > dst_fp->ctf_dtoldid;

Completed in 61 milliseconds