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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h84 extern dt_decl_t *dt_decl_alloc(ushort_t, char *);
H A Ddt_decl.c73 dt_decl_alloc(ushort_t kind, char *name) function
203 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL));
233 return (dt_decl_push(dt_decl_alloc(kind, name)));
268 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL));
370 dt_decl_t *ddp = dt_decl_push(dt_decl_alloc(CTF_K_ARRAY, NULL));
431 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL);
456 return (dt_decl_push(dt_decl_alloc(CTF_K_POINTER, NULL)));

Completed in 23 milliseconds