Searched defs:retvals (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c37 char ***retvals)
90 *retvals = ret_values;
36 __profile_iter_name_value(profile_t profile, char *section, char *key, char ***retvals) argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1835 struct evalue *retvals; local
1870 retvals = MALLOC(sizeof (struct evalue));
1871 retvals->t = NODEPTR;
1872 retvals->v =
1874 return (retvals);
1888 * must count them first before allocating retvals.
1906 retvals = MALLOC(sizeof (struct evalue) * hccount);
1913 retvals[hccount].t = NODEPTR;
1914 retvals[hccount].v = (uintptr_t)
1919 return (retvals);
[all...]

Completed in 50 milliseconds