Home
last modified time | relevance | path

Searched refs:error (Results 576 - 600 of 15055) sorted by relevance

1...<<21222324252627282930>>...603

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_statement_test.cc28 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
37 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
43 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
54 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
71 EXPECT_EQ(p->error(), "1:7: expected ';' for return statement"); in TEST_F()
81 EXPECT_EQ(p->error(), "1:8: expected ';' for return statement"); in TEST_F()
87 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
100 EXPECT_EQ(p->error(), "1:10: expected '}'"); in TEST_F()
106 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
119 EXPECT_EQ(p->error(), " in TEST_F()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfstrace.h81 int error
84 TP_ARGS(inode, error),
87 __field(unsigned long, error)
100 __entry->error = error < 0 ? -error : 0;
112 "error=%ld (%s) fileid=%02x:%02x:%llu fhandle=0x%08x "
115 -__entry->error, show_nfs_status(__entry->error),
140 int error \
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c62 int error; in i8042_set_reset() local
66 error = kstrtobool(val, &reset); in i8042_set_reset()
67 if (error) in i8042_set_reset()
68 return error; in i8042_set_reset()
304 int i, error; in __i8042_command() local
309 error = i8042_wait_write(); in __i8042_command()
310 if (error) in __i8042_command()
311 return error; in __i8042_command()
317 error = i8042_wait_write(); in __i8042_command()
318 if (error) { in __i8042_command()
1158 int error; i8042_dritek_enable() local
1175 int error; i8042_controller_resume() local
1453 int error; i8042_setup_aux() local
1494 int error; i8042_setup_kbd() local
1544 int error; i8042_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtvp7002.c446 int error; in tvp7002_read() local
449 error = i2c_smbus_read_byte_data(c, addr); in tvp7002_read()
451 if (error >= 0) { in tvp7002_read()
452 *dst = (u8)error; in tvp7002_read()
458 v4l2_err(sd, "TVP7002 read error %d\n", error); in tvp7002_read()
459 return error; in tvp7002_read()
463 * tvp7002_read_err() - Read a register value with error code
467 * @err: pointer to error value
469 * Read a value in a register and save error valu
492 int error; tvp7002_write() local
537 int error = 0; tvp7002_write_inittab() local
588 int error = 0; tvp7002_s_ctrl() local
614 int error = 0; tvp7002_query_dv() local
723 int error; tvp7002_s_stream() local
944 int error; tvp7002_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtvp7002.c446 int error; in tvp7002_read() local
449 error = i2c_smbus_read_byte_data(c, addr); in tvp7002_read()
451 if (error >= 0) { in tvp7002_read()
452 *dst = (u8)error; in tvp7002_read()
458 v4l2_err(sd, "TVP7002 read error %d\n", error); in tvp7002_read()
459 return error; in tvp7002_read()
463 * tvp7002_read_err() - Read a register value with error code
467 * @err: pointer to error value
469 * Read a value in a register and save error valu
492 int error; tvp7002_write() local
537 int error = 0; tvp7002_write_inittab() local
588 int error = 0; tvp7002_s_ctrl() local
614 int error = 0; tvp7002_query_dv() local
723 int error; tvp7002_s_stream() local
947 int error; tvp7002_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c62 int error; in i8042_set_reset() local
66 error = kstrtobool(val, &reset); in i8042_set_reset()
67 if (error) in i8042_set_reset()
68 return error; in i8042_set_reset()
304 int i, error; in __i8042_command() local
309 error = i8042_wait_write(); in __i8042_command()
310 if (error) in __i8042_command()
311 return error; in __i8042_command()
317 error = i8042_wait_write(); in __i8042_command()
318 if (error) { in __i8042_command()
1158 int error; i8042_dritek_enable() local
1175 int error; i8042_controller_resume() local
1453 int error; i8042_setup_aux() local
1494 int error; i8042_setup_kbd() local
1544 int error; i8042_probe() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_arithmetic_test.cc118 << p->error() << "\n" in TEST_F()
121 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
137 << p->error() << "\n" in TEST_F()
140 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
156 << p->error() << "\n" in TEST_F()
159 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
175 << p->error() << "\n" in TEST_F()
178 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
194 << p->error() << "\n" in TEST_F()
197 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F()
[all...]
/kernel/linux/linux-6.6/kernel/power/
H A Dswap.c121 * swap pages, so that they can be freed in case of an error.
175 * been allocated, so that it can be freed in case of an error.
230 blk_status_t error; member
238 hb->error = BLK_STS_OK; in hib_init_batch()
253 pr_alert("Read-error on swap-device (%u:%u:%Lu)\n", in hib_end_io()
264 if (bio->bi_status && !hb->error) in hib_end_io()
265 hb->error = bio->bi_status; in hib_end_io()
277 int error = 0; in hib_submit_io() local
295 error = submit_bio_wait(bio); in hib_submit_io()
299 return error; in hib_submit_io()
317 int error; mark_swapfiles() local
453 int error = 0; swap_write_page() local
498 swap_writer_finish(struct swap_map_handle *handle, unsigned int flags, int error) swap_writer_finish() argument
916 int error; swsusp_write() local
973 int error; get_swap_reader() local
1020 int error; swap_read_page() local
1484 int error; swsusp_read() local
1523 int error; swsusp_check() local
1588 int error; swsusp_unmark() local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dsx8654.c263 int error; in sx8654_open() local
266 error = i2c_smbus_write_byte_data(client, I2C_REG_TOUCH0, in sx8654_open()
268 if (error) { in sx8654_open()
270 return error; in sx8654_open()
273 error = i2c_smbus_write_byte(client, CMD_PENTRG); in sx8654_open()
274 if (error) { in sx8654_open()
276 return error; in sx8654_open()
288 int error; in sx8654_close() local
296 error = i2c_smbus_write_byte(client, sx8654->data->cmd_manual); in sx8654_close()
297 if (error) { in sx8654_close()
314 int error; sx8654_probe() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddabtree.c33 int *error) in xchk_da_process_error()
37 if (*error == 0) in xchk_da_process_error()
40 switch (*error) { in xchk_da_process_error()
43 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error); in xchk_da_process_error()
49 *error = 0; in xchk_da_process_error()
55 *error, __return_address); in xchk_da_process_error()
226 int error; in xchk_da_btree_block_check_sibling() local
235 error = xfs_da3_path_shift(ds->state, altpath, direction, in xchk_da_btree_block_check_sibling()
237 if (error == 0 && retval == 0) in xchk_da_btree_block_check_sibling()
239 error in xchk_da_btree_block_check_sibling()
30 xchk_da_process_error( struct xchk_da_btree *ds, int level, int *error) xchk_da_process_error() argument
283 int error = 0; xchk_da_btree_block_check_siblings() local
325 int error = 0; xchk_da_btree_block() local
482 int error; xchk_da_btree() local
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Dresources.c181 int error = 0; in fetch_stats() local
187 error = copy_to_user(arg, &tmp, sizeof(tmp)); in fetch_stats()
188 if (zero && !error) { in fetch_stats()
193 return error ? -EFAULT : 0; in fetch_stats()
198 int error, len, size = 0; in atm_getnames() local
223 error = ((copy_to_user(buf, tmp_buf, size)) || in atm_getnames()
227 return error; in atm_getnames()
233 int error, len, size = 0; in atm_dev_ioctl() local
248 error = -EFAULT; in atm_dev_ioctl()
255 error in atm_dev_ioctl()
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddabtree.c33 int *error) in xchk_da_process_error()
37 if (*error == 0) in xchk_da_process_error()
40 switch (*error) { in xchk_da_process_error()
44 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error); in xchk_da_process_error()
50 *error = 0; in xchk_da_process_error()
56 *error, __return_address); in xchk_da_process_error()
227 int error; in xchk_da_btree_block_check_sibling() local
236 error = xfs_da3_path_shift(ds->state, altpath, direction, in xchk_da_btree_block_check_sibling()
238 if (error == 0 && retval == 0) in xchk_da_btree_block_check_sibling()
240 error in xchk_da_btree_block_check_sibling()
30 xchk_da_process_error( struct xchk_da_btree *ds, int level, int *error) xchk_da_process_error() argument
284 int error = 0; xchk_da_btree_block_check_siblings() local
326 int error = 0; xchk_da_btree_block() local
483 int error; xchk_da_btree() local
[all...]
/kernel/linux/linux-6.6/net/atm/
H A Dresources.c179 int error = 0; in fetch_stats() local
185 error = copy_to_user(arg, &tmp, sizeof(tmp)); in fetch_stats()
186 if (zero && !error) { in fetch_stats()
191 return error ? -EFAULT : 0; in fetch_stats()
196 int error, len, size = 0; in atm_getnames() local
220 error = ((copy_to_user(buf, tmp_buf, size)) || in atm_getnames()
224 return error; in atm_getnames()
230 int error, len, size = 0; in atm_dev_ioctl() local
245 error = -EFAULT; in atm_dev_ioctl()
252 error in atm_dev_ioctl()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c47 FT_Error error = FT_Err_Ok; in ft_smooth_transform() local
52 error = FT_THROW( Invalid_Argument ); in ft_smooth_transform()
63 return error; in ft_smooth_transform()
132 FT_Error error = FT_Err_Ok; in ft_smooth_raster_lcd() local
163 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
166 if ( error ) in ft_smooth_raster_lcd()
173 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
176 if ( error ) in ft_smooth_raster_lcd()
183 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
190 return error; in ft_smooth_raster_lcd()
199 FT_Error error = FT_Err_Ok; ft_smooth_raster_lcdv() local
275 FT_Error error = FT_Err_Ok; ft_smooth_raster_lcd() local
307 FT_Error error = FT_Err_Ok; ft_smooth_raster_lcdv() local
372 FT_Error error = FT_Err_Ok; ft_smooth_raster_overlap() local
433 FT_Error error = FT_Err_Ok; ft_smooth_render() local
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Disa.c117 int error; in isa_register_driver() local
123 error = driver_register(&isa_driver->driver); in isa_register_driver()
124 if (error) in isa_register_driver()
125 return error; in isa_register_driver()
132 error = -ENOMEM; in isa_register_driver()
148 error = device_register(&isa_dev->dev); in isa_register_driver()
149 if (error) { in isa_register_driver()
161 if (!error && !isa_driver->devices) in isa_register_driver()
162 error = -ENODEV; in isa_register_driver()
164 if (error) in isa_register_driver()
173 int error; isa_bus_init() local
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dmain.c75 * Returns: 0 on success, error code on failure
80 int error; in init_gfs2_fs() local
86 error = gfs2_sys_init(); in init_gfs2_fs()
87 if (error) in init_gfs2_fs()
88 return error; in init_gfs2_fs()
90 error = list_lru_init(&gfs2_qd_lru); in init_gfs2_fs()
91 if (error) in init_gfs2_fs()
94 error = gfs2_glock_init(); in init_gfs2_fs()
95 if (error) in init_gfs2_fs()
98 error in init_gfs2_fs()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-axff.c71 int error; in axff_init() local
105 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
106 if (error) in axff_init()
118 return error; in axff_init()
129 int error; in ax_probe() local
133 error = hid_parse(hdev); in ax_probe()
134 if (error) { in ax_probe()
136 return error; in ax_probe()
139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ax_probe()
140 if (error) { in ax_probe()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dmain.c73 * Returns: 0 on success, error code on failure
78 int error; in init_gfs2_fs() local
84 error = gfs2_sys_init(); in init_gfs2_fs()
85 if (error) in init_gfs2_fs()
86 return error; in init_gfs2_fs()
88 error = list_lru_init(&gfs2_qd_lru); in init_gfs2_fs()
89 if (error) in init_gfs2_fs()
92 error = gfs2_glock_init(); in init_gfs2_fs()
93 if (error) in init_gfs2_fs()
96 error in init_gfs2_fs()
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Disa.c115 int error; in isa_register_driver() local
121 error = driver_register(&isa_driver->driver); in isa_register_driver()
122 if (error) in isa_register_driver()
123 return error; in isa_register_driver()
130 error = -ENOMEM; in isa_register_driver()
146 error = device_register(&isa_dev->dev); in isa_register_driver()
147 if (error) { in isa_register_driver()
156 if (!error && !isa_driver->devices) in isa_register_driver()
157 error = -ENODEV; in isa_register_driver()
159 if (error) in isa_register_driver()
168 int error; isa_bus_init() local
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-riscv.c130 int error; in riscv_timer_init_common() local
147 error = clocksource_register_hz(&riscv_clocksource, riscv_timebase); in riscv_timer_init_common()
148 if (error) { in riscv_timer_init_common()
149 pr_err("RISCV timer registration failed [%d]\n", error); in riscv_timer_init_common()
150 return error; in riscv_timer_init_common()
155 error = request_percpu_irq(riscv_clock_event_irq, in riscv_timer_init_common()
158 if (error) { in riscv_timer_init_common()
159 pr_err("registering percpu irq failed [%d]\n", error); in riscv_timer_init_common()
160 return error; in riscv_timer_init_common()
168 error in riscv_timer_init_common()
180 int cpuid, error; riscv_timer_init_dt() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-axff.c71 int error; in axff_init() local
105 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
106 if (error) in axff_init()
118 return error; in axff_init()
129 int error; in ax_probe() local
133 error = hid_parse(hdev); in ax_probe()
134 if (error) { in ax_probe()
136 return error; in ax_probe()
139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ax_probe()
140 if (error) { in ax_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dariel-pwrbutton.c54 int error; in ec_input_interrupt() local
57 error = ec_input_read(priv, &response); in ec_input_interrupt()
58 if (error < 0) { in ec_input_interrupt()
59 dev_err(&spi->dev, "EC read failed: %d\n", error); in ec_input_interrupt()
99 int error; in ariel_pwrbutton_probe() local
119 error = input_register_device(priv->input); in ariel_pwrbutton_probe()
120 if (error) { in ariel_pwrbutton_probe()
121 dev_err(&spi->dev, "error registering input device: %d\n", error); in ariel_pwrbutton_probe()
122 return error; in ariel_pwrbutton_probe()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_file.c74 int error; in xfs_update_prealloc_flags() local
76 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid, in xfs_update_prealloc_flags()
78 if (error) in xfs_update_prealloc_flags()
79 return error; in xfs_update_prealloc_flags()
150 int error = 0; in xfs_fsync_flush_log() local
156 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
164 return error; in xfs_fsync_flush_log()
176 int error = 0; in xfs_file_fsync() local
181 error = file_write_and_wait_range(file, start, end); in xfs_file_fsync()
182 if (error) in xfs_file_fsync()
338 ssize_t error = 0; xfs_file_aio_write_checks() local
419 xfs_dio_write_end_io( struct kiocb *iocb, ssize_t size, int error, unsigned flags) xfs_dio_write_end_io() argument
624 ssize_t ret, error = 0; xfs_file_dax_write() local
814 int error; xfs_break_layouts() local
852 long error; xfs_file_fallocate() local
1159 int error; xfs_dir_open() local
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dapparmorfs.c169 int error; in apparmorfs_fill_super() local
171 error = simple_fill_super(sb, AAFS_MAGIC, files); in apparmorfs_fill_super()
172 if (error) in apparmorfs_fill_super()
173 return error; in apparmorfs_fill_super()
268 int error; in aafs_create() local
276 error = simple_pin_fs(&aafs_ops, &aafs_mnt, &aafs_count); in aafs_create()
277 if (error) in aafs_create()
278 return ERR_PTR(error); in aafs_create()
285 error = PTR_ERR(dentry); in aafs_create()
290 error in aafs_create()
416 ssize_t error; policy_update() local
444 int error = policy_update(AA_MAY_LOAD_POLICY, buf, size, pos, ns); profile_load() local
461 int error = policy_update(AA_MAY_LOAD_POLICY | AA_MAY_REPLACE_POLICY, profile_replace() local
479 ssize_t error; profile_remove() local
1048 int error = single_open(file, show, proxy); seq_profile_open() local
1226 int error; seq_rawdata_open() local
1300 int error; deflate_decompress() local
1359 int error; rawdata_open() local
1578 int error; gen_symlink_name() local
1673 int error; __aafs_profile_mkdir() local
1787 int error; ns_mkdir_op() local
1836 int error; ns_rmdir_op() local
2007 int error; __aafs_ns_mkdir() local
2408 int error = 0; entry_create_file() local
2434 int error; entry_create_dir() local
2509 int error = simple_pin_fs(parent->d_sb->s_type, &mount, &count); aa_mk_null_file() local
2553 int error; policy_get_link() local
2599 int error; aa_create_aafs() local
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c312 FT_Error error = FT_Err_Ok; in _bdf_list_ensure() local
325 error = FT_THROW( Out_Of_Memory ); in _bdf_list_ensure()
338 return error; in _bdf_list_ensure()
418 FT_Error error = FT_Err_Ok; in _bdf_list_split() local
438 /* this, so an error is signaled. */ in _bdf_list_split()
441 error = FT_THROW( Invalid_Argument ); in _bdf_list_split()
470 error = _bdf_list_ensure( list, list->used + 1 ); in _bdf_list_split()
471 if ( error ) in _bdf_list_split()
499 error = _bdf_list_ensure( list, list->used + final_empty + 1 ); in _bdf_list_split()
500 if ( error ) in _bdf_list_split()
529 FT_Error error = FT_Err_Ok; _bdf_readstream() local
849 FT_Error error = FT_Err_Ok; bdf_create_property() local
953 FT_Error error = FT_Err_Ok; _bdf_add_comment() local
984 FT_Error error = FT_Err_Ok; _bdf_set_default_spacing() local
1118 FT_Error error = FT_Err_Ok; _bdf_add_property() local
1305 FT_Error error = FT_Err_Ok; _bdf_parse_glyphs() local
1783 FT_Error error = FT_Err_Ok; _bdf_parse_properties() local
1887 FT_Error error = FT_Err_Ok; _bdf_parse_start() local
2183 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
[all...]

Completed in 20 milliseconds

1...<<21222324252627282930>>...603