Searched refs:error (Results 626 - 650 of 4558) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h48 int error, long val)
50 regs->gpr[11] = (long) error ?: val;
47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) argument
/linux-master/tools/perf/ui/
H A Dutil.c7 * Default error logging functions
28 .error = perf_stdio__error,
41 ret = perf_eops->error(format, args);
62 * perf_error__register - Register error logging functions
63 * @eops: The pointer to error logging function struct
65 * Register UI-specific error logging functions. Before calling this,
78 * perf_error__unregister - Unregister error logging functions
79 * @eops: The pointer to error logging function struct
81 * Unregister already registered error logging functions.
/linux-master/arch/powerpc/include/asm/
H A Dqspinlock_types.h50 #error "qspinlock does not support such large CONFIG_NR_CPUS"
69 #error "qspinlock does not support such large CONFIG_NR_CPUS"
/linux-master/drivers/base/
H A Ddriver.c46 * Returns: 0 on success or a negative error code on failure.
122 int error = 0; local
129 while (!error && (dev = next_device(&i)))
130 error = fn(dev, data);
132 return error;
179 int error; local
182 error = sysfs_create_file(&drv->p->kobj, &attr->attr);
184 error = -EINVAL;
185 return error;
/linux-master/tools/testing/selftests/sigaltstack/
H A Dcurrent_stack_pointer.h22 #error "implement current_stack_pointer equivalent"
/linux-master/tools/memory-model/scripts/
H A Dsimpletest.sh21 echo ' --- ' error: \"$litmus\" is not a readable file
/linux-master/drivers/scsi/
H A Dmvme147.c94 int error = -ENOMEM; local
116 error = request_irq(MVME147_IRQ_SCSI_PORT, mvme147_intr, 0,
118 if (error)
120 error = request_irq(MVME147_IRQ_SCSI_DMA, mvme147_intr, 0,
122 if (error)
136 error = scsi_add_host(mvme147_shost, NULL);
137 if (error)
147 return error;
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c70 int error = 0; local
80 p = get_options(offsets, 0, &error);
81 if (error == 0 || *p) {
83 error = aggr_add_gpio(aggr, name, U16_MAX, &n);
84 if (error)
92 error = bitmap_parselist(offsets, bitmap, AGGREGATOR_MAX_GPIOS);
93 if (error) {
94 pr_err("Cannot parse %s: %d\n", offsets, error);
99 error = aggr_add_gpio(aggr, name, i, &n);
100 if (error)
199 int error; local
302 int error; local
327 int error; local
503 int error; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dbtree.h13 struct xfs_btree_cur *cur, int level, int *error);
17 struct xfs_btree_cur *cur, int level, int *error);
/linux-master/sound/firewire/digi00x/
H A Ddigi00x.c79 goto error;
83 goto error;
89 goto error;
93 goto error;
97 goto error;
101 goto error;
105 goto error;
108 error:
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h3 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
22 # define __compiletime_error(message) __attribute__((error(message)))
/linux-master/sound/firewire/tascam/
H A Dtascam.c121 goto error;
125 goto error;
129 goto error;
135 goto error;
139 goto error;
143 goto error;
147 goto error;
150 error:
/linux-master/drivers/macintosh/
H A Dmac_hid.c98 int error; local
112 error = input_register_handle(handle);
113 if (error) {
116 "error %d\n", error);
120 error = input_open_device(handle);
121 if (error) {
123 "mac_hid: Failed to open input device, error %d\n",
124 error);
134 return error;
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_overlay.h28 struct intel_overlay_error_state *error);
59 struct intel_overlay_error_state *error)
58 intel_overlay_print_error_state(struct drm_i915_error_state_buf *e, struct intel_overlay_error_state *error) argument
/linux-master/drivers/input/serio/
H A Dmaceps2.c36 #define PS2_STATUS_ERROR_PARITY BIT(6) /* parity error */
37 #define PS2_STATUS_ERROR_FRAMING BIT(7) /* framing error */
167 int error; local
169 error = platform_driver_register(&maceps2_driver);
170 if (error)
171 return error;
175 error = -ENOMEM;
184 error = platform_device_add(maceps2_device);
185 if (error)
194 return error;
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dmem.c3 #include "error.h"
44 error("Cannot accept memory: unknown platform\n");
73 error("Unknown version of unaccepted memory table\n");
/linux-master/drivers/memstick/core/
H A Dms_block.c238 static int msb_exit_state_machine(struct msb_data *msb, int error) argument
243 msb->exit_error = error;
247 if (error)
271 mrq->need_card_int && !mrq->error) {
343 if (mrq->error) {
344 dbg("read_page, unknown error");
345 return msb_exit_state_machine(msb, mrq->error);
448 dbg("read_page: uncorrectable error");
453 dbg("read_page: correctable error");
457 dbg("read_page: INT error, bu
730 int error; local
774 int error; local
826 int error, try; local
862 int try, error; local
951 int error; local
980 int page = 0, error; local
1003 int error, current_try = 1; local
1121 int error, try; local
1261 int i, error = 0; local
1375 int error; local
1537 int page, offset, error; local
1609 int error; local
1652 int error = 0; local
1703 int error = 0, i, raw_size_in_megs; local
1814 int error = 0; local
1854 int error = 0; local
1879 int page, error, len; local
[all...]
/linux-master/fs/gfs2/
H A Dsys.c166 int error, n; local
168 error = kstrtoint(buf, 0, &n);
169 if (error)
170 return error;
177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE);
180 error = freeze_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE);
186 if (error) {
187 fs_warn(sdp, "freeze %d error %d\n", n, error);
188 return error;
202 int error, val; local
223 int error, val; local
242 int error, val; local
262 int error; local
284 int error; local
658 int error; local
727 int error; local
[all...]
/linux-master/tools/testing/selftests/net/lib/
H A Dcsum.c67 #include <error.h>
351 error(1, errno, "socket inet");
358 error(1, errno, "bind dgram 6");
360 error(1, errno, "connect dgram 6");
366 error(1, errno, "bind dgram 4");
368 error(1, errno, "connect dgram 4");
380 error(1, errno, "socket packet");
383 error(1, errno, "setsockopt packet_vnet_ndr");
394 error(1, errno, "write");
396 error(
[all...]
/linux-master/fs/nfsd/
H A Dnfsfh.c59 /* Type check. The correct error return for type mismatches does not seem to be
80 * v4 has an error more specific than err_notdir which we should
163 __be32 error; local
165 error = nfserr_stale;
167 error = nfserr_badhandle;
172 return error;
175 return error;
177 return error;
180 return error;
197 return error;
333 __be32 error; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_ioctl32.c157 /* Return 0 on success or positive error (to xfs_bulkstat()) */
212 int error; local
283 error = xfs_inumbers(&breq, inumbers_func);
288 error = xfs_bulkstat_one(&breq, bs_one_func);
292 error = xfs_bulkstat(&breq, bs_one_func);
295 error = -EINVAL;
297 if (error)
298 return error;
348 int error; local
359 error
371 int error; local
429 int error; local
[all...]
/linux-master/arch/loongarch/lib/
H A DMakefile13 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
/linux-master/kernel/time/
H A Ditimer.c116 int error = do_getitimer(which, &get_buffer); local
118 if (!error && put_itimerval(value, &get_buffer))
119 error = -EFAULT;
120 return error;
145 int error = do_getitimer(which, &get_buffer); local
147 if (!error && put_old_itimerval32(value, &get_buffer))
148 error = -EFAULT;
149 return error;
336 int error; local
339 error
383 int error; local
[all...]
/linux-master/drivers/md/
H A Ddm-rq.c23 blk_status_t error; member in struct:dm_rq_target_io
84 blk_status_t error = clone->bi_status; local
89 if (tio->error)
91 * An error has already been detected on the request.
92 * Once error occurred, just let clone->end_io() handle
96 else if (error) {
98 * Don't notice the error to the upper layer yet.
99 * The error handling decision is made by the target driver,
102 tio->error = error;
157 dm_end_request(struct request *clone, blk_status_t error) argument
204 dm_done(struct request *clone, blk_status_t error, bool mapped) argument
276 dm_complete_request(struct request *rq, blk_status_t error) argument
291 dm_kill_unmapped_request(struct request *rq, blk_status_t error) argument
297 end_clone_request(struct request *clone, blk_status_t error) argument
[all...]
/linux-master/tools/perf/util/
H A Dgenelf.c271 goto error;
280 goto error;
310 goto error;
316 goto error;
329 goto error;
347 goto error;
357 goto error;
363 goto error;
376 goto error;
393 goto error;
[all...]

Completed in 266 milliseconds

<<21222324252627282930>>