Home
last modified time | relevance | path

Searched refs:error (Results 2626 - 2650 of 15111) sorted by relevance

1...<<101102103104105106107108109110>>...605

/kernel/linux/linux-6.6/net/rfkill/
H A Dcore.c863 int error; in rfkill_dev_uevent() local
865 error = add_uevent_var(env, "RFKILL_NAME=%s", rfkill->name); in rfkill_dev_uevent()
866 if (error) in rfkill_dev_uevent()
867 return error; in rfkill_dev_uevent()
868 error = add_uevent_var(env, "RFKILL_TYPE=%s", in rfkill_dev_uevent()
870 if (error) in rfkill_dev_uevent()
871 return error; in rfkill_dev_uevent()
876 error = add_uevent_var(env, "RFKILL_STATE=%d", in rfkill_dev_uevent()
878 if (error) in rfkill_dev_uevent()
879 return error; in rfkill_dev_uevent()
1068 int error; rfkill_register() local
1414 int error; rfkill_init() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c212 DBusError error; in message_is_property_get() local
214 dbus_error_init(&error); in message_is_property_get()
221 if (!dbus_message_get_args(m, &error, DBUS_TYPE_STRING, &i, DBUS_TYPE_STRING, &p, DBUS_TYPE_INVALID) || dbus_error_is_set(&error)) { in message_is_property_get()
222 dbus_error_free(&error); in message_is_property_get()
231 DBusError error; in message_is_property_get_all() local
233 dbus_error_init(&error); in message_is_property_get_all()
240 if (!dbus_message_get_args(m, &error, DBUS_TYPE_STRING, &i, DBUS_TYPE_INVALID) || dbus_error_is_set(&error)) { in message_is_property_get_all()
241 dbus_error_free(&error); in message_is_property_get_all()
473 DBusError error; get_mediacontainer2_list_args() local
1036 DBusError error; pa__init() local
1110 DBusError error; pa__done() local
[all...]
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_manager_impl.cpp48 std::string error; in LoadVendorLib() local
52 error = dlerror(); in LoadVendorLib()
53 INTELLIGENT_VOICE_LOGE("load path%{public}s, dlopen err=%{public}s", vendorLibPath, error.c_str()); in LoadVendorLib()
57 (void)dlerror(); // clear existing error in LoadVendorLib()
62 error = dlerror(); in LoadVendorLib()
63 INTELLIGENT_VOICE_LOGE("dlsym GetIntellVoiceEngineManagerHalInst err=%{public}s", error.c_str()); in LoadVendorLib()
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);}
82 static void error(char *m);
91 static void error(char *m);
110 error("ran out of input data"); in fill_inbuf()
142 static void error(char *x) in error() function
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); }
71 static void error(char *m);
82 static void error(char *m);
121 error("ran out of input data"); in fill_inbuf()
151 static void error(char *x) in error() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhead-64.h129 .error "Fixed section exception vector misalignment"; \
132 .error "Fixed section exception vector bad size"; \
135 .error "Fixed section underflow"; \
144 .error "Fixed section overflow"; \
148 .error "Fixed entry overflow"; \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhead-64.h125 .error "Fixed section exception vector misalignment"; \
128 .error "Fixed section exception vector bad size"; \
131 .error "Fixed section underflow"; \
140 .error "Fixed section overflow"; \
144 .error "Fixed entry overflow"; \
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);}
82 static void error(char *m);
91 static void error(char *m);
108 error("ran out of input data"); in fill_inbuf()
140 static void error(char *x) in error() function
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); }
71 static void error(char *m);
82 static void error(char *m);
121 error("ran out of input data"); in fill_inbuf()
151 static void error(char *x) in error() function
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc2007_iio.c110 int error; in tsc2007_iio_configure() local
127 error = devm_iio_device_register(&ts->client->dev, indio_dev); in tsc2007_iio_configure()
128 if (error) { in tsc2007_iio_configure()
130 "iio_device_register() failed: %d\n", error); in tsc2007_iio_configure()
131 return error; in tsc2007_iio_configure()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-clevo-mail.c177 int error = 0; in clevo_mail_led_init() local
196 error = platform_driver_probe(&clevo_mail_led_driver, in clevo_mail_led_init()
198 if (error) { in clevo_mail_led_init()
203 error = PTR_ERR(pdev); in clevo_mail_led_init()
205 return error; in clevo_mail_led_init()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dq40kbd.c112 int error; in q40kbd_probe() local
117 error = -ENOMEM; in q40kbd_probe()
134 error = request_irq(Q40_IRQ_KEYBOARD, q40kbd_interrupt, 0, in q40kbd_probe()
136 if (error) { in q40kbd_probe()
151 return error; in q40kbd_probe()
/kernel/linux/linux-5.10/drivers/pci/
H A Dsyscall.c28 goto error; in SYSCALL_DEFINE5()
33 goto error; in SYSCALL_DEFINE5()
47 goto error; in SYSCALL_DEFINE5()
52 goto error; in SYSCALL_DEFINE5()
68 error: in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport-vxlan.c88 goto error; in vxlan_tnl_create()
97 goto error; in vxlan_tnl_create()
109 goto error; in vxlan_tnl_create()
126 goto error; in vxlan_tnl_create()
131 error: in vxlan_tnl_create()
/kernel/linux/linux-5.10/include/linux/
H A Dnode.h121 int error = 0; in register_one_node() local
128 error = __register_one_node(nid); in register_one_node()
129 if (error) in register_one_node()
130 return error; in register_one_node()
135 return error; in register_one_node()
/kernel/linux/linux-5.10/drivers/zorro/
H A Dzorro-driver.c46 int error = 0; in zorro_device_probe() local
55 error = drv->probe(z, id); in zorro_device_probe()
56 if (error >= 0) { in zorro_device_probe()
58 error = 0; in zorro_device_probe()
61 return error; in zorro_device_probe()
84 * Returns zero or a negative error value.
/kernel/linux/linux-5.10/fs/nfsd/
H A Dflexfilelayout.c27 int error; in nfsd4_ff_proc_layoutget() local
37 error = -ENOMEM; in nfsd4_ff_proc_layoutget()
59 error = nfsd4_set_deviceid(&fl->deviceid, fhp, device_generation); in nfsd4_ff_proc_layoutget()
60 if (error) in nfsd4_ff_proc_layoutget()
76 return nfserrno(error); in nfsd4_ff_proc_layoutget()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dflexfilelayout.c28 int error; in nfsd4_ff_proc_layoutget() local
38 error = -ENOMEM; in nfsd4_ff_proc_layoutget()
60 error = nfsd4_set_deviceid(&fl->deviceid, fhp, device_generation); in nfsd4_ff_proc_layoutget()
61 if (error) in nfsd4_ff_proc_layoutget()
77 return nfserrno(error); in nfsd4_ff_proc_layoutget()
/kernel/linux/linux-6.6/drivers/zorro/
H A Dzorro-driver.c46 int error = 0; in zorro_device_probe() local
55 error = drv->probe(z, id); in zorro_device_probe()
56 if (error >= 0) in zorro_device_probe()
57 error = 0; in zorro_device_probe()
59 return error; in zorro_device_probe()
78 * Returns zero or a negative error value.
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c31 int error; in cedrus_device_run() local
97 error = ctx->current_codec->setup(ctx, &run); in cedrus_device_run()
98 if (error) in cedrus_device_run()
100 "Failed to setup decoding job: %d\n", error); in cedrus_device_run()
108 if (!error) { in cedrus_device_run()
/kernel/linux/linux-6.6/drivers/pci/
H A Dsyscall.c27 goto error; in SYSCALL_DEFINE5()
32 goto error; in SYSCALL_DEFINE5()
46 goto error; in SYSCALL_DEFINE5()
51 goto error; in SYSCALL_DEFINE5()
67 error: in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_sw_fence.h37 int error; member
117 i915_sw_fence_set_error_once(struct i915_sw_fence *fence, int error) in i915_sw_fence_set_error_once() argument
119 if (unlikely(error)) in i915_sw_fence_set_error_once()
120 cmpxchg(&fence->error, 0, error); in i915_sw_fence_set_error_once()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc2007_iio.c110 int error; in tsc2007_iio_configure() local
127 error = devm_iio_device_register(&ts->client->dev, indio_dev); in tsc2007_iio_configure()
128 if (error) { in tsc2007_iio_configure()
130 "iio_device_register() failed: %d\n", error); in tsc2007_iio_configure()
131 return error; in tsc2007_iio_configure()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-clevo-mail.c177 int error = 0; in clevo_mail_led_init() local
196 error = platform_driver_probe(&clevo_mail_led_driver, in clevo_mail_led_init()
198 if (error) { in clevo_mail_led_init()
203 error = PTR_ERR(pdev); in clevo_mail_led_init()
205 return error; in clevo_mail_led_init()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dq40kbd.c109 int error; in q40kbd_probe() local
114 error = -ENOMEM; in q40kbd_probe()
131 error = request_irq(Q40_IRQ_KEYBOARD, q40kbd_interrupt, 0, in q40kbd_probe()
133 if (error) { in q40kbd_probe()
148 return error; in q40kbd_probe()

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...605