Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c128 proc->res_type, 1); in printarglist()
166 proc->res_type, 1); in printarglist()
248 if (streq(proc->res_type, "void")) { in printbody()
275 stringfix(proc->res_type), in printbody()
304 stringfix(proc->res_type), in printbody()
326 stringfix(proc->res_type), in printbody()
327 ampr(proc->res_type), in printbody()
341 stringfix(proc->res_type), "", in printbody()
348 if (streq(proc->res_type, "void")) { in printbody()
350 ampr(proc->res_type), RESULT); in printbody()
[all …]
H A Drpc_sample.c101 if (!streq(proc->res_type, "oneway")) { in write_sample_client()
103 if (!streq(proc->res_type, "void")) in write_sample_client()
105 proc->res_type, 1); in write_sample_client()
111 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
163 if (streq(proc->res_type, "oneway")) in write_sample_client()
173 if (streq(proc->res_type, "oneway")) in write_sample_client()
187 if (!streq(proc->res_type, "oneway")) in write_sample_client()
197 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
235 if ((!streq(proc->res_type, "void")) && in write_sample_server()
236 (!streq(proc->res_type, "oneway"))) in write_sample_server()
[all …]
H A Drpc_svcout.c91 ptype(plist->res_prefix, plist->res_type, 1); in internal_proctype()
358 int oneway = streq(proc->res_type, "oneway"); in write_real_program()
385 proc->res_type, 1); in write_real_program()
498 if (streq(proc->res_type, "void") || in write_program()
499 streq(proc->res_type, "oneway")) in write_program()
503 ptype(proc->res_prefix, proc->res_type, 0); in write_program()
567 if (streq(proc->res_type, "oneway")) { in write_program()
571 p_xdrfunc(RESULT, proc->res_type); in write_program()
H A Drpc_hout.c360 ptype(proc->res_prefix, proc->res_type, 1); in pprocdef()
382 int oneway = streq(proc->res_type, "oneway"); in parglist()
400 ptype(proc->res_prefix, proc->res_type, 1); in parglist()
H A Drpc_parse.h139 char *res_type; member
H A Drpc_tblout.c152 printit(proc->res_prefix, proc->res_type); in write_table()
H A Drpc_parse.c312 get_type(&plist->res_prefix, &plist->res_type, in def_program()
314 if (streq(plist->res_type, "opaque")) { in def_program()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c783 rt_to_str(int res_type) in rt_to_str() argument
785 assert(res_type >= RT_MIN && res_type <= RT_MAX); in rt_to_str()
2453 switch (res_type) { in add_property()
3570 switch (res_type) { in remove_property()
3721 switch (res_type) { in clear_property()
4330 res_type = RT_BRAND; in set_func()
4332 res_type = RT_POOL; in set_func()
4338 res_type = RT_SCHED; in set_func()
4340 res_type = RT_IPTYPE; in set_func()
4354 res_type = RT_SHARES; in set_func()
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c148 const char *res_type; in commit_create() local
182 res_type = pool_elem_class_string(src); in commit_create()
183 if ((res = pool_resource_create(conf, res_type, name)) == in commit_create()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c618 rt1_to_str(int res_type) in rt1_to_str() argument
620 assert(res_type >= RT1_MIN && res_type <= RT1_MAX); in rt1_to_str()
621 return (res1_types[res_type]); in rt1_to_str()
626 rt2_to_str(int res_type) in rt2_to_str() argument
628 assert(res_type >= RT2_MIN && res_type <= RT2_MAX); in rt2_to_str()
629 return (res2_types[res_type]); in rt2_to_str()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c2389 datael_setup_iter(scf_iter_t *iter, const scf_datael_t *dp, uint32_t res_type, in datael_setup_iter() argument
2404 iter->iter_type = res_type; in datael_setup_iter()
2409 request.rpr_itertype = res_type; in datael_setup_iter()