Searched defs:rhs (Results 51 – 58 of 58) sorted by relevance
123
1055 struct def_field *rhs = *((struct def_field **)r); in field_cmp() local
155 struct symbol **rhs; /* The RHS symbols */ member1890 struct symbol *rhs[MAXRHS]; /* RHS symbols */ member
1931 const check_snapshot_elem_t *rhs = rhs_arg; in check_snapshot_elem_cmp() local
1153 uintptr_t rhs = *((uintptr_t *)r); in dtrace_errhash_cmp() local
1168 dt_printa_validate(dt_node_t *lhs, dt_node_t *rhs) in dt_printa_validate()
933 tg_node_t *rhs = *(tg_node_t **)r; in typegraph_nodecmp() local
2740 uintptr_t rhs = *((uintptr_t *)r); in cpu_walk_cmp() local
322 #define DTRACE_HASHEQ(hash, lhs, rhs) \ argument