Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 25 of 81) sorted by path

1234

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c200 char rhs[BUFSIZ]; in xlator_start_if() local
231 err = sscanf(value, "%s", rhs); in xlator_start_if()
238 Curfun = strdup(rhs); in xlator_start_if()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c989 idname_compare(const void *lhs, const void *rhs) in idname_compare() argument
995 const ctf_idname_t *r = rhs; in idname_compare()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c59 struct node *rhs);
749 if (rhs->u.stmt.flags & STMT_REF) in check_refcount()
752 outfl(O_WARN|O_NONL, rhs->file, rhs->line, in check_refcount()
846 tryrhs = arrow->u.arrow.rhs; in check_cycle_lhs()
852 tryrhs = arrow->u.arrow.rhs; in check_cycle_lhs()
882 check_cycle_rhs(rhs); in check_cycle_lhs_try()
890 check_cycle_rhs(struct node *rhs) in check_cycle_rhs() argument
894 if (rhs->t == T_LIST) { in check_cycle_rhs()
900 ASSERT(rhs->t == T_EVENT); in check_cycle_rhs()
907 rhs->file, rhs->line, in check_cycle_rhs()
[all …]
H A Dcheck.h50 void check_upset_engine(struct node *lhs, struct node *rhs, void *arg);
51 void check_refcount(struct node *lhs, struct node *rhs, void *arg);
53 void check_cycle(struct node *lhs, struct node *rhs, void *arg);
59 void check_required_props(struct node *lhs, struct node *rhs, void *arg);
H A Deftwrite.c68 ident_lencalc(const char *s, void *rhs, void *arg) in ident_lencalc() argument
75 dict_lencalc(const char *s, void *rhs, void *arg) in dict_lencalc() argument
82 ident_printer(const char *s, void *rhs, void *arg) in ident_printer() argument
91 dict_printer(const char *s, void *rhs, void *arg) in dict_printer() argument
H A Dlut.c76 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) in lut_add() argument
89 tmp->lut_rhs = rhs; in lut_add()
105 (*tmp_hdl)->lut_rhs = rhs; in lut_add()
H A Dlut.h43 typedef int (*lut_cmp)(void *lhs, void *rhs);
44 struct lut *lut_add(struct lut *root, void *lhs, void *rhs,
48 typedef void (*lut_cb)(void *lhs, void *rhs, void *arg);
H A Dout.h80 #define ASSERTeq(lhs, rhs, tostring) \ argument
81 ((void)(((lhs) == (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
83 tostring(lhs), #rhs, tostring(rhs)), 0)))
85 #define ASSERTne(lhs, rhs, tostring) \ argument
86 ((void)(((lhs) != (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
88 tostring(lhs), #rhs, tostring(rhs)), 0)))
94 #define ASSERTeq(lhs, rhs, tostring) ((void)0) argument
95 #define ASSERTne(lhs, rhs, tostring) ((void)0) argument
H A Dptree.c346 ptree(flags, np->u.arrow.rhs, no_iterators, fileline); in ptree()
632 name_pattern_match_in_subtree(np->u.arrow.rhs, pat)); in name_pattern_match_in_subtree()
666 byname_printer(struct node *lhs, struct node *rhs, void *arg) in byname_printer() argument
670 if (infop->t != T_NOTHING && rhs->t != infop->t) in byname_printer()
674 ptree(infop->flags, rhs, 0, 0); in byname_printer()
H A Dtree.c298 tree_free(root->u.arrow.rhs); in tree_free()
421 return (tree_treecmp(np1->u.arrow.rhs, np2->u.arrow.rhs, t, in tree_treecmp()
934 struct node *rhs) in tree_arrow() argument
938 ASSERT(lhs != NULL || rhs != NULL); in tree_arrow()
941 (lhs) ? lhs->file : rhs->file, in tree_arrow()
942 (lhs) ? lhs->line : rhs->line); in tree_arrow()
947 ret->u.arrow.rhs = rhs; in tree_arrow()
950 make_explicit(rhs, 0); in tree_arrow()
1076 update_serd_refstmt(void *lhs, void *rhs, void *arg) in update_serd_refstmt() argument
1080 ASSERT(rhs != NULL); in update_serd_refstmt()
[all …]
H A Dtree.h240 struct node *rhs; /* right side of arrow */ member
297 struct node *rhs);
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c93 dictprint(const char *s, void *rhs, void *arg) in dictprint() argument
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc60 * the lhs path and rhs path do not match, expands to the cross-product of
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c193 ASSERT(rhs != NULL); in addconfigprop()
194 ASSERT(rhs->t == T_QUOTE); in addconfigprop()
215 ASSERT(rhs->t == T_CONFIG); in addconfig()
217 lutp = rhs->u.stmt.lutp; in addconfig()
218 rhs = rhs->u.stmt.np; in addconfig()
219 while (rhs != NULL) { in addconfig()
220 ASSERT(rhs->t == T_NAME); in addconfig()
222 s = rhs->u.name.s; in addconfig()
223 num = rhs->u.name.child->u.ull; in addconfig()
249 rhs = rhs->u.name.next; in addconfig()
[all …]
H A Deft.c202 dosubscribe(struct node *lhs, struct node *rhs, void *arg) in dosubscribe() argument
212 dodiscardprint(struct node *lhs, struct node *rhs, void *arg) in dodiscardprint() argument
249 doopendict(const char *lhs, void *rhs, void *arg) in doopendict() argument
H A Deft_mdb.c700 (void) eft_node((uintptr_t)node.u.arrow.rhs, DCMD_ADDRSPEC, 0, in eft_node()
H A Deval.c73 if (rhs == NULL) in begins_with()
79 if (lhs->u.name.s != rhs->u.name.s) in begins_with()
95 if (rhs->u.name.child && rhs->u.name.child->t == T_NUM) { in begins_with()
96 rnum = (int)rhs->u.name.child->u.ull; in begins_with()
97 } else if (rhs->u.name.child && rhs->u.name.child->t == T_NAME) { in begins_with()
218 struct node *rhs; in eval_func() local
234 if (!rhs || !lhs) in eval_func()
252 tree_free(rhs); in eval_func()
345 if (!rhs || !lhs) in eval_func()
359 path = ipath2str(NULL, ipath(rhs)); in eval_func()
[all …]
H A Dfme.c2275 addpayloadprop(const char *lhs, struct evalue *rhs, nvlist_t *fault) in addpayloadprop() argument
2281 ASSERT(rhs != NULL); in addpayloadprop()
2301 if (rhs->t == UINT64) { in addpayloadprop()
2302 out(O_ALTFP|O_VERB2, "addpayloadprop: %s=%llu", lhs, rhs->v); in addpayloadprop()
2304 if (nvlist_add_uint64(hcs, lhs, rhs->v) != 0) in addpayloadprop()
2309 lhs, (char *)(uintptr_t)rhs->v); in addpayloadprop()
2311 if (nvlist_add_string(hcs, lhs, (char *)(uintptr_t)rhs->v) != 0) in addpayloadprop()
2331 ASSERT(rhs != NULL); in istataddsize()
2333 if ((val = stats_counter_value(rhs)) == 0) in istataddsize()
2357 ASSERT(rhs != NULL); in istat2str()
[all …]
H A Ditree.c1213 dst = infop->anp->u.arrow.rhs; in vmatch()
1218 hmatch(infop, src->u.arrow.rhs, dst); in vmatch()
1222 dst = src->u.arrow.rhs; in vmatch()
1337 vmatch(infop, np->u.arrow.rhs, NULL, np->u.arrow.parent); in vmatch()
1375 cp_reset(np->u.arrow.rhs); in cp_reset()
1489 dlst = arrownp->u.arrow.rhs; in itree_create_dummy()
1494 slst = slst->u.arrow.rhs; in itree_create_dummy()
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl99 my $rhs;
123 $rhs = "";
132 $rhs = $1;
136 $rhs = $1;
138 $rhs =~ s/\\(.)/dobs($1)/ge;
139 $props{$lhs} = $rhs;
177 $rhs = $2;
201 if defined($val2keys{$rhs});
202 $keys2val{$lhs} = $rhs;
203 $val2keys{$rhs} = $lhs;
[all …]
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c102 kstat_instances_compare(const void *lhs, const void *rhs) in kstat_instances_compare() argument
105 kstat_instance_t *r = *((kstat_instance_t **)rhs); in kstat_instances_compare()
/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c54 static void kw_printer(const char *lhs, void *rhs, void *arg);
167 kw_printer(const char *lhs, void *rhs, void *arg) in kw_printer() argument
171 (void) fprintf(stream, "%20.20s %s\n", lhs, (char *)rhs); in kw_printer()
H A Dlut.c47 static void dooper(const char *lhs, void *rhs, void *arg);
68 lut_add(struct lut *root, const char *lhs, void *rhs) in lut_add() argument
76 root->lut_rhs = rhs; in lut_add()
80 root->lut_rhs = rhs; in lut_add()
82 root->lut_left = lut_add(root->lut_left, lhs, rhs); in lut_add()
84 root->lut_right = lut_add(root->lut_right, lhs, rhs); in lut_add()
90 dooper(const char *lhs, void *rhs, void *arg) in dooper() argument
94 *rootp = lut_add(*rootp, lhs, rhs); in dooper()
153 lut_free(struct lut *root, void (*callback)(void *rhs)) in lut_free() argument
169 printer(const char *lhs, void *rhs, void *arg) in printer() argument
[all …]
H A Dlut.h36 struct lut *lut_add(struct lut *root, const char *lhs, void *rhs);
40 void (*callback)(const char *lhs, void *rhs, void *arg), void *arg);
41 void lut_free(struct lut *root, void (*callback)(void *rhs));
H A Dmain.c56 static void commajoin(const char *lhs, void *rhs, void *arg);
57 static void doaftercmd(const char *lhs, void *rhs, void *arg);
62 static void do_delayed_gzip(const char *lhs, void *rhs, void *arg);
399 commajoin(const char *lhs, void *rhs, void *arg) in commajoin() argument
412 doaftercmd(const char *lhs, void *rhs, void *arg) in doaftercmd() argument
415 struct lut *addrs = (struct lut *)rhs; in doaftercmd()
434 do_delayed_gzip(const char *lhs, void *rhs, void *arg) in do_delayed_gzip() argument
438 if (rhs == NULL) { in do_delayed_gzip()

1234