Searched refs:nfp (Results 1 - 5 of 5) 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);
/vbox/src/libs/liblzf-3.4/
H A Dconfigure865 -nfp | --nfp | --nf)
1402 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure990 -nfp | --nfp | --nf)
2163 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/vbox/src/libs/libxml2-2.6.31/
H A Dconfigure1206 -nfp | --nfp | --nf)
1812 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \

Completed in 2876 milliseconds