/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.c | 122 int error; in xchk_setup_xattr() local 130 error = xchk_setup_xattr_buf(sc, XATTR_SIZE_MAX); in xchk_setup_xattr() 131 if (error) in xchk_setup_xattr() 132 return error; in xchk_setup_xattr() 175 int error = 0; in xchk_xattr_listent() local 180 if (xchk_should_terminate(sx->sc, &error)) { in xchk_xattr_listent() 181 context->seen_enough = error; in xchk_xattr_listent() 214 * the error message back to the main scrub function. in xchk_xattr_listent() 216 error = xchk_setup_xattr_buf(sx->sc, valuelen); in xchk_xattr_listent() 217 if (error in xchk_xattr_listent() 467 int error; xchk_xattr_rec() local 536 int error = 0; xchk_xattr_check_sf() local 607 int error = 0; xchk_xattr() local [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | omap4-keypad.c | 179 int error; in omap4_keypad_irq_thread_fn() local 182 error = pm_runtime_resume_and_get(dev); in omap4_keypad_irq_thread_fn() 183 if (error) in omap4_keypad_irq_thread_fn() 206 int error; in omap4_keypad_open() local 208 error = pm_runtime_resume_and_get(dev); in omap4_keypad_open() 209 if (error) in omap4_keypad_open() 210 return error; in omap4_keypad_open() 251 int error; in omap4_keypad_close() local 253 error = pm_runtime_resume_and_get(dev); in omap4_keypad_close() 254 if (error) in omap4_keypad_close() 346 int error; omap4_keypad_probe() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrgload.c | 132 FT_Error error; in pfr_glyph_line_to() local 138 error = FT_THROW( Invalid_Table ); in pfr_glyph_line_to() 143 error = FT_GLYPHLOADER_CHECK_POINTS( loader, 1, 0 ); in pfr_glyph_line_to() 144 if ( !error ) in pfr_glyph_line_to() 156 return error; in pfr_glyph_line_to() 168 FT_Error error; in pfr_glyph_curve_to() local 174 error = FT_THROW( Invalid_Table ); in pfr_glyph_curve_to() 179 error = FT_GLYPHLOADER_CHECK_POINTS( loader, 3, 0 ); in pfr_glyph_curve_to() 180 if ( !error ) in pfr_glyph_curve_to() 197 return error; in pfr_glyph_curve_to() 206 FT_Error error; pfr_glyph_move_to() local 253 FT_Error error = FT_Err_Ok; pfr_glyph_load_simple() local 563 FT_Error error = FT_Err_Ok; pfr_glyph_load_compound() local 728 FT_Error error; pfr_glyph_load_rec() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 237 /* try read returns without an error or *bpp if it lands in a hole */ in __xfs_dir3_free_read() 326 int error; in xfs_dir3_free_get_buf() local 329 error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, fbno), in xfs_dir3_free_get_buf() 331 if (error) in xfs_dir3_free_get_buf() 332 return error; in xfs_dir3_free_get_buf() 404 int /* error */ 410 int error; /* error return value */ in xfs_dir2_leaf_to_node() local 429 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) { in xfs_dir2_leaf_to_node() 430 return error; in xfs_dir2_leaf_to_node() 635 int error; /* error return value */ xfs_dir2_leafn_lookup_for_addname() local 788 int error; /* error return value */ xfs_dir2_leafn_lookup_for_entry() local 1234 int error; xfs_dir3_data_block_free() local 1342 int error; /* error return value */ xfs_dir2_leafn_remove() local 1425 int error; /* error return value */ xfs_dir2_leafn_split() local 1493 int error; /* error return value */ xfs_dir2_leafn_toosmall() local 1693 int error; xfs_dir2_node_add_datablk() local 1808 int error; xfs_dir2_node_find_freeblk() local 1909 int error; /* error return value */ xfs_dir2_node_addname_int() local 2009 int error; /* error return value */ xfs_dir2_node_addname() local 2077 int error; /* error return value */ xfs_dir2_node_lookup() local 2130 int error; /* error return value */ xfs_dir2_node_removename() local 2192 int error; /* error return value */ xfs_dir2_node_replace() local 2285 int error; /* error return code */ xfs_dir2_node_trim_free() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 321 int error = 0; in xfs_blkdev_get() local 326 error = PTR_ERR(*bdevp); in xfs_blkdev_get() 327 xfs_warn(mp, "Invalid device [%s], error=%d", name, error); in xfs_blkdev_get() 330 return error; in xfs_blkdev_get() 392 int error; in xfs_open_devices() local 398 error = xfs_blkdev_get(mp, mp->m_logname, &logdev); in xfs_open_devices() 399 if (error) in xfs_open_devices() 405 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices() 406 if (error) in xfs_open_devices() 467 int error; xfs_setup_devices() local 760 int error; xfs_fs_sync_fs() local 891 int error = 0; xfs_quiesce_attr() local 1019 int error; xfs_init_percpu_counters() local 1417 int flags = 0, error; xfs_fc_fill_super() local 1657 int error; xfs_remount_rw() local 1721 int error; xfs_remount_ro() local 1788 int error; xfs_fc_reconfigure() local 2138 int error; init_xfs_fs() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 237 /* try read returns without an error or *bpp if it lands in a hole */ in __xfs_dir3_free_read() 326 int error; in xfs_dir3_free_get_buf() local 329 error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, fbno), in xfs_dir3_free_get_buf() 331 if (error) in xfs_dir3_free_get_buf() 332 return error; in xfs_dir3_free_get_buf() 404 int /* error */ 410 int error; /* error return value */ in xfs_dir2_leaf_to_node() local 429 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) { in xfs_dir2_leaf_to_node() 430 return error; in xfs_dir2_leaf_to_node() 635 int error; /* error return value */ xfs_dir2_leafn_lookup_for_addname() local 788 int error; /* error return value */ xfs_dir2_leafn_lookup_for_entry() local 1234 int error; xfs_dir3_data_block_free() local 1342 int error; /* error return value */ xfs_dir2_leafn_remove() local 1425 int error; /* error return value */ xfs_dir2_leafn_split() local 1493 int error; /* error return value */ xfs_dir2_leafn_toosmall() local 1693 int error; xfs_dir2_node_add_datablk() local 1808 int error; xfs_dir2_node_find_freeblk() local 1909 int error; /* error return value */ xfs_dir2_node_addname_int() local 2009 int error; /* error return value */ xfs_dir2_node_addname() local 2077 int error; /* error return value */ xfs_dir2_node_lookup() local 2130 int error; /* error return value */ xfs_dir2_node_removename() local 2192 int error; /* error return value */ xfs_dir2_node_replace() local 2285 int error; /* error return code */ xfs_dir2_node_trim_free() local [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/vdso/ |
H A D | gettimeofday.h | 37 register long error asm("a3"); in gettimeofday_fallback() 41 : "=r" (ret), "=r" (error) in gettimeofday_fallback() 48 return error ? -ret : ret; in gettimeofday_fallback() 63 register long error asm("a3"); in clock_gettime_fallback() 67 : "=r" (ret), "=r" (error) in clock_gettime_fallback() 74 return error ? -ret : ret; in clock_gettime_fallback() 89 register long error asm("a3"); in clock_getres_fallback() 93 : "=r" (ret), "=r" (error) in clock_getres_fallback() 100 return error ? -ret : ret; in clock_getres_fallback() 113 register long error as in clock_gettime32_fallback() [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/vdso/ |
H A D | gettimeofday.h | 37 register long error asm("a3"); in gettimeofday_fallback() 41 : "=r" (ret), "=r" (error) in gettimeofday_fallback() 48 return error ? -ret : ret; in gettimeofday_fallback() 63 register long error asm("a3"); in clock_gettime_fallback() 67 : "=r" (ret), "=r" (error) in clock_gettime_fallback() 74 return error ? -ret : ret; in clock_gettime_fallback() 89 register long error asm("a3"); in clock_getres_fallback() 93 : "=r" (ret), "=r" (error) in clock_getres_fallback() 100 return error ? -ret : ret; in clock_getres_fallback() 113 register long error as in clock_gettime32_fallback() [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 86 * @error: 0 if operation allowed else failure error code 88 * Returns: %0 or error on failure 93 kuid_t ouid, const char *info, int error) in aa_audit_file() 105 aad(&sa)->error = error; in aa_audit_file() 108 if (likely(!aad(&sa)->error)) { in aa_audit_file() 135 return aad(&sa)->error; in aa_audit_file() 161 int error; in path_name() local 163 error in path_name() 90 aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument 288 int error; profile_path_perm() local 320 int error; aa_path_perm() local 366 int error; profile_path_link() local 466 int error; aa_path_link() local 516 int flags, error; __file_path_perm() local 565 int error; __file_sock_perm() local 602 int error = 0; aa_file_perm() local [all...] |
H A D | capability.c | 57 * @error: error code returned by test 62 * Returns: 0 or sa->error on success, error code on failure 65 int cap, int error) in audit_caps() 70 aad(sa)->error = error; in audit_caps() 72 if (likely(!error)) { in audit_caps() 85 return error; in audit_caps() 93 return complain_error(error); in audit_caps() 64 audit_caps(struct common_audit_data *sa, struct aa_profile *profile, int cap, int error) audit_caps() argument 117 int error; profile_capable() local 150 int error = 0; aa_capable() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unlz4.c | 35 void (*error) (char *x)) in unlz4() 53 error("NULL output pointer and no flush function provided"); in unlz4() 58 error("Could not allocate output buffer"); in unlz4() 64 error("Both input pointer and fill function provided,"); in unlz4() 69 error("NULL input pointer and missing fill function"); in unlz4() 74 error("Could not allocate input buffer"); in unlz4() 86 error("data corrupted"); in unlz4() 98 error("invalid header"); in unlz4() 112 error("data corrupted"); in unlz4() 144 error("chun in unlz4() [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel-rst.c | 36 int error; in irst_store_wakeup_events() local 40 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events() 41 if (error) in irst_store_wakeup_events() 42 return error; in irst_store_wakeup_events() 80 int error; in irst_store_wakeup_time() local 84 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time() 85 if (error) in irst_store_wakeup_time() 86 return error; in irst_store_wakeup_time() 103 int error; in irst_add() local 105 error in irst_add() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ |
H A D | rst.c | 36 int error; in irst_store_wakeup_events() local 40 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events() 41 if (error) in irst_store_wakeup_events() 42 return error; in irst_store_wakeup_events() 80 int error; in irst_store_wakeup_time() local 84 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time() 85 if (error) in irst_store_wakeup_time() 86 return error; in irst_store_wakeup_time() 103 int error; in irst_add() local 105 error in irst_add() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | capability.c | 57 * @error: error code returned by test 62 * Returns: 0 or ad->error on success, error code on failure 65 int cap, int error) in audit_caps() 72 ad->error = error; in audit_caps() 74 if (likely(!error)) { in audit_caps() 87 return error; in audit_caps() 95 return complain_error(error); in audit_caps() 64 audit_caps(struct apparmor_audit_data *ad, struct aa_profile *profile, int cap, int error) audit_caps() argument 121 int error; profile_capable() local 156 int error = 0; aa_capable() local [all...] |
H A D | file.c | 90 * @error: 0 if operation allowed else failure error code 92 * Returns: %0 or error on failure 98 kuid_t ouid, const char *info, int error) in aa_audit_file() 110 ad.error = error; in aa_audit_file() 113 if (likely(!ad.error)) { in aa_audit_file() 140 return ad.error; in aa_audit_file() 167 int error; in path_name() local 169 error in path_name() 94 aa_audit_file(const struct cred *subj_cred, struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument 256 int error; profile_path_perm() local 290 int error; aa_path_perm() local 339 int error; profile_path_link() local 445 int error; aa_path_link() local 498 int flags, error; __file_path_perm() local 551 int error; __file_sock_perm() local 591 int error = 0; aa_file_perm() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlz4.c | 35 void (*error) (char *x)) in unlz4() 53 error("NULL output pointer and no flush function provided"); in unlz4() 58 error("Could not allocate output buffer"); in unlz4() 64 error("Both input pointer and fill function provided,"); in unlz4() 69 error("NULL input pointer and missing fill function"); in unlz4() 74 error("Could not allocate input buffer"); in unlz4() 86 error("data corrupted"); in unlz4() 98 error("invalid header"); in unlz4() 112 error("data corrupted"); in unlz4() 144 error("chun in unlz4() [all...] |
/third_party/libunwind/libunwind/src/ |
H A D | os-freebsd.c | 55 int mib[3], error; in get_pid_by_tid() local 66 error = sysctl(mib, 3, NULL, &len, NULL, 0); in get_pid_by_tid() 67 if (error == -1) in get_pid_by_tid() 74 error = sysctl(mib, 3, buf, &len, NULL, 0); in get_pid_by_tid() 75 if (error == -1) { in get_pid_by_tid() 95 int mib[4], error, ret; in tdep_get_elf_image() local 106 error = sysctl(mib, 4, NULL, &len, NULL, 0); in tdep_get_elf_image() 107 if (error == -1) { in tdep_get_elf_image() 111 error = sysctl(mib, 4, NULL, &len, NULL, 0); in tdep_get_elf_image() 112 if (error in tdep_get_elf_image() 152 int mib[4], error; tdep_get_exe_image_path() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 352 default: /* any error */ in compress_flush() 647 struct i915_gpu_coredump *error) in err_print_capabilities() 651 intel_device_info_print(&error->device_info, &error->runtime_info, &p); in err_print_capabilities() 652 intel_display_device_info_print(&error->display_device_info, in err_print_capabilities() 653 &error->display_runtime_info, &p); in err_print_capabilities() 654 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities() 758 err_printf(m, "ERROR: 0x%08x\n", gt->error); in err_print_gt_global() 834 struct i915_gpu_coredump *error) in __err_print_to_sgl() 839 if (*error in __err_print_to_sgl() 646 err_print_capabilities(struct drm_i915_error_state_buf *m, struct i915_gpu_coredump *error) err_print_capabilities() argument 833 __err_print_to_sgl(struct drm_i915_error_state_buf *m, struct i915_gpu_coredump *error) __err_print_to_sgl() argument 910 err_print_to_sgl(struct i915_gpu_coredump *error) err_print_to_sgl() argument 947 i915_gpu_coredump_copy_to_buffer(struct i915_gpu_coredump *error, char *buf, loff_t off, size_t rem) i915_gpu_coredump_copy_to_buffer() argument 1027 cleanup_params(struct i915_gpu_coredump *error) cleanup_params() argument 1064 struct i915_gpu_coredump *error = __i915_gpu_coredump_free() local 1936 error_msg(struct i915_gpu_coredump *error) error_msg() argument 1970 capture_gen(struct i915_gpu_coredump *error) capture_gen() argument 1998 struct i915_gpu_coredump *error; i915_gpu_coredump_alloc() local 2085 struct i915_gpu_coredump *error; __i915_gpu_coredump() local 2147 i915_error_state_store(struct i915_gpu_coredump *error) i915_error_state_store() argument 2190 struct i915_gpu_coredump *error; i915_capture_error_state() local 2205 struct i915_gpu_coredump *error; i915_first_error_state() local 2218 struct i915_gpu_coredump *error; i915_reset_error_state() local 2244 struct i915_gpu_coredump *error; intel_klog_error_capture() local [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 230 int error; in sis_ts_handle_packet() local 234 error = sis_read_packet(ts->client, ts->packet, in sis_ts_handle_packet() 236 if (error) in sis_ts_handle_packet() 253 error = sis_ts_report_contact(ts, contact, report_id); in sis_ts_handle_packet() 254 if (error) in sis_ts_handle_packet() 304 int error; in sis_ts_probe() local 315 error = PTR_ERR(ts->attn_gpio); in sis_ts_probe() 316 if (error != -EPROBE_DEFER) in sis_ts_probe() 318 "Failed to get attention GPIO: %d\n", error); in sis_ts_probe() 319 return error; in sis_ts_probe() [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | acl.c | 192 int error; in __ext4_set_acl() local 214 error = ext4_xattr_set_handle(handle, inode, name_index, "", in __ext4_set_acl() 218 if (!error) in __ext4_set_acl() 221 return error; in __ext4_set_acl() 228 int error, credits, retries = 0; in ext4_set_acl() local 233 error = dquot_initialize(inode); in ext4_set_acl() 234 if (error) in ext4_set_acl() 235 return error; in ext4_set_acl() 237 error = ext4_xattr_set_credits(inode, acl_size, false /* is_create */, in ext4_set_acl() 239 if (error) in ext4_set_acl() 277 int error; ext4_init_acl() local [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | acl.c | 195 int error; in __ext4_set_acl() local 217 error = ext4_xattr_set_handle(handle, inode, name_index, "", in __ext4_set_acl() 221 if (!error) in __ext4_set_acl() 224 return error; in __ext4_set_acl() 232 int error, credits, retries = 0; in ext4_set_acl() local 238 error = dquot_initialize(inode); in ext4_set_acl() 239 if (error) in ext4_set_acl() 240 return error; in ext4_set_acl() 242 error = ext4_xattr_set_credits(inode, acl_size, false /* is_create */, in ext4_set_acl() 244 if (error) in ext4_set_acl() 282 int error; ext4_init_acl() local [all...] |
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | adc-joystick.c | 126 int num_axes, error, i; in adc_joystick_set_axes() local 145 error = fwnode_property_read_u32(child, "reg", &i); in adc_joystick_set_axes() 146 if (error) { in adc_joystick_set_axes() 152 error = -EINVAL; in adc_joystick_set_axes() 157 error = fwnode_property_read_u32(child, "linux,code", in adc_joystick_set_axes() 159 if (error) { in adc_joystick_set_axes() 164 error = fwnode_property_read_u32_array(child, "abs-range", in adc_joystick_set_axes() 166 if (error) { in adc_joystick_set_axes() 186 return error; in adc_joystick_set_axes() 194 int error; in adc_joystick_probe() local [all...] |
/third_party/libuv/src/win/ |
H A D | winsock.c | 243 /* It's a windows error that has been previously mapped to an ntstatus in uv__ntstatus_to_winsock_error() 277 DWORD error; in uv__wsarecv_workaround() local 322 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 326 error = WSA_IO_PENDING; in uv__wsarecv_workaround() 330 error = WSAEMSGSIZE; in uv__wsarecv_workaround() 334 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 339 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 344 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 349 error = uv__ntstatus_to_winsock_error(status); in uv__wsarecv_workaround() 353 WSASetLastError(error); in uv__wsarecv_workaround() 372 DWORD error; uv__wsarecvfrom_workaround() local 468 DWORD error; uv__msafd_poll() local [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | winsock.c | 243 /* It's a windows error that has been previously mapped to an ntstatus in uv__ntstatus_to_winsock_error() 277 DWORD error; in uv__wsarecv_workaround() local 322 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 326 error = WSA_IO_PENDING; in uv__wsarecv_workaround() 330 error = WSAEMSGSIZE; in uv__wsarecv_workaround() 334 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 339 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 344 error = ERROR_SUCCESS; in uv__wsarecv_workaround() 349 error = uv__ntstatus_to_winsock_error(status); in uv__wsarecv_workaround() 353 WSASetLastError(error); in uv__wsarecv_workaround() 372 DWORD error; uv__wsarecvfrom_workaround() local 468 DWORD error; uv__msafd_poll() local [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftutil.c | 53 FT_Error error; in FT_BASE_DEF() local 54 FT_Pointer block = ft_mem_qalloc( memory, size, &error ); in FT_BASE_DEF() 56 if ( !error && block && size > 0 ) in FT_BASE_DEF() 59 *p_error = error; in FT_BASE_DEF() 69 FT_Error error = FT_Err_Ok; in FT_BASE_DEF() local 77 error = FT_THROW( Out_Of_Memory ); in FT_BASE_DEF() 82 error = FT_THROW( Invalid_Argument ); in FT_BASE_DEF() 85 *p_error = error; in FT_BASE_DEF() 98 FT_Error error = FT_Err_Ok; in FT_BASE_DEF() local 102 cur_count, new_count, block, &error ); in FT_BASE_DEF() 120 FT_Error error = FT_Err_Ok; FT_BASE_DEF() local 183 FT_Error error; FT_BASE_DEF() local 385 FT_Error error = FT_Err_Ok; FT_EXPORT_DEF() local [all...] |