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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c689 ctf_id_t *vdat = NULL; local
702 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL)
706 ctf_free(vdat, sizeof (ctf_id_t) * vlen);
713 bcopy(argv, vdat, sizeof (ctf_id_t) * ctc->ctc_argc);
715 vdat[vlen - 1] = 0; /* add trailing zero to indicate varargs */
716 dtd->dtd_u.dtu_argv = vdat;

Completed in 118 milliseconds