Searched refs:evalue (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.h | 60 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 D | config.h | 76 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 D | platform.c | 1155 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 D | eval.h | 38 struct evalue { struct 56 int try, struct evalue *valuep); argument
|
H A D | eval.c | 52 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 D | fme.c | 907 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 D | print.c | 542 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 D | ns_crypt.c | 190 evalue(char *ptr) in evalue() function
|
H A D | ns_internal.h | 783 char *evalue(char *);
|
H A D | ns_config.c | 2666 cp2 = evalue((char *)cp); in __ns_ldap_setParamValue()
|
/titanic_50/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 962 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()
|