Searched refs:lhs (Results 51 - 66 of 66) sorted by relevance

123

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c1214 src = infop->anp->u.arrow.lhs;
1223 src = src->u.arrow.lhs;
1350 if (anp->u.arrow.lhs->t == T_ARROW) {
1351 anp->u.arrow.lhs->u.arrow.parent = anp;
1352 find_first_arrow(infop, anp->u.arrow.lhs);
1354 vmatch(infop, anp->u.arrow.lhs, NULL, anp);
1374 cp_reset(np->u.arrow.lhs);
1490 slst = arrownp->u.arrow.lhs;
1577 itree_pevent(struct event *lhs, struct event *ep, void *arg) argument
H A Deft_mdb.c682 case T_ARROW: /* lhs (N)->(K) rhs */
683 (void) eft_node((uintptr_t)node.u.arrow.lhs, DCMD_ADDRSPEC, 0,
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c168 r = &rule->lhs;
742 __nis_mapping_rlhs_t *lhs; local
929 lhs = &t->ruleFromLDAP[i]->lhs;
930 for (j = 0; j < lhs->numElements; j++) {
931 e = &lhs->element[j];
1611 r_in = &in->lhs;
1612 r_out = &out->lhs;
H A Dldap_print.c234 printMappingRLHS(&r->lhs, nativeLhs);
H A Dldap_nisdbquery.c717 litem = buildLvalue(&t->ruleFromLDAP[r]->lhs, &rval,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c574 uintptr_t lhs = *(const uintptr_t *)lp; local
576 if (lhs > rhs)
578 if (lhs < rhs)
H A Dkmem.c747 addrcmp(const void *lhs, const void *rhs) argument
749 uintptr_t p1 = *((uintptr_t *)lhs);
760 bufctlcmp(const kmem_bufctl_audit_t **lhs, const kmem_bufctl_audit_t **rhs) argument
762 const kmem_bufctl_audit_t *bcp1 = *lhs;
1937 allocdby_cmp(const allocdby_bufctl_t *lhs, const allocdby_bufctl_t *rhs) argument
1939 if (lhs->abb_ts < rhs->abb_ts)
1941 if (lhs->abb_ts > rhs->abb_ts)
4115 const kmowner_t *lhs = lp; local
4118 return (rhs->kmo_total_size - lhs->kmo_total_size);
H A Dtypegraph.c932 tg_node_t *lhs = *(tg_node_t **)l; local
935 if (lhs->tgn_base < rhs->tgn_base)
937 if (lhs->tgn_base > rhs->tgn_base)
H A Dgenunix.c2822 uintptr_t lhs = *((uintptr_t *)l); local
2826 (void) mdb_vread(&lcpu, sizeof (lcpu), lhs);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c664 addrcmp(const void *lhs, const void *rhs) argument
666 uintptr_t p1 = *((uintptr_t *)lhs);
677 bufctlcmp(const umem_bufctl_audit_t **lhs, const umem_bufctl_audit_t **rhs) argument
679 const umem_bufctl_audit_t *bcp1 = *lhs;
1873 allocdby_cmp(const allocdby_bufctl_t *lhs, const allocdby_bufctl_t *rhs) argument
1875 if (lhs->abb_ts < rhs->abb_ts)
1877 if (lhs->abb_ts > rhs->abb_ts)
3745 const umowner_t *lhs = lp; local
3748 return (rhs->umo_total_size - lhs->umo_total_size);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1168 dt_printa_validate(dt_node_t *lhs, dt_node_t *rhs) argument
1176 assert(lhs->dn_kind == DT_NODE_AGG);
1179 lid = lhs->dn_ident;
/illumos-gate/usr/src/cmd/ps/
H A Dps.c1054 struct def_field *lhs = *((struct def_field **)l); local
1057 return (strcmp(lhs->fname, rhs->fname));
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1152 uintptr_t lhs = *((uintptr_t *)l); local
1157 (void) mdb_vread(&lerr, sizeof (lerr), lhs);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c698 litem = buildLvalue(&rl->lhs, &rval, &numItems);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c2406 domainname lhs; // left-hand side of PTR, for comparison local
2413 MakeDomainNameFromDNSNameString(&lhs, mDNS_DomainTypeNames[type]);
2414 AppendDNSNameString (&lhs, "local");
2418 if (SameDomainName(&(*ptr)->ar.resrec.rdata->u.name, d) && SameDomainName((*ptr)->ar.resrec.name, &lhs))
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c322 #define DTRACE_HASHEQ(hash, lhs, rhs) \
323 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \

Completed in 522 milliseconds

123