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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c75 dt_decl_alloc(ushort_t kind, char *name) function
205 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL));
235 return (dt_decl_push(dt_decl_alloc(kind, name)));
270 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL));
372 dt_decl_t *ddp = dt_decl_push(dt_decl_alloc(CTF_K_ARRAY, NULL));
433 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL);
458 return (dt_decl_push(dt_decl_alloc(CTF_K_POINTER, NULL)));

Completed in 48 milliseconds