Lines Matching refs:err

18 	int err;  in dprc_get_container_id()  local
26 err = mc_send_command(mc_io, &cmd); in dprc_get_container_id()
27 if (err) in dprc_get_container_id()
28 return err; in dprc_get_container_id()
42 int err; in dprc_open() local
50 err = mc_send_command(mc_io, &cmd); in dprc_open()
51 if (err) in dprc_open()
52 return err; in dprc_open()
82 int err; in dprc_create_container() local
92 err = mc_send_command(mc_io, &cmd); in dprc_create_container()
93 if (err) in dprc_create_container()
94 return err; in dprc_create_container()
143 int err; in dprc_get_attributes() local
151 err = mc_send_command(mc_io, &cmd); in dprc_get_attributes()
152 if (err) in dprc_get_attributes()
153 return err; in dprc_get_attributes()
167 int err; in dprc_get_obj_count() local
175 err = mc_send_command(mc_io, &cmd); in dprc_get_obj_count()
176 if (err) in dprc_get_obj_count()
177 return err; in dprc_get_obj_count()
192 int err; in dprc_get_obj() local
201 err = mc_send_command(mc_io, &cmd); in dprc_get_obj()
202 if (err) in dprc_get_obj()
203 return err; in dprc_get_obj()
218 int err; in dprc_get_res_count() local
229 err = mc_send_command(mc_io, &cmd); in dprc_get_res_count()
230 if (err) in dprc_get_res_count()
231 return err; in dprc_get_res_count()
246 int err; in dprc_get_res_ids() local
255 err = mc_send_command(mc_io, &cmd); in dprc_get_res_ids()
256 if (err) in dprc_get_res_ids()
257 return err; in dprc_get_res_ids()
274 int err; in dprc_get_obj_region() local
283 err = mc_send_command(mc_io, &cmd); in dprc_get_obj_region()
284 if (err) in dprc_get_obj_region()
285 return err; in dprc_get_obj_region()
337 int err; in dprc_get_connection() local
346 err = mc_send_command(mc_io, &cmd); in dprc_get_connection()
347 if (err) in dprc_get_connection()
348 return err; in dprc_get_connection()
362 int err; in dprc_get_api_version() local
369 err = mc_send_command(mc_io, &cmd); in dprc_get_api_version()
370 if (err) in dprc_get_api_version()
371 return err; in dprc_get_api_version()