Searched refs:retcode (Results 26 - 50 of 134) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dthread5.c39 int retcode; local
47 retcode = pthread_create (&th_a, NULL, process, NULL);
48 if (retcode != 0)
72 retcode = pthread_join (th_a, &retval);
73 if (retcode != 0)
H A Dsig12.c27 int retcode; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-bp_permanent.exp54 set retcode [gdb_test_multiple "disassemble $function" "disassemble function '$function'" {
61 if {$retcode != 0} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-bp_permanent.exp54 set retcode [gdb_test_multiple "disassemble $function" "disassemble function '$function'" {
61 if {$retcode != 0} {
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_agpsupport.c157 int retcode; local
162 retcode = agp_acquire(dev->agp->agpdev);
163 if (retcode)
164 return retcode;
255 int retcode; local
260 retcode = drm_agp_alloc(dev, &request);
265 return retcode;
282 int retcode; local
292 retcode = drm_agp_unbind_memory(entry->handle);
295 if (retcode
305 int retcode; local
319 int retcode; local
346 int retcode; local
391 int retcode; local
[all...]
H A Ddrm_sysctl.c167 drm_sysctl_out(oldp, oldlenp, &len, y, z, &error, &retcode);
221 retcode = SYSCTL_OUT(req, buf, strlen(buf)); \
222 if (retcode) \
236 int retcode; variable
262 return retcode;
279 int retcode; variable
324 return retcode;
341 int retcode; variable
387 return retcode;
401 int retcode; variable
[all...]
H A Ddrm_drv.c585 int i, retcode; local
609 retcode = -dev->driver->load(dev,
616 if (retcode != 0)
628 retcode = ENOMEM;
639 retcode = drm_ctxbitmap_init(dev);
640 if (retcode != 0) {
683 return retcode;
702 int __unused retcode; local
704 retcode = drm_mtrr_del(0,
707 DRM_DEBUG("mtrr_del = %d", retcode);
787 int retcode = 0; local
825 int retcode = 0; local
964 int retcode = 0; local
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dno_diff.c33 int retcode = 0; local
58 retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, NULL, NULL, options,
60 if (retcode == 0)
/netbsd-current/usr.sbin/sysinst/
H A Dupgrade.c58 int retcode = 0; local
115 process_menu(MENU_distset, &retcode);
116 if (retcode == 0)
203 int retcode = 0; local
224 process_menu(MENU_distset, &retcode);
225 if (retcode == 0)
/netbsd-current/external/bsd/unbound/dist/winrc/
H A Danchor-update.c137 int retcode = 1; local
145 if(r == 0) retcode = 0;
151 return retcode;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsig12.c27 int retcode; local
/netbsd-current/sbin/raidctl/
H A Drf_configure.c144 int numscanned, val, c, retcode, aa, bb, cc; local
160 retcode = -1;
183 retcode = -1;
261 retcode = -1;
272 retcode = -1;
299 retcode = -1;
319 retcode = -1;
325 retcode = -1;
334 retcode = -1;
341 retcode
[all...]
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_machdep.h84 unsigned int retcode[3]; member in struct:linux_sigframe
90 unsigned int retcode[3]; member in struct:linux_rt_sigframe
/netbsd-current/sys/dev/raidframe/
H A Drf_compat32.c130 int retcode; local
137 retcode = rf_get_info(raidPtr, d_cfg);
138 if (retcode == 0) {
139 retcode = copyout(d_cfg, ucfgp, sizeof(*d_cfg));
142 return retcode;
H A Drf_dagfuncs.c415 int i, retcode; local
417 retcode = 0;
425 retcode = rf_XorIntoBuffer(raidPtr, (RF_PhysDiskAddr_t *) node->params[i].p,
434 rf_GenericWakeupFunc(node, retcode); /* call wake func
443 int i, retcode = 0; local
456 retcode = rf_bxor((char *) node->params[i + 1].p, (char *) node->results[0],
465 rf_GenericWakeupFunc(node, retcode); /* call wake func
482 int i, retcode = 0; local
501 retcode = rf_bxor(srcbuf, destbuf, rf_RaidAddressToByte(raidPtr, pda->numSector));
509 rf_GenericWakeupFunc(node, retcode);
533 int length, retcode = 0; local
550 unsigned mask = sizeof(long) - 1, retcode = 0; local
[all...]
H A Drf_parityscan.c208 int i, retcode; local
219 retcode = RF_PARITY_OKAY;
279 retcode = RF_PARITY_COULD_NOT_VERIFY;
290 retcode = RF_PARITY_BAD;
295 if (retcode && correct_it) {
325 retcode = RF_PARITY_COULD_NOT_CORRECT;
328 if (retcode == RF_PARITY_BAD)
329 retcode = RF_PARITY_CORRECTED;
336 return (retcode);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dgetaddrinfo.c92 req->retcode = uv__getaddrinfo_translate_error(err);
122 assert(req->retcode == 0);
123 req->retcode = UV_EAI_CANCELED;
127 if (req->retcode == 0) {
143 req->retcode = uv_translate_sys_error(GetLastError());
217 req->retcode = UV_EAI_MEMORY;
232 req->getaddrinfo_cb(req, req->retcode, req->addrinfo);
279 req->retcode = 0;
388 return req->retcode;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmodrdn.c56 meta_search_candidate_t retcode = META_SEARCH_CANDIDATE; local
103 retcode = META_SEARCH_ERR;
130 retcode = META_SEARCH_ERR;
147 retcode = META_SEARCH_ERR;
188 retcode = META_SEARCH_CANDIDATE;
211 retcode = META_SEARCH_NEED_BIND;
218 retcode = META_SEARCH_ERR;
221 retcode = META_SEARCH_NEED_BIND;
244 return retcode;
H A Dcompare.c56 meta_search_candidate_t retcode = META_SEARCH_CANDIDATE; local
77 retcode = META_SEARCH_ERR;
95 retcode = META_SEARCH_ERR;
134 retcode = META_SEARCH_CANDIDATE;
157 retcode = META_SEARCH_NEED_BIND;
163 retcode = META_SEARCH_ERR;
166 retcode = META_SEARCH_NEED_BIND;
182 return retcode;
H A Ddelete.c53 meta_search_candidate_t retcode = META_SEARCH_CANDIDATE; local
71 retcode = META_SEARCH_ERR;
87 retcode = META_SEARCH_ERR;
127 retcode = META_SEARCH_CANDIDATE;
150 retcode = META_SEARCH_NEED_BIND;
157 retcode = META_SEARCH_ERR;
160 retcode = META_SEARCH_NEED_BIND;
173 return retcode;
H A Dmodify.c56 meta_search_candidate_t retcode = META_SEARCH_CANDIDATE; local
81 retcode = META_SEARCH_ERR;
87 retcode = META_SEARCH_ERR;
129 retcode = META_SEARCH_ERR;
147 retcode = META_SEARCH_ERR;
187 retcode = META_SEARCH_CANDIDATE;
211 retcode = META_SEARCH_NEED_BIND;
217 retcode = META_SEARCH_ERR;
220 retcode = META_SEARCH_NEED_BIND;
234 return retcode;
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-confirm-before.c123 int retcode = 1; local
132 retcode = 0;
147 cmdq_get_client(item)->retval = retcode;
H A Dcmd-run-shell.c226 int retcode, status; local
249 if ((retcode = WEXITSTATUS(status)) != 0)
250 xasprintf(&msg, "'%s' returned %d", cmd, retcode);
252 retcode = WTERMSIG(status);
253 xasprintf(&msg, "'%s' terminated by signal %d", cmd, retcode);
254 retcode += 128;
256 retcode = 0;
264 cmdq_get_client(item)->retval = retcode;
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dgetaddrinfo.c104 req->retcode = uv__getaddrinfo_translate_error(err);
129 assert(req->retcode == 0);
130 req->retcode = UV_EAI_CANCELED;
134 req->cb(req, req->retcode, req->addrinfo);
187 req->retcode = 0;
215 return req->retcode;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c423 int if_version, retcode = 0; local
429 retcode = -EINVAL;
440 retcode = drm_set_busid(dev, file_priv);
441 if (retcode)
450 retcode = -EINVAL;
462 return retcode;
867 int retcode; local
872 retcode = drm_ioctl_permit(flags, file_priv);
873 if (unlikely(retcode))
874 return retcode;
1008 int retcode = -EINVAL; local
[all...]

Completed in 255 milliseconds

123456