Lines Matching refs:err
19 int err; in dprc_get_container_id() local
27 err = mc_send_command(mc_io, &cmd); in dprc_get_container_id()
28 if (err) in dprc_get_container_id()
29 return err; in dprc_get_container_id()
43 int err; in dprc_open() local
51 err = mc_send_command(mc_io, &cmd); in dprc_open()
52 if (err) in dprc_open()
53 return err; in dprc_open()
83 int err; in dprc_create_container() local
93 err = mc_send_command(mc_io, &cmd); in dprc_create_container()
94 if (err) in dprc_create_container()
95 return err; in dprc_create_container()
144 int err; in dprc_get_attributes() local
152 err = mc_send_command(mc_io, &cmd); in dprc_get_attributes()
153 if (err) in dprc_get_attributes()
154 return err; in dprc_get_attributes()
168 int err; in dprc_get_obj_count() local
176 err = mc_send_command(mc_io, &cmd); in dprc_get_obj_count()
177 if (err) in dprc_get_obj_count()
178 return err; in dprc_get_obj_count()
193 int err; in dprc_get_obj() local
202 err = mc_send_command(mc_io, &cmd); in dprc_get_obj()
203 if (err) in dprc_get_obj()
204 return err; in dprc_get_obj()
219 int err; in dprc_get_res_count() local
230 err = mc_send_command(mc_io, &cmd); in dprc_get_res_count()
231 if (err) in dprc_get_res_count()
232 return err; in dprc_get_res_count()
247 int err; in dprc_get_res_ids() local
256 err = mc_send_command(mc_io, &cmd); in dprc_get_res_ids()
257 if (err) in dprc_get_res_ids()
258 return err; in dprc_get_res_ids()
275 int err; in dprc_get_obj_region() local
284 err = mc_send_command(mc_io, &cmd); in dprc_get_obj_region()
285 if (err) in dprc_get_obj_region()
286 return err; in dprc_get_obj_region()
338 int err; in dprc_get_connection() local
347 err = mc_send_command(mc_io, &cmd); in dprc_get_connection()
348 if (err) in dprc_get_connection()
349 return err; in dprc_get_connection()