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

1234567891011>>

/src/sys/arch/next68k/include/
H A Dbus_dma.h2 #error "this file was replaced by m68k/include/bus_dma.h"
/src/tests/usr.bin/xlint/lint1/
H A Dmsg_224.c8 /* expect+1: error: syntax error 'error' [249] */
9 void example1(void) { "syntax" error; }
10 /* expect+1: error: syntax error 'error' [249] */
11 void example2(void) { "syntax" error; }
12 /* expect+1: error: syntax error 'erro
[all...]
/src/sys/rump/include/rump/
H A Drumperr.h10 rump_strerror(int error) argument
13 switch (error) {
15 return "No error: zero, zip, zilch, none!";
25 return "Input/output error";
31 return "Exec format error";
175 return "Authentication error";
207 return "Protocol error";
209 return "Invalid error!";
/src/sys/compat/common/
H A Dcompat_43_mod.c52 int error; local in function:compat_43_init
54 error = kern_exit_43_init();
55 if (error != 0)
56 return error;
58 error = kern_info_43_init();
59 if (error != 0)
62 error = kern_resource_43_init();
63 if (error != 0)
66 error = kern_sig_43_init();
67 if (error !
115 int error; local in function:compat_43_fini
[all...]
H A Dcompat_12_mod.c56 int error; local in function:compat_12_init
58 error = kern_xxx_12_init();
59 if (error != 0)
60 return error;
62 error = vm_12_init();
63 if (error != 0) {
65 return error;
68 error = vfs_syscalls_12_init();
69 if (error != 0) {
72 return error;
81 int error; local in function:compat_12_fini
[all...]
H A Dcompat_30_mod.c58 int error = 0; local in function:compat_30_init
60 error = vfs_syscalls_30_init();
61 if (error != 0)
62 return error;
64 error = kern_time_30_init();
65 if (error != 0) {
67 return error;
69 error = uipc_syscalls_30_init();
70 if (error != 0) {
73 return error;
85 int error = 0; local in function:compat_30_fini
[all...]
H A Dcompat_100_mod.c52 int error; local in function:compat_100_init
54 error = kern_event_100_init();
55 if (error)
56 return error;
63 int error; local in function:compat_100_fini
65 error = kern_event_100_fini();
66 if (error)
67 return error;
/src/sys/stand/efiboot/
H A Ddevopen.c36 int error; local in function:devopen
38 error = efi_net_open(f, fname, file);
39 if (error)
46 if (error)
47 error = efi_block_open(f, fname, file);
48 if (error)
49 error = efi_file_open(f, fname);
51 return error;
/src/sys/arch/hpc/stand/hpcboot/menu/
H A Dplatid.c4 #error "compile with UNICODE"
/src/lib/libc/stdio/
H A Dfloatio.h54 #error "floating point buffers too small"
/src/sys/rump/net/lib/libtap/
H A Dtap_component.c44 int error; local in function:RUMP_COMPONENT
46 error = devsw_attach("tap", NULL, &tap_bmajor,
48 if (error != 0)
49 panic("tap devsw attach failed: %d", error);
51 error = rump_vfs_makeonedevnode(S_IFCHR, "/dev/tap", tap_cmajor,
53 if (error != 0)
54 panic("cannot create tap device node: %d", error);
56 error = rump_vfs_makedevnodes(S_IFCHR, "/dev/tap", '0', tap_cmajor,
58 if (error != 0)
59 panic("cannot create tap[0-4] device node: %d", error);
[all...]
/src/sys/rump/net/lib/libtun/
H A Dtun_component.c45 int error; local in function:RUMP_COMPONENT
47 error = devsw_attach("tun", NULL, &tun_bmajor,
49 if (error != 0)
50 panic("tun devsw attach failed: %d", error);
52 error = rump_vfs_makeonedevnode(S_IFCHR, "/dev/tun", tun_cmajor,
54 if (error != 0)
55 panic("cannot create tun device node: %d", error);
57 error = rump_vfs_makedevnodes(S_IFCHR, "/dev/tun", '0', tun_cmajor,
59 if (error != 0)
60 panic("cannot create tun[0-4] device node: %d", error);
[all...]
/src/sys/external/bsd/drm2/linux/
H A Dlinux_module.c58 int error; local in function:linux_init
60 error = linux_idr_module_init();
61 if (error) {
62 printf("linux: unable to initialize idr: %d\n", error);
66 error = linux_kmap_init();
67 if (error) {
68 printf("linux: unable to initialize kmap: %d\n", error);
72 error = linux_rcu_gc_init();
73 if (error) {
74 printf("linux: unable to initialize rcu gc: %d\n", error);
[all...]
/src/sys/external/bsd/drm2/i915drm/
H A Di915_module.c64 int error; local in function:i915drmkms_init
66 error = drm_guarantee_initialized();
67 if (error)
68 return error;
71 error = -i915_globals_init();
72 if (error)
73 return error;
111 int error; local in function:i915drmkms_modcmd
117 error = i915drmkms_init();
119 error
[all...]
/src/sys/external/bsd/drm2/nouveau/
H A Dnouveau_module.c72 int error; local in function:nouveau_modcmd
76 error = nouveau_init();
77 if (error) {
79 error);
80 return error;
83 error = config_init_component(cfdriver_ioconf_nouveau,
85 if (error) {
87 ": %d\n", error);
89 return error;
96 error
[all...]
/src/sys/rump/dev/lib/libaudio/
H A Daudio_component.c46 int error; local in function:RUMP_COMPONENT
48 if ((error = devsw_attach("audio", NULL, &audio_bmajor,
50 panic("audio devsw attach failed: %d", error);
51 if ((error = rump_vfs_makedevnodes(S_IFCHR, "/dev/audio", '0',
53 panic("cannot create audio device nodes: %d", error);
54 if ((error = rump_vfs_makesymlink("audio0", "/dev/audio")) != 0)
55 panic("cannot create audio symlink: %d", error);
56 if ((error = rump_vfs_makedevnodes(S_IFCHR, "/dev/sound", '0',
58 panic("cannot create sound device nodes: %d", error);
59 if ((error
[all...]
/src/sys/net/
H A Dif_module.h32 error = config_cfdriver_attach(& name ## _cd); \
33 if (error) { \
35 "%s, error %d\n", __func__, name ## _cd.cd_name,\
36 error); \
41 error = config_cfdriver_detach(&name ## _cd); \
42 if (error) { \
44 "error %d\n", __func__, name ## _cd.cd_name, \
45 error); \
60 int error = 0; \
74 error
[all...]
/src/sys/arch/evbppc/stand/wii/
H A Ddevopen.c36 int error; local in function:devopen
38 error = sdmmc_open(f, fname, file);
40 return error;
/src/sys/arch/hpc/stand/include/machine/
H A Dint_const.h10 #error "unknown architecture"
H A Dint_fmtio.h10 #error "unknown architecture"
H A Dint_limits.h10 #error "unknown architecture"
H A Dint_mwgwtypes.h10 #error "unknown architecture"
H A Dint_types.h10 #error "unknown architecture"
/src/sys/external/bsd/drm2/radeon/
H A Dradeon_module.c63 int error; local in function:radeon_init
65 error = drm_guarantee_initialized();
66 if (error)
67 return error;
100 int error; local in function:radeon_modcmd
106 error = radeon_init();
108 error = radeon_guarantee_initialized();
110 if (error) {
112 error);
113 return error;
[all...]
/src/sys/external/bsd/drm2/via/
H A Dvia_module.c55 int error; local in function:viadrm_init
59 error = drm_guarantee_initialized();
60 if (error)
61 return error;
87 int error; local in function:viadrmums_modcmd
92 error = viadrm_init();
94 error = viadrm_guarantee_initialized();
96 if (error) {
98 error);
99 return error;
[all...]

Completed in 21 milliseconds

1234567891011>>