Searched refs:error (Results 1 - 25 of 6039) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/
H A Devtloop.h14 #error "wxEventLoop is not implemented for Classic build."
H A Dpopupwin.h2 #error "wxPopupWindow is not supported under this platform."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmerrno.c39 like. it must be in the same order as the error codes! */
42 "No error", "Malloc error", "Block size error", "File open error",
43 "File write error", "File seek error", "File read error",
53 gdbm_strerror(error)
54 gdbm_error error;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmerrno.c39 like. it must be in the same order as the error codes! */
42 "No error", "Malloc error", "Block size error", "File open error",
43 "File write error", "File seek error", "File read error",
53 gdbm_strerror(error)
54 gdbm_error error;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drt3070.h43 #error "For RT3070, you should define the compile flag -DRTMP_USB_SUPPORT"
47 #error "For RT3070, you should define the compile flag -DRTMP_MAC_USB"
51 #error "For RT3070, you should define the compile flag -DRTMP_RF_RW_SUPPORT"
55 #error "For RT3070, you should define the compile flag -DRT30xx"
H A Drt2870.h33 #error "For RT2870, you should define the compile flag -DRTMP_USB_SUPPORT"
37 #error "For RT2870, you should define the compile flag -DRTMP_MAC_USB"
H A Drt3090.h43 #error "For RT3090, you should define the compile flag -DRTMP_PCI_SUPPORT"
47 #error "For RT3090, you should define the compile flag -DRTMP_MAC_PCI"
51 #error "For RT3090, you should define the compile flag -DRTMP_RF_RW_SUPPORT"
55 #error "For RT3090, you should define the compile flag -DRT30xx"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dspinlock.h4 #error "m68k doesn't do SMP yet"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dspinlock.h4 #error "H8/300 doesn't do SMP yet"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dchkconf.h17 # error "wxDirectFB cannot be built without wxUniversal"
21 # error "wxFileConfig is required by wxDFB port"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dchkconf.h20 # error "wxX11 requires wxUSE_PALETTE=1"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dmain.c23 int error; local
25 error = dlm_memory_init();
26 if (error)
29 error = dlm_lockspace_init();
30 if (error)
33 error = dlm_config_init();
34 if (error)
37 error = dlm_register_debugfs();
38 if (error)
41 error
[all...]
H A Drecoverd.c35 int error = -EINTR; local
44 error = 0;
49 return error;
55 int error, neg = 0; local
88 error = dlm_recover_members(ls, rv, &neg);
89 if (error) {
90 log_debug(ls, "recover_members failed %d", error);
100 error = dlm_recover_directory(ls);
101 if (error) {
102 log_debug(ls, "recover_directory failed %d", error);
298 int error = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dconfig1a.h84 # error "invalid RBITS"
87 # error "invalid DDBITS"
90 # error "invalid CLEVEL"
154 # error
157 # error
160 # error
163 # error
166 # error
169 # error
172 # error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-errors.c47 * DBusError error = DBUS_ERROR_INIT;
49 * do_things_with (&error);
55 * DBusError error;
57 * dbus_error_init (&error);
58 * do_things_with (&error);
67 char *name; /**< error name */
68 char *message; /**< error message */
84 * Returns a longer message describing an error name.
85 * If the error name is unknown, returns the name
88 * @param error th
92 message_from_error(const char *error) argument
188 dbus_error_init(DBusError *error) argument
211 dbus_error_free(DBusError *error) argument
243 dbus_set_error_const(DBusError *error, const char *name, const char *message) argument
302 dbus_error_has_name(const DBusError *error, const char *name) argument
329 dbus_error_is_set(const DBusError *error) argument
354 dbus_set_error(DBusError *error, const char *name, const char *format, ...) argument
[all...]
H A Ddbus-uuidgen.c30 #error "dbus-uuidgen should not be needed on Windows"
47 DBusError *error)
55 _DBUS_SET_OOM (error);
62 _DBUS_SET_OOM (error);
79 * @param error error return
80 * @returns #FALSE if error is set
86 DBusError *error)
94 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
95 goto error;
45 return_uuid(DBusGUID *uuid, char **uuid_p, DBusError *error) argument
83 dbus_internal_do_not_use_get_uuid(const char *filename, char **uuid_p, dbus_bool_t create_if_not_found, DBusError *error) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_errno.c15 * Return the last system error, including an error of zero.
30 * we can only call this function if we know an error has occurred, that
34 * Return the last ANSI C "errno" value or EAGAIN if the last error
49 * Return the last network-related error or EAGAIN if the last
50 * error is zero.
64 * Return the last system error or EAGAIN if the last error is zero.
90 * and later's public error returns. If something bad has happened,
101 * Return a string associated with the system error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtest-autolaunch.c15 DBusError error; local
19 dbus_error_init (&error);
21 conn = dbus_bus_get (DBUS_BUS_SESSION, &error);
24 if (dbus_error_is_set (&error))
27 error.message);
28 dbus_error_free (&error);
36 if (dbus_error_is_set (&error) && conn != NULL)
38 fprintf (stderr, "*** Autolaunched session bus, but an error was set!\n");
43 if (!dbus_error_is_set (&error) && conn == NULL)
45 fprintf (stderr, "*** Failed to autolaunch session bus but no error wa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dftrace.h22 #define safe_load(load, src, dst, error) \
26 " li %[" STR(error) "], 0\n" \
30 "3: li %[" STR(error) "], 1\n" \
38 : [dst] "=&r" (dst), [error] "=r" (error)\
44 #define safe_store(store, src, dst, error) \
48 " li %[" STR(error) "], 0\n" \
52 "3: li %[" STR(error) "], 1\n" \
60 : [error] "=r" (error) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dchkconf.h46 error and abort (default as leads to least surprizing behaviour)
95 # error "wxUSE_CRASHREPORT must be defined."
103 # error "wxUSE_DYNLIB_CLASS must be defined."
111 # error "wxUSE_EXCEPTIONS must be defined."
119 # error "wxUSE_FILESYSTEM must be defined."
127 # error "wxUSE_FS_ARCHIVE must be defined."
133 /* don't give an error about this one yet, it's not fully implemented */
140 # error "wxUSE_DYNAMIC_LOADER must be defined."
148 # error "wxUSE_LOG must be defined."
156 # error "wxUSE_LONGLON
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dchkconf.h16 # error "wxUSE_POPUPWIN must be defined to use comboboxes/menus"
26 # error "wxComboBox requires wxListBox in wxUniversal"
37 # error "wxUSE_RADIOBTN requires wxUSE_CHECKBOX in wxUniversal"
48 # error "wxTextCtrl requires wxCaret in wxUniversal"
57 # error "wxTextCtrl requires wxScrollBar in wxUniversal"
69 # error "wxUSE_ALL_THEMES must be defined"
77 # error "wxUSE_THEME_GTK must be defined"
85 # error "wxUSE_THEME_METAL must be defined"
93 # error "wxUSE_THEME_MONO must be defined"
101 # error "wxUSE_THEME_WIN3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation-helper-bin.c36 convert_error_to_exit_code (DBusError *error) argument
38 if (dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY))
41 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CONFIG_INVALID))
44 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SETUP_FAILED))
47 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SERVICE_INVALID))
50 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_PERMISSIONS_INVALID))
53 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_FILE_INVALID))
56 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_EXEC_FAILED))
59 if (dbus_error_has_name (error, DBUS_ERROR_INVALID_ARGS))
62 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CHILD_SIGNALE
74 DBusError error; local
[all...]
H A Dactivation-helper.h28 dbus_bool_t run_launch_helper (const char *bus_name, DBusError *error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c56 static FLAC__bool copy_data_(FILE *fin, FILE *fout, size_t size, const char **error, const char * const read_error, const char * const write_error) argument
63 if(error) *error = read_error;
67 if(error) *error = write_error;
75 static FLAC__bool append_block_(foreign_metadata_t *fm, off_t offset, FLAC__uint32 size, const char **error) argument
85 if(error) *error = "out of memory";
89 static FLAC__bool read_from_aiff_(foreign_metadata_t *fm, FILE *f, const char **error) argument
94 if(error) *erro
174 read_from_wave_(foreign_metadata_t *fm, FILE *f, const char **error) argument
249 write_to_flac_(foreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__Metadata_SimpleIterator *it, const char **error) argument
305 read_from_flac_(foreign_metadata_t *fm, FILE *f, FLAC__Metadata_SimpleIterator *it, const char **error) argument
429 write_to_iff_(foreign_metadata_t *fm, FILE *fin, FILE *fout, off_t offset1, off_t offset2, off_t offset3, const char **error) argument
488 flac__foreign_metadata_read_from_aiff(foreign_metadata_t *fm, const char *filename, const char **error) argument
501 flac__foreign_metadata_read_from_wave(foreign_metadata_t *fm, const char *filename, const char **error) argument
514 flac__foreign_metadata_write_to_flac(foreign_metadata_t *fm, const char *infilename, const char *outfilename, const char **error) argument
546 flac__foreign_metadata_read_from_flac(foreign_metadata_t *fm, const char *filename, const char **error) argument
571 flac__foreign_metadata_write_to_iff(foreign_metadata_t *fm, const char *infilename, const char *outfilename, off_t offset1, off_t offset2, off_t offset3, const char **error) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dspinlock.h14 #error SMP spinlocks not implemented for MN10300

Completed in 97 milliseconds

1234567891011>>