Searched refs:error (Results 426 - 450 of 4502) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/kern/
H A Dkern_ktrace.c188 ktrsysret(struct proc *p, register_t code, int error, argument
198 ktp.ktr_error = error;
199 if (error)
228 int count, error; local
258 error = ktrwrite2(p, &kth, &ktp, sizeof(ktp), cp, count);
260 if (error != 0)
318 int error; local
331 error = copyinstr(id, ktp.ktr_id, KTR_USER_MAXIDLEN, NULL);
332 if (error == 0) {
337 error
387 ktrpledge(struct proc *p, int error, uint64_t code, int syscall) argument
405 ktrpinsyscall(struct proc *p, int error, int syscall, vaddr_t addr) argument
432 int error = 0; local
533 int error; local
613 int error; local
634 int error; local
656 int error; local
[all...]
/openbsd-current/sys/nfs/
H A Dnfs_socket.c231 * We do not free the sockaddr if error.
237 int error, rcvreserve, sndreserve; local
247 error = socreate(saddr->sa_family, &nmp->nm_so, nmp->nm_sotype,
249 if (error) {
251 return (error);
274 error = sosetopt(so, IPPROTO_IP, IP_PORTRANGE, mopt);
275 if (error)
285 error = sobind(so, nam, &proc0);
287 if (error)
293 error
415 int error; local
469 int error, soflags, flags; local
533 int error, sotype, rcvflg; local
750 int error; local
866 int i, error = 0; local
1147 int timeo, error; local
1449 int error = 0; local
1594 int flags, error; local
1814 int error; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoff-solib.h65 error("catch of library loads/unloads not yet implemented on this platform")
74 error("catch of library loads/unloads not yet implemented on this platform")
86 error("catch of library loads/unloads not yet implemented on this platform")
108 error("catch of library loads/unloads not yet implemented on this platform")
124 error("catch of library loads/unloads not yet implemented on this platform")
145 error("catch of library loads/unloads not yet implemented on this platform")
164 error("catch of library loads/unloads not yet implemented on this platform")
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drun.c150 error (0, errno, "cannot open %s for reading (prog %s)",
157 error (0, errno, "cannot open %s for writing (prog %s)",
166 error (0, errno, "cannot open %s for writing (prog %s)",
217 error (0, errno, "cannot set egid to gid");
224 error (0, errno, "cannot exec %s", run_argv[0]);
290 error (1, 0, "broken pipe");
363 error (1, 0, "internal error: bad argument to run_print");
380 /* Return value is NULL for error, or if noexec was set. If there was an
381 error, retur
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dbasic_exceptions.t16 like($@, qr{\Q$0\E}, "Our file mention in error message");
29 ok($@->matches('open'), 'Looks like an error from open');
30 ok($@->matches(':io'), 'Looks like an error from :io');
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-tls-host-bad.pl17 qr/syslogd\[\d+\]: loghost .* connection error: /.
H A Dargs-tls-verify.pl18 qr/syslogd: loghost .* connection error: connect failed:/ => 0,
H A Dargs-dropped-udp.pl15 qr/Logging to FORWUDP .* \(dropped send error\)/ => '>=4',
/openbsd-current/sys/dev/i2c/
H A Di2c_exec.c63 int error; local
75 if ((error = iic_initiate_xfer(tag, addr, flags)) != 0)
78 if ((error = iic_write_byte(tag, *cmd++, flags)) != 0)
93 (error = iic_initiate_xfer(tag, addr, flags)) != 0)
98 if ((error = iic_read_byte(tag, buf++, flags)) != 0)
103 (error = iic_initiate_xfer(tag, addr, flags)) != 0)
105 if ((error = iic_write_byte(tag, *buf++, flags)) != 0)
113 return (error);
H A Dds3231.c103 int error; local
105 error = dsxrtc_clock_read(sc, &dt);
106 if (error)
107 return error;
137 int error; local
140 error = iic_exec(sc->sc_tag, I2C_OP_READ_WITH_STOP, sc->sc_addr,
144 if (error) {
157 int error; local
160 error = iic_exec(sc->sc_tag, I2C_OP_WRITE_WITH_STOP, sc->sc_addr,
164 if (error) {
176 int error; local
218 int error; local
[all...]
/openbsd-current/usr.sbin/mtree/
H A Dextern.h42 __dead void error(const char *, ...)
/openbsd-current/usr.sbin/sa/
H A Dusrdb.c52 int error; local
61 error = 0;
69 error = (errno == ENOENT) ? 0 : -1;
70 if (error)
78 error = -1;
85 error = -1;
92 error = -1;
100 error = -1;
105 if (error != 0)
107 return (error);
173 int error, serr, nerr; local
[all...]
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-server-abort.pl10 sndbuf => 2**10, # small buffer triggers error during write
11 # the error message seems to be timing dependent
14 error => 54,
22 errorin => 0, # syscall has read the error and resetted it
/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A DDataTypes.h33 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
38 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
/openbsd-current/sys/ntfs/
H A Dntfs_subr.c105 int error; local
111 error = ntfs_loadntnode(ntmp,ip);
112 if (error) {
115 return (error);
161 int error; local
176 error = ntfs_findvattr(ntmp, ip, &lvap, vapp, type, name, namelen, vcn);
177 if (error >= 0)
178 return (error);
189 error = ntfs_readntvattr_plain(ntmp, ip, lvap, 0, len, alpool, &len,
191 if (error)
260 int error,off; local
534 int error, i; local
835 int error, res, anamelen, fnamelen; local
1140 int error = ENOENT; local
1313 int error; local
1347 int error = 0; local
1476 int error = 0; local
1520 int error = 0; local
1700 int error = 0; local
1740 int error = 0; local
[all...]
/openbsd-current/sys/arch/octeon/dev/
H A Doctboot.c63 int error = 0; local
68 error = ENOENT;
75 error = suser(p);
76 if (error != 0)
78 error = octboot_kexec((struct octboot_kexec_args *)data, p);
82 error = ENOTTY;
86 return error;
101 int argc = 0, error, havesyms = 0, i, nalloc = 0; local
111 error = ENOMEM;
117 error
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dpopen3.c44 goto error;
47 goto error;
50 goto error;
56 goto error;
61 case -1: /* error */
62 goto error;
112 goto error;
120 goto error;
143 error:
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Ddev_net.c91 int error = 0; local
116 error = net_getparams(netdev_sock);
117 if (error) {
122 error = nfs_mount(netdev_sock, rootip, rootpath);
123 if (error) {
124 printf("net_open: NFS mount error=%d\n", error);
129 return (error);
137 return (error);
/openbsd-current/sys/dev/fdt/
H A Dqcsdam.c92 int error; local
94 error = spmi_cmd_read(sc->sc_tag, sc->sc_sid, SPMI_CMD_EXT_READL,
96 if (error) {
97 printf("%s: error reading NVMEM\n", sc->sc_dev.dv_xname);
98 return error;
109 int error; local
111 error = spmi_cmd_write(sc->sc_tag, sc->sc_sid, SPMI_CMD_EXT_WRITEL,
113 if (error) {
114 printf("%s: error reading NVMEM\n", sc->sc_dev.dv_xname);
115 return error;
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp234 uint32_t File::GetPermissions(Status &error) const {
237 error = std::error_code(ENOTSUP, std::system_category());
242 error.SetErrorToErrno();
245 error.Clear();
308 Status error; local
312 error.SetErrorToErrno();
320 error.SetErrorToErrno();
326 error.SetErrorToErrno();
335 return error;
339 Status error; local
453 Status error; local
464 Status error; local
487 Status error; local
546 Status error; local
608 Status error; local
668 Status error; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp211 Status error; local
213 error.SetErrorStringWithFormat("the platform is already connected to '%s', "
217 return error;
221 error.SetErrorString(
223 return error;
243 client_up->Connect(url, &error);
245 if (error.Fail())
246 return error;
248 if (client_up->HandshakeWithServer(&error)) {
266 if (error
273 Status error; local
320 Status error; local
407 DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, Target &target, Status &error) argument
483 Attach( ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Status &error) argument
578 OpenFile(const FileSpec &file_spec, File::OpenOptions flags, uint32_t mode, Status &error) argument
587 CloseFile(lldb::user_id_t fd, Status &error) argument
607 ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Status &error) argument
616 WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, uint64_t src_len, Status &error) argument
792 ConnectToWaitingProcesses(Debugger &debugger, Status &error) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp36 Status &error) const {
39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
50 Status error;
51 error.SetErrorString("no properties");
52 return error;
87 Status error; local
88 error.SetErrorString("empty property list");
89 return error;
/openbsd-current/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.cpp155 Status error; local
182 thread_sp, error);
183 if (error.Fail() || get_thread_item_info_caller == nullptr) {
187 error.AsCString());
222 Status &error) {
234 error.Clear();
239 error.SetErrorString("Not safe to call functions on this thread.");
291 32, ePermissionsReadable | ePermissionsWritable, error);
292 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
341 error
218 GetThreadItemInfo(Thread &thread, tid_t thread_id, addr_t page_to_free, uint64_t page_to_free_size, Status &error) argument
[all...]
H A DAppleGetItemInfoHandler.cpp176 Status error; local
179 thread.shared_from_this(), error);
180 if (error.Fail() || get_item_info_caller == nullptr) {
182 error.AsCString());
220 Status &error) {
232 error.Clear();
237 error.SetErrorString("Not safe to call functions on this thread.");
291 32, ePermissionsReadable | ePermissionsWritable, error);
292 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
339 error
217 GetItemInfo(Thread &thread, uint64_t item, addr_t page_to_free, uint64_t page_to_free_size, Status &error) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DGCStrategy.cpp36 // performance, since there's about to be a fatal error anyway.
44 const std::string error = local
47 report_fatal_error(Twine(error));

Completed in 232 milliseconds

<<11121314151617181920>>