Searched refs:rhs (Results 1 - 25 of 77) sorted by relevance

1234

/illumos-gate/usr/src/cmd/logadm/
H A Dlut.h38 struct lut *lut_add(struct lut *root, const char *lhs, void *rhs);
42 void (*callback)(const char *lhs, void *rhs, void *arg), void *arg);
43 void lut_free(struct lut *root, void (*callback)(void *rhs));
H A Dlut.c32 * copied into malloc'd memory. the right-hand-side (rhs), which
49 static void dooper(const char *lhs, void *rhs, void *arg);
70 lut_add(struct lut *root, const char *lhs, void *rhs) argument
78 root->lut_rhs = rhs;
82 root->lut_rhs = rhs;
84 root->lut_left = lut_add(root->lut_left, lhs, rhs);
86 root->lut_right = lut_add(root->lut_right, lhs, rhs);
92 dooper(const char *lhs, void *rhs, void *arg) argument
96 *rootp = lut_add(*rootp, lhs, rhs);
138 void (*callback)(const char *lhs, void *rhs, voi
137 lut_walk(struct lut *root, void (*callback)(const char *lhs, void *rhs, void *arg), void *arg) argument
155 lut_free(struct lut *root, void (*callback)(void *rhs)) argument
171 printer(const char *lhs, void *rhs, void *arg) argument
[all...]
H A Dopts.c290 merger(const char *lhs, void *rhs, void *arg) argument
294 *destlutp = lut_add(*destlutp, lhs, rhs);
446 printer(const char *lhs, void *rhs, void *arg) argument
449 char *s = (char *)rhs;
/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc51 Str::Str(const Str& rhs) argument
52 : str_(strcpy(new char[strlen(rhs.str_)+1], rhs.str_)),
62 Str::operator = (const Str& rhs) argument
65 str_ = strcpy(new char[strlen(rhs.str_)+1], rhs.str_);
67 nextTok_ = str_ + (rhs.nextTok_ - rhs.str_);
79 Str::operator == (const Str& rhs) const
81 return (strcmp(str_, rhs
97 operator <<(Str rhs) argument
[all...]
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h45 Str(const Str& rhs);
48 void operator=(const Str& rhs);
51 int operator != (const Str& rhs) const;
52 int operator == (const Str& rhs) const;
55 Str& operator<<(Str rhs);
62 int compare(const Str& rhs) const;
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DEvent.h50 Event(const Event &rhs);
56 Event& operator=(const Event &rhs);
H A DSemaphore.h45 Semaphore (const Semaphore &rhs);
52 Semaphore &operator=(const Semaphore &rhs);
H A DThread.h73 Thread(const Thread &rhs);
91 Thread &operator=(const Thread &rhs);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h82 #define ASSERTeq(lhs, rhs, tostring) \
83 ((void)(((lhs) == (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
85 tostring(lhs), #rhs, tostring(rhs)), 0)))
87 #define ASSERTne(lhs, rhs, tostring) \
88 ((void)(((lhs) != (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
90 tostring(lhs), #rhs, tostring(rhs)), 0)))
96 #define ASSERTeq(lhs, rhs, tostring) ((void)0)
97 #define ASSERTne(lhs, rhs, tostrin
[all...]
H A Dlut.h45 typedef int (*lut_cmp)(void *lhs, void *rhs);
46 struct lut *lut_add(struct lut *root, void *lhs, void *rhs,
50 typedef void (*lut_cb)(void *lhs, void *rhs, void *arg);
H A Dcheck.h52 void check_upset_engine(struct node *lhs, struct node *rhs, void *arg);
53 void check_refcount(struct node *lhs, struct node *rhs, void *arg);
55 void check_cycle(struct node *lhs, struct node *rhs, void *arg);
61 void check_required_props(struct node *lhs, struct node *rhs, void *arg);
H A Dcheck.c59 struct node *rhs);
60 static void check_cycle_rhs(struct node *rhs);
132 check_path_iterators(np->u.arrow.rhs);
573 check_propnames(t, np->u.arrow.rhs, from, 1);
586 ex = record_iterators(np->u.arrow.rhs, ex);
627 check_exprscope(np->u.arrow.rhs, ex);
713 check_upset_engine(struct node *lhs, struct node *rhs, void *arg) argument
719 ASSERTeq(rhs->t, t, ptree_nodetype2str);
721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL)
743 check_refcount(struct node *lhs, struct node *rhs, voi argument
783 check_cycle(struct node *lhs, struct node *rhs, void *arg) argument
869 check_cycle_lhs_try(struct node *stmtnp, struct node *lhs, struct node *rhs) argument
890 check_cycle_rhs(struct node *rhs) argument
1255 check_required_props(struct node *lhs, struct node *rhs, void *arg) argument
[all...]
H A Deftwrite.c68 ident_lencalc(const char *s, void *rhs, void *arg) argument
75 dict_lencalc(const char *s, void *rhs, void *arg) argument
82 ident_printer(const char *s, void *rhs, void *arg) argument
91 dict_printer(const char *s, void *rhs, void *arg) argument
H A Dlut.c78 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) argument
91 tmp->lut_rhs = rhs;
107 (*tmp_hdl)->lut_rhs = rhs;
/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;
140 print "property \"$lhs\" value \"$rhs\"\n" if $opt_v;
177 $rhs = $2;
200 die "$name:$line: duplicate entry for value $rhs\n"
201 if defined($val2keys{$rhs});
[all...]
/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.c79 idkey_t rhs = *((idkey_t *)rhsp); local
81 if (lhs == rhs)
84 return (lhs > rhs ? 1 : -1);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c187 addconfigprop(const char *lhs, struct node *rhs, void *arg) argument
193 ASSERT(rhs != NULL);
194 ASSERT(rhs->t == T_QUOTE);
196 config_setprop(cp, lhs, STRDUP(rhs->u.quote.s));
204 addconfig(struct node *lhs, struct node *rhs, void *arg) argument
215 ASSERT(rhs->t == T_CONFIG);
217 lutp = rhs->u.stmt.lutp;
218 rhs = rhs->u.stmt.np;
219 while (rhs !
567 prtdevcache(void *lhs, void *rhs, void *arg) argument
574 prtdevidcache(void *lhs, void *rhs, void *arg) argument
581 prttpcache(void *lhs, void *rhs, void *arg) argument
588 prtcpucache(void *lhs, void *rhs, void *arg) argument
701 printprop(const char *lhs, const char *rhs, void *arg) argument
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h112 char *rhs; member in struct:reptr::reptr1
124 char *rhs; member in struct:reptr::reptr2
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c67 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) argument
70 int64_t rvar = *rhs;
98 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) argument
101 int64_t ravg = rhs[0] ? (rhs[1] / rhs[0]) : 0;
113 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) argument
116 uint64_t rsd = dt_stddev((uint64_t *)rhs, 1);
180 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) argument
183 long double rsum = dt_aggregate_lquantizedsum(rhs);
258 dt_aggregate_llquantizedcmp(int64_t *lhs, int64_t *rhs) argument
288 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) argument
731 dt_aggregate_hashcmp(const void *lhs, const void *rhs) argument
748 dt_aggregate_varcmp(const void *lhs, const void *rhs) argument
767 dt_aggregate_keycmp(const void *lhs, const void *rhs) argument
878 dt_aggregate_valcmp(const void *lhs, const void *rhs) argument
936 dt_aggregate_valkeycmp(const void *lhs, const void *rhs) argument
952 dt_aggregate_keyvarcmp(const void *lhs, const void *rhs) argument
963 dt_aggregate_varkeycmp(const void *lhs, const void *rhs) argument
974 dt_aggregate_valvarcmp(const void *lhs, const void *rhs) argument
985 dt_aggregate_varvalcmp(const void *lhs, const void *rhs) argument
996 dt_aggregate_keyvarrevcmp(const void *lhs, const void *rhs) argument
1002 dt_aggregate_varkeyrevcmp(const void *lhs, const void *rhs) argument
1008 dt_aggregate_valvarrevcmp(const void *lhs, const void *rhs) argument
1014 dt_aggregate_varvalrevcmp(const void *lhs, const void *rhs) argument
1020 dt_aggregate_bundlecmp(const void *lhs, const void *rhs) argument
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c233 uintptr_t rhs = *((const uintptr_t *)rhp); local
235 if (lhs < rhs)
237 if (lhs > rhs)
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp94 Event::Event(const Event &rhs) argument
97 _osEvent->_ose = rhs._osEvent->_ose;
99 _osEvent->_mut = rhs._osEvent->_mut;
100 _osEvent->_cond = rhs._osEvent->_cond;
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c143 ipmi_hash_strcmp(const void *lhs, const void *rhs) argument
145 return (strcmp(lhs, rhs));
155 ipmi_hash_ptrcmp(const void *lhs, const void *rhs) argument
157 const uintptr_t *l = lhs, *r = rhs;
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c374 char *rhs; local
376 rhs = &str[strlen(str)];
377 while (--rhs > str && isspace(*rhs))
379 *++rhs = '\0';
380 return (rhs);
406 char *rhs; local
411 rhs = trim_rhs(line);
414 if (*--rhs == '"')
415 *rhs
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c664 const char *seq, *rhs; local
689 rhs = NULL;
702 rhs = mchars_spec2str(seq, ssz, &rsz);
703 if (rhs != NULL)
716 rhs = seq + ssz;
717 while (seq < rhs) {
737 if (rhs == NULL) {
739 rhs = ascii_uc2str(uc);
740 rsz = strlen(rhs);
761 sz += (*p->width)(p, *rhs
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c95 dictprint(const char *s, void *rhs, void *arg) argument

Completed in 1794 milliseconds

1234