Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.h59 struct arrow *arrowp, struct evalue *valuep);
61 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
62 int platform_payloadprop(struct node *np, struct evalue *valuep);
63 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.c1157 struct evalue value; in arglist2argv()
1834 struct evalue *
1837 struct evalue *retvals; in platform_payloadprop_values()
1928 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1938 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1948 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1959 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1969 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1980 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
1990 retvals = MALLOC(sizeof (struct evalue)); in platform_payloadprop_values()
[all …]
H A Deval.h36 struct evalue { struct
54 int try, struct evalue *valuep); argument
H A Deval.c53 static int check_expr_args(struct evalue *lp, struct evalue *rp,
125 struct evalue val; in eval_getname()
171 struct evalue lval; in eval_cat()
172 struct evalue rval; in eval_cat()
222 struct evalue val; in eval_func()
824 struct evalue *vals; in eval_func()
1014 struct evalue value; in eval_dup()
1249 struct evalue value; in eval_potential()
1391 struct evalue *gval; in eval_expr()
1392 struct evalue lval; in eval_expr()
[all …]
H A Dfme.c914 struct evalue *evp = (struct evalue *)right; in globals_destructor()
1048 struct evalue *ep; in serd_eval()
1053 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1058 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1063 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1068 if ((ep = (struct evalue *)lut_lookup(sp->serdprops, in serd_eval()
1103 struct evalue *gval; in serd_eval()
1955 struct evalue value; in node2uint()
2888 struct evalue evalue; in publish_suspects() local
2897 NULL, 0, &evalue); in publish_suspects()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c540 char *evalue; in pr_string() local
602 vlen = strlen(evalue = cexpand(value)); in pr_string()
604 vlen = strlen(evalue = iexpand(value)); in pr_string()
663 evalue); in pr_string()
672 evalue); in pr_string()
678 evalue); in pr_string()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c192 evalue(char *ptr) in evalue() function
H A Dns_internal.h788 char *evalue(char *);
H A Dns_config.c2663 cp2 = evalue((char *)cp); in __ns_ldap_setParamValue()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c253 const void *evalue; in gfx_set_colors() local
262 evalue = buf; in gfx_set_colors()
273 evalue = value; in gfx_set_colors()
295 env_setenv(ev->ev_name, flags | EV_NOHOOK, evalue, NULL, NULL); in gfx_set_colors()