Searched defs:nfp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c190 ctf_file_t ofp, *nfp; local
367 * is successful, we then switch nfp and fp and free the old container.
378 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
383 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
384 (void) ctf_import(nfp, fp->ctf_parent);
386 nfp->ctf_refcnt = fp->ctf_refcnt;
387 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
388 nfp->ctf_data.cts_data = NULL; /* force ctf_data_free() on close */
389 nfp->ctf_dthash = fp->ctf_dthash;
390 nfp
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c1660 FILE *nfp; local
1716 if ((nfp = fopen(filename, "aF")) == NULL) {
1732 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1742 (void) fclose(nfp);
1748 (void) fclose(nfp);
1752 (void) fclose(nfp);

Completed in 38 milliseconds