Lines Matching refs:ctf_bufopen
47 * ctf_bufopen() on it. If ctf_bufopen succeeds, we mark the new container r/w
73 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) {
221 * containing the definitions, and then call ctf_bufopen() on it. This not
222 * only leverages ctf_bufopen(), but also avoids having to bifurcate the rest
227 * ctf_bufopen() will return a new ctf_file_t, but we want to keep the fp
228 * constant for the caller, so after ctf_bufopen() returns, we use bcopy to
414 * Finally, we are ready to ctf_bufopen() the new container. If this
426 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
456 * NOTE: This code must be kept in sync with the code in ctf_bufopen().