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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h60 struct dt_idhash *din_hash; /* identifiers private to this subtree */ member in struct:dt_idnode
61 struct dt_ident **din_argv; /* identifiers in din_hash for arguments */
H A Ddt_ident.c530 if (inp->din_hash != NULL)
531 dt_idhash_destroy(inp->din_hash);
H A Ddt_parser.c2256 * hash containing the named parameters and store it in inp->din_hash.
2268 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0);
2271 if (inp->din_hash == NULL || inp->din_argv == NULL)
2276 * and store it in din_hash and in position in din_argv[]. The
2290 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2305 dt_idstack_push(&yypcb->pcb_globals, inp->din_hash);
2316 dt_idstack_pop(&yypcb->pcb_globals, inp->din_hash);

Completed in 53 milliseconds