Lines Matching refs:r
120 int r = -EINVAL; in kobject_action_args() local
173 r = 0; in kobject_action_args()
175 if (r) in kobject_action_args()
179 return r; in kobject_action_args()
199 int r; in kobject_synth_uevent() local
201 r = kobject_action_type(buf, count, &action, &action_args); in kobject_synth_uevent()
202 if (r) { in kobject_synth_uevent()
208 r = kobject_uevent_env(kobj, action, no_uuid_envp); in kobject_synth_uevent()
212 r = kobject_action_args(action_args, in kobject_synth_uevent()
214 if (r == -EINVAL) { in kobject_synth_uevent()
219 if (r) in kobject_synth_uevent()
222 r = kobject_uevent_env(kobj, action, env->envp); in kobject_synth_uevent()
225 if (r) { in kobject_synth_uevent()
232 return r; in kobject_synth_uevent()