Searched refs:error_msg (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
[all...]
H A Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dfunc.js99 var error_msg= "";
104 error_msg = addstr(msg_blank_in,field_name);
109 error_msg = addstr(msg_invalid,field_name,Valid_Str);
113 return error_msg;
118 var error_msg= "";
123 error_msg = addstr(msg_blank,field_name);
130 error_msg = addstr(msg_check_invalid,field_name);
132 if (error_msg.length < 2)
138 error_msg = addstr(msg_greater,field_name, min_value);
140 error_msg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c71 const char * error_msg = NULL; local
75 error_msg = "rec_len is smaller than minimal";
77 error_msg = "rec_len % 4 != 0";
79 error_msg = "rec_len is too small for name_len";
81 error_msg = "directory entry across blocks";
84 error_msg = "inode out of bounds";
86 if (error_msg != NULL)
90 dir->i_ino, error_msg, offset,
93 return error_msg == NULL ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c71 const char * error_msg = NULL; local
75 error_msg = "rec_len is smaller than minimal";
77 error_msg = "rec_len % 4 != 0";
79 error_msg = "rec_len is too small for name_len";
81 error_msg = "directory entry across blocks";
84 error_msg = "inode out of bounds";
86 if (error_msg != NULL)
90 dir->i_ino, error_msg, offset,
93 return error_msg == NULL ? 1 : 0;
H A Dextents.c97 const char *error_msg = NULL; local
100 error_msg = "invalid magic";
104 error_msg = "invalid eh_max";
108 error_msg = "invalid eh_entries";
117 inode->i_ino, error_msg, le16_to_cpu(eh->eh_magic),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddevices.c579 const char *error_msg[22]={ variable
625 if ((code & (1 << i)) && error_msg[i])
627 error_msg[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dnamei.c1761 const char *error_msg = NULL; local
1765 error_msg = "rec_len is smaller than minimal";
1767 error_msg = "rec_len % 4 != 0";
1769 error_msg = "rec_len is too small for name_len";
1771 error_msg = "directory entry across blocks";
1773 if (error_msg != NULL)
1776 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg,
1779 return error_msg == NULL ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in47 def error_msg(msg):
184 error_msg("You should check that the avahi daemon is running.\n\nError : %s" % e)

Completed in 162 milliseconds