Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/cmd/logadm/
H A Dlut.c68 lut_add(struct lut *root, const char *lhs, void *rhs) in lut_add()
90 dooper(const char *lhs, void *rhs, void *arg) in dooper()
117 lut_lookup(struct lut *root, const char *lhs) in lut_lookup()
136 void (*callback)(const char *lhs, void *rhs, void *arg), void *arg) in lut_walk()
169 printer(const char *lhs, void *rhs, void *arg) in printer()
H A Dopts.c115 char lhs[2]; in opt_info() local
248 char lhs[2]; in opts_count() local
290 merger(const char *lhs, void *rhs, void *arg) in merger()
446 printer(const char *lhs, void *rhs, void *arg) in printer()
H A Dconf.c567 conf_lookup(const char *lhs) in conf_lookup()
580 conf_opts(const char *lhs) in conf_opts()
593 conf_replace(const char *lhs, struct opts *newopts) in conf_replace()
H A Dmain.c399 commajoin(const char *lhs, void *rhs, void *arg) in commajoin()
412 doaftercmd(const char *lhs, void *rhs, void *arg) in doaftercmd()
434 do_delayed_gzip(const char *lhs, void *rhs, void *arg) in do_delayed_gzip()
H A Dkw.c167 kw_printer(const char *lhs, void *rhs, void *arg) in kw_printer()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h80 #define ASSERTeq(lhs, rhs, tostring) \ argument
85 #define ASSERTne(lhs, rhs, tostring) \ argument
94 #define ASSERTeq(lhs, rhs, tostring) ((void)0) argument
95 #define ASSERTne(lhs, rhs, tostring) ((void)0) argument
H A Dlut.c76 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) in lut_add()
114 lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup()
137 lut_lookup_lhs(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup_lhs()
H A Dcheck.c713 check_upset_engine(struct node *lhs, struct node *rhs, void *arg) in check_upset_engine()
743 check_refcount(struct node *lhs, struct node *rhs, void *arg) in check_refcount()
783 check_cycle(struct node *lhs, struct node *rhs, void *arg) in check_cycle()
869 check_cycle_lhs_try(struct node *stmtnp, struct node *lhs, struct node *rhs) in check_cycle_lhs_try()
1255 check_required_props(struct node *lhs, struct node *rhs, void *arg) in check_required_props()
1282 check_proplists_lhs(enum nodetype t, struct node *lhs) in check_proplists_lhs()
H A Dtree.c933 tree_arrow(struct node *lhs, struct node *nnp, struct node *knp, in tree_arrow()
1076 update_serd_refstmt(void *lhs, void *rhs, void *arg) in update_serd_refstmt()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dattr-inline.c2 static inline __attribute__((__always_inline__)) int gt(int lhs, int rhs) in gt()
7 extern inline __attribute__((__gnu_inline__)) int ge(int lhs, int rhs) in ge()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c67 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_countcmp()
98 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_averagecmp()
113 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_stddevcmp()
180 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_lquantizedcmp()
258 dt_aggregate_llquantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_llquantizedcmp()
288 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) in dt_aggregate_quantizedcmp()
731 dt_aggregate_hashcmp(const void *lhs, const void *rhs) in dt_aggregate_hashcmp()
748 dt_aggregate_varcmp(const void *lhs, const void *rhs) in dt_aggregate_varcmp()
767 dt_aggregate_keycmp(const void *lhs, const void *rhs) in dt_aggregate_keycmp()
878 dt_aggregate_valcmp(const void *lhs, const void *rhs) in dt_aggregate_valcmp()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c187 addconfigprop(const char *lhs, struct node *rhs, void *arg) in addconfigprop()
204 addconfig(struct node *lhs, struct node *rhs, void *arg) in addconfig()
567 prtdevcache(void *lhs, void *rhs, void *arg) in prtdevcache()
574 prtdevidcache(void *lhs, void *rhs, void *arg) in prtdevidcache()
581 prttpcache(void *lhs, void *rhs, void *arg) in prttpcache()
588 prtcpucache(void *lhs, void *rhs, void *arg) in prtcpucache()
701 printprop(const char *lhs, const char *rhs, void *arg) in printprop()
H A Deft.c202 dosubscribe(struct node *lhs, struct node *rhs, void *arg) in dosubscribe()
212 dodiscardprint(struct node *lhs, struct node *rhs, void *arg) in dodiscardprint()
249 doopendict(const char *lhs, void *rhs, void *arg) in doopendict()
H A Deval.c64 begins_with(struct node *lhs, struct node *rhs, struct lut *ex) in begins_with()
217 struct node *lhs; in eval_func() local
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c141 ipmi_hash_strcmp(const void *lhs, const void *rhs) in ipmi_hash_strcmp()
153 ipmi_hash_ptrcmp(const void *lhs, const void *rhs) in ipmi_hash_ptrcmp()
/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.c76 idkey_t lhs = *((idkey_t *)lhsp); in idtab_compare() local
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c230 uintptr_t lhs = *((const uintptr_t *)lhp); in sort_uclist() local
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c62 uintptr_t lhs = *(const uintptr_t *)l; in uintptr_cmp() local
337 whatis_cbcmp(const void *lhs, const void *rhs) in whatis_cbcmp()
H A Dmdb_gelf.c304 GElf_Phdr *lhs = (GElf_Phdr *)lp; in gelf_phdr_compare() local
853 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in gelf32_sym_compare() local
881 Elf64_Sym *lhs = *((Elf64_Sym **)lp); in gelf64_sym_compare() local
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c1140 __nis_mapping_rlhs_t *lhs, in get_lhs()
1243 __nis_mapping_rlhs_t *lhs, in get_lhs_match()
1368 __nis_mapping_rlhs_t *lhs, in get_lhs_paren_item()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c205 const stacks_ulwp_t *lhs = l; in stacks_ulwp_compare() local
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c148 gettoken_eq(Mapfile *mf, attr_fmt_t eq_type, const char *lhs) in gettoken_eq()
452 gettoken_optattr(Mapfile *mf, const char *lhs) in gettoken_optattr()
482 gettoken_term(Mapfile *mf, const char *lhs) in gettoken_term()
511 gettoken_semicolon(Mapfile *mf, const char *lhs) in gettoken_semicolon()
540 gettoken_leftbkt(Mapfile *mf, const char *lhs) in gettoken_leftbkt()
569 gettoken_int(Mapfile *mf, const char *lhs, ld_map_tkval_t *tkv, int flags) in gettoken_int()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c198 const leak_mtab_t *lhs = (const leak_mtab_t *)l; in leaky_mtabcmp() local
552 const leak_bufctl_t *lhs = *((const leak_bufctl_t **)l); in leaky_ctlcmp() local
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c157 const leaky_seg_info_t *lhs = (const leaky_seg_info_t *)l; in leaky_seg_cmp() local
675 leaky_subr_bufctl_cmp(const leak_bufctl_t *lhs, const leak_bufctl_t *rhs) in leaky_subr_bufctl_cmp()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c434 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ member

123