OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:din_hash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_ident.h
58
struct dt_idhash *
din_hash
; /* identifiers private to this subtree */
member in struct:dt_idnode
59
struct dt_ident **din_argv; /* identifiers in
din_hash
for arguments */
dt_ident.c
537
if (inp->
din_hash
!= NULL)
538
dt_idhash_destroy(inp->
din_hash
);
dt_parser.c
2318
* hash containing the named parameters and store it in inp->
din_hash
.
2330
inp->
din_hash
= dt_idhash_create("inline args", NULL, 0, 0);
2333
if (inp->
din_hash
== NULL || inp->din_argv == NULL)
2338
* and store it in
din_hash
and in position in din_argv[]. The
2352
pidp = dt_idhash_insert(inp->
din_hash
, pnp->dn_string,
2367
dt_idstack_push(&yypcb->pcb_globals, inp->
din_hash
);
2378
dt_idstack_pop(&yypcb->pcb_globals, inp->
din_hash
);
Completed in 92 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026