Home
last modified time | relevance | path

Searched refs:evalue (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.h60 struct arrow *arrowp, struct evalue *valuep);
62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
63 int platform_payloadprop(struct node *np, struct evalue *valuep);
64 struct evalue *platform_payloadprop_values(const char *s, int *nvals);
H A Dconfig.h76 struct evalue *valuep);
78 struct evalue *valuep);
79 int config_is_on(struct node *np, struct config *croot, struct evalue *valuep);
81 struct evalue *valuep);
H A Dplatform.c1155 struct evalue value; in arglist2argv()
1303 struct arrow *arrowp, struct evalue *valuep) in platform_call()
1405 struct arrow *arrowp, struct evalue *valuep) in platform_confcall()
1511 platform_payloadprop(struct node *np, struct evalue *valuep) in platform_payloadprop()
1832 struct evalue *
1835 struct evalue *retvals; in platform_payloadprop_values()
1870 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1906 retvals = MALLOC(sizeof (struct evalue) * hccount); in platform_payloadprop_values()
1926 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1936 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
[all …]
H A Deval.h38 struct evalue { struct
56 int try, struct evalue *valuep); argument
H A Deval.c52 static int check_expr_args(struct evalue *lp, struct evalue *rp,
124 struct evalue val; in eval_getname()
167 int try, struct evalue *valuep) in eval_cat()
170 struct evalue lval; in eval_cat()
171 struct evalue rval; in eval_cat()
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func()
221 struct evalue val; in eval_func()
639 struct evalue *payloadvalp; in eval_func()
661 if ((payloadvalp = (struct evalue *)lut_lookup( in eval_func()
709 struct evalue *serdvalp; in eval_func()
[all …]
H A Dfme.c907 struct evalue *evp = (struct evalue *)right; in globals_destructor()
1041 struct evalue *ep; in serd_eval()
1046 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1051 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1056 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1061 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1096 struct evalue *gval; in serd_eval()
1948 struct evalue value; in node2uint()
2257 addpayloadprop(const char *lhs, struct evalue *rhs, nvlist_t *fault) in addpayloadprop()
2870 struct evalue evalue; in publish_suspects() local
[all …]
/titanic_50/usr/src/lib/libcurses/screen/
H A Dprint.c542 char *evalue; in pr_string() local
604 vlen = strlen(evalue = cexpand(value)); in pr_string()
606 vlen = strlen(evalue = iexpand(value)); in pr_string()
665 evalue); in pr_string()
674 evalue); in pr_string()
680 evalue); in pr_string()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_crypt.c190 evalue(char *ptr) in evalue() function
H A Dns_internal.h783 char *evalue(char *);
H A Dns_config.c2666 cp2 = evalue((char *)cp); in __ns_ldap_setParamValue()
/titanic_50/usr/src/lib/libnvpair/
H A Dlibnvpair.c962 char *evalue; in nvpair_value_match_regex() local
981 evalue = value + strcspn(value, " \t"); in nvpair_value_match_regex()
982 if (*evalue) { in nvpair_value_match_regex()
984 *ep = evalue; in nvpair_value_match_regex()