Home
last modified time | relevance | path

Searched refs:orhs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c380 struct node *orhs = (struct node *)val; in nv_instantiate() local
385 ASSERT(orhs->t == T_EVENT); in nv_instantiate()
386 ASSERT(orhs->u.event.ename->u.name.t == N_SERD); in nv_instantiate()
390 nrhs = newnode(T_SERD, orhs->file, orhs->line); in nv_instantiate()
391 nrhs->u.stmt.np = tevent_dup_to_epname(orhs, pd->epname); in nv_instantiate()
392 nrhs->u.stmt.lutp = props2instance(orhs, pd->epname); in nv_instantiate()
397 switch (orhs->t) { in nv_instantiate()
399 nrhs = newnode(T_NUM, orhs->file, orhs->line); in nv_instantiate()
400 nrhs->u.ull = orhs->u.ull; in nv_instantiate()
404 nrhs = newnode(T_TIMEVAL, orhs->file, orhs->line); in nv_instantiate()
[all …]