Searched refs:error_type (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dads_status.c37 ret.error_type = ENUM_ADS_ERROR_SYSTEM;
43 ret.error_type = etype;
56 ret.error_type = ENUM_ADS_ERROR_SYSTEM;
61 ret.error_type = etype;
72 switch (status.error_type) {
107 switch (status.error_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Deinj.c335 static u32 error_type; variable
390 *val = error_type;
408 error_type = val;
418 if (!error_type)
421 return einj_error_inject(error_type, error_param1, error_param2);
480 fentry = debugfs_create_file("error_type", S_IRUSR | S_IWUSR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dads.h80 enum ads_error_type error_type; member in struct:__anon5119
85 /* For error_type = ENUM_ADS_ERROR_GSS minor_status describe GSS API error */
104 #define ADS_ERR_OK(status) ((status.error_type == ENUM_ADS_ERROR_NT) ? NT_STATUS_IS_OK(status.err.nt_status):(status.err.rc == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c884 int i, mb_x, mb_y, error, error_type, dc_error, mv_error, ac_error; local
927 for (error_type = 1; error_type <= 3; error_type++) {
934 if (error & (1 << error_type))
936 if (error & (8 << error_type))
940 s->error_status_table[mb_xy] |= 1 << error_type;
998 for (error_type = 1; error_type <= 3; error_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c862 int i, mb_x, mb_y, error, error_type, dc_error, mv_error, ac_error; local
945 for (error_type = 1; error_type <= 3; error_type++) {
952 if (error & (1 << error_type))
954 if (error & (8 << error_type))
958 s->error_status_table[mb_xy] |= 1 << error_type;
1018 for (error_type = 1; error_type <= 3; error_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-raid1.c46 unsigned long error_type; member in struct:mirror
198 * @error_type: one of the enum's, DM_RAID1_*_ERROR
210 static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type) argument
224 if (test_and_set_bit(error_type, &m->error_type))
938 ms->mirror[mirror].error_type = 0;
1343 return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' :
1344 (test_bit(DM_RAID1_WRITE_ERROR, &(m->error_type))) ? 'D' :
1345 (test_bit(DM_RAID1_SYNC_ERROR, &(m->error_type))) ? 'S' :
1346 (test_bit(DM_RAID1_READ_ERROR, &(m->error_type)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_marvel.c1039 char *error_type = NULL; local
1050 error_type = "System Event";
1055 error_type = "System Uncorrectable Error";
1060 error_type = "System Correctable Error";
1117 err_print_prefix, error_type,
1126 err_print_prefix, error_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c42 int error_type; member in struct:err_log_info
618 info.error_type = err_type;
670 *err_type = info.error_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcper.h306 __u8 error_type; member in struct:cper_sec_mem_err
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c265 enum error_type enum
320 enum error_type for state information. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_ads.c133 if (status.error_type == ENUM_ADS_ERROR_SYSTEM &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c371 enum error_type enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads.c1210 if ( rc.error_type == ENUM_ADS_ERROR_LDAP && rc.err.rc == LDAP_ALREADY_EXISTS ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-commands.h580 __le32 error_type; member in struct:iwl_error_resp
H A Diwl-core.c1587 le32_to_cpu(pkt->u.err_resp.error_type),

Completed in 304 milliseconds