Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_clntout.c85 ptype(proc->res_prefix, proc->res_type, 1); in write_program()
114 bool_t oneway = streq(proc->res_type, "oneway"); in printarglist()
128 proc->res_type, 1); in printarglist()
154 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
166 proc->res_type, 1); in printarglist()
195 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
206 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
235 bool_t oneway = streq(proc->res_type, "oneway"); in printbody()
248 if (streq(proc->res_type, "void")) { in printbody()
251 ptype(proc->res_prefix, proc->res_type, 0); 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()
357 int oneway = streq(proc->res_type, "oneway"); in write_real_program()
384 proc->res_type, 1); in write_real_program()
497 if (streq(proc->res_type, "void") || in write_program()
498 streq(proc->res_type, "oneway")) in write_program()
502 ptype(proc->res_prefix, proc->res_type, 0); in write_program()
566 if (streq(proc->res_type, "oneway")) { in write_program()
570 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()
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c757 rt_to_str(int res_type) in rt_to_str() argument
759 assert(res_type >= RT_MIN && res_type <= RT_MAX); in rt_to_str()
760 return (res_types[res_type]); in rt_to_str()
2366 int err, res_type, prop_type; in add_property() local
2370 res_type = resource_scope; in add_property()
2372 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in add_property()
2385 switch (res_type) { in add_property()
2454 zone_perror(rt_to_str(res_type), Z_NO_RESOURCE_TYPE, B_TRUE); in add_property()
3410 int err, res_type, prop_type; in remove_property() local
3415 res_type = resource_scope; in remove_property()
[all …]
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_commit.c150 const char *res_type; in commit_create() local
184 res_type = pool_elem_class_string(src); in commit_create()
185 if ((res = pool_resource_create(conf, res_type, name)) == in commit_create()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c613 rt1_to_str(int res_type) in rt1_to_str() argument
615 assert(res_type >= RT1_MIN && res_type <= RT1_MAX); in rt1_to_str()
616 return (res1_types[res_type]); in rt1_to_str()
621 rt2_to_str(int res_type) in rt2_to_str() argument
623 assert(res_type >= RT2_MIN && res_type <= RT2_MAX); in rt2_to_str()
624 return (res2_types[res_type]); in rt2_to_str()
/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel.c2338 datael_setup_iter(scf_iter_t *iter, const scf_datael_t *dp, uint32_t res_type, in datael_setup_iter() argument
2353 iter->iter_type = res_type; in datael_setup_iter()
2358 request.rpr_itertype = res_type; in datael_setup_iter()