/kernel/linux/linux-6.6/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 348 goto error; in iosf_mbi_block_punit_i2c_access() 368 error: in iosf_mbi_block_punit_i2c_access() 521 dev_err(&pdev->dev, "error: could not enable device\n"); in iosf_mbi_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 211 drm_err_ratelimited(&hv->dev, "Unable to send packet via vmbus; error %d\n", ret); in hyperv_sendpacket() 507 goto error; in hyperv_connect_vsp() 525 error: in hyperv_connect_vsp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/ |
H A D | sched_entity.c | 57 * Returns 0 on success or a negative error code on failure. 144 * drm_sched_entity_error - return error of last scheduled job 147 * Opportunistically return the error of the last scheduled job. Result can 157 r = fence ? fence->error : 0; in drm_sched_entity_error() 254 * waiting, removes the entity from the runqueue and returns an error when the 303 * the entity and signals all jobs with an error code if the process was killed. 403 if (!fence->error && s_fence && s_fence->sched == sched && in drm_sched_entity_add_dependency_cb() 556 * Returns 0 for success, negative error code otherwise.
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 554 goto error; in omap_plane_init() 584 error: in omap_plane_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
H A D | v3d_sched.c | 83 if (unlikely(job->base.base.s_fence->finished.error)) in v3d_bin_job_run() 137 if (unlikely(job->base.base.s_fence->finished.error)) in v3d_render_job_run()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_util.c | 321 * and PTP ioctl do not have a documented error that we could in hv_get_adj_host_time() 593 goto error; in util_probe() 597 error: in util_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 121 * returned an error. in diolan_usb_transfer() 451 goto error; in diolan_u2c_probe() 492 error: in diolan_u2c_probe()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 74 pr_warn("siw: device registration error %d\n", rv); in siw_device_register() 326 goto error; in siw_device_create() 363 error: in siw_device_create()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bio-prison-v1.c | 263 struct dm_bio_prison_cell *cell, blk_status_t error) in dm_cell_error() 272 bio->bi_status = error; in dm_cell_error() 262 dm_cell_error(struct dm_bio_prison *prison, struct dm_bio_prison_cell *cell, blk_status_t error) dm_cell_error() argument
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_fops.c | 261 if (hdl->error) { in saa7146_vv_init() 262 err = hdl->error; in saa7146_vv_init()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-mem.c | 428 goto error; in parse_mem_ops() 443 error: in parse_mem_ops()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | conn_event.c | 32 conn->error = err; in rxrpc_set_conn_aborted() 209 conn->error); in rxrpc_abort_calls()
|
H A D | peer_object.c | 188 if (dst->error) { in rxrpc_assess_MTU_size() 189 _leave(" [route err %d]", dst->error); in rxrpc_assess_MTU_size()
|
/kernel/linux/linux-6.6/sound/soc/sprd/ |
H A D | sprd-pcm-dma.c | 90 goto error; in sprd_pcm_open() 100 error: in sprd_pcm_open()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | charge_reserved_hugetlb.sh | 54 umount /mnt/huge || echo error 73 local error="$3"
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event-info.c | 523 goto error; in get_tracepoints_path() 529 error: in get_tracepoints_path()
|
H A D | time-utils.c | 481 goto error; in perf_time__parse_for_ranges_reltime() 514 error: in perf_time__parse_for_ranges_reltime()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bloom_filter_map.c | 401 if (ctx.skel->bss->error != 0) { in measure() 402 fprintf(stderr, "error (%d) when searching the bloom filter\n", in measure() 403 ctx.skel->bss->error); in measure()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | vmaster.c | 68 goto error; in follower_update() 71 error: in follower_update() 290 * Returns 0 for success or a negative error code. 526 * Return: 0 if successful, or a negative error code
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_vmalloc.c | 246 goto error; in full_fit_alloc_test() 255 error: in full_fit_alloc_test()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse.h | 71 or an error code, which can be tested using FSE_isError() . 87 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */ 88 FSE_PUBLIC_API const char* FSE_getErrorName(size_t code); /* provides error code string (useful for debugging) */ 100 if FSE_isError(return), it's an error code. 188 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()). 202 If there is an error (ex: invalid tableLog value), the function will return an ErrorCode (which can be tested using FSE_isError()). 208 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError(); ex : buffer size too small). 213 If there is an error, both functions will return an ErrorCode (which can be tested using FSE_isError()). 219 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()). 274 If there is an error, th [all...] |
H A D | fse_decompress.c | 47 # error "FSE_FUNCTION_EXTENSION must be defined" 50 # error "FSE_FUNCTION_TYPE must be defined"
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ioam6_iptunnel.c | 370 if (dst->error) { in ioam6_output() 371 err = dst->error; in ioam6_output()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | perf_event.h | 258 PERF_BR_SERROR = 13, /* system error */ 1301 #error "Unknown endianness" 1445 #error "Unknown endianness"
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 64 except Exception as error: 65 raise error 151 self.log.debug("set CurCase error msg as: {}".format(error_msg)) 229 "name": name, "error": "", "cost": 0, "screenshot": shots, 259 builtin_keys = ["name", "error", "cost", "screenshot", "_timestamp"] 264 if k == "error": 315 "set TestMethod error msg as: {}".format(self.error_msg))
|