HomeSort by relevance Sort by last modified time
    Searched defs:retcode (Results 1 - 25 of 74) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadd/
presvr4.c 85 int retcode; local
136 retcode = pkgexecl(NULL, NULL, NULL, NULL, SHELL, "-c", tmpcmd,
139 echo(retcode ? MSG_FAIL : gettext(MSG_SUCCEED));
145 psvr4mail(adm.mail, MSG_MAIL, retcode, *ppkg ? *ppkg : MSG_NODENAME);
151 return (retcode);
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_fops.c 82 int retcode; local
114 retcode = dev->driver->open(dev, priv);
115 if (retcode != 0) {
118 return (retcode);
drm_drv.c 309 int retcode; local
327 retcode = dev->driver->load(dev, 0);
328 if (retcode != 0) {
334 retcode = drm_ctxbitmap_init(dev);
335 if (retcode != 0) {
342 retcode = EFAULT;
365 return (retcode);
404 int retcode; local
406 retcode = drm_open_helper(dev, mp, openflags, otyp, credp);
408 if (!retcode) {
426 int retcode = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
wsprintf.c 57 int retcode; local
78 if ((retcode = mbtowc(wstring, p2, MB_CUR_MAX)) == -1) {
82 p2 += retcode;
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
extop.c 147 int retcode; local
150 if ((retcode = ldap_extended_operation(ld, exoid, exdata, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
151 return (retcode);
rename.c 157 int retcode = LDAP_SUCCESS; local
160 if ((retcode = ldap_rename(ld, dn, newrdn, newparent, deleteoldrdn, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
161 return (retcode);
168 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
170 if (retcode == LDAP_SUCCESS)
171 retcode = ld->ld_errno;
175 return (retcode);
add.c 201 * retcode = ldap_add_ext( ld, dn, attrs, srvctrls, cltctrls, &msgid );
251 int retcode = LDAP_SUCCESS; local
254 if ((retcode = ldap_add_ext(ld, dn, attrs, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
255 return (retcode);
262 retcode = ldap_parse_result(ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
264 if (retcode == LDAP_SUCCESS)
265 retcode = ld->ld_errno;
269 return (retcode);
compare.c 238 int msgid, retcode = LDAP_SUCCESS; local
241 if ( (retcode = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls, clientctrls, &msgid )) != LDAP_SUCCESS )
242 return( retcode );
250 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
252 if (retcode == LDAP_SUCCESS)
253 retcode = ld->ld_errno;
257 return (retcode);
delete.c 184 int retcode = LDAP_SUCCESS; local
187 if ((retcode = ldap_delete_ext(ld, dn, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
188 return (retcode);
195 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
197 if (retcode == LDAP_SUCCESS)
198 retcode = ld->ld_errno;
202 return (retcode);
modify.c 226 int retcode = LDAP_SUCCESS; local
229 if ((retcode = ldap_modify_ext(ld, dn, mods, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
230 return (retcode);
237 retcode = ldap_parse_result(ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
239 if (retcode == LDAP_SUCCESS)
240 retcode = ld->ld_errno;
244 return (retcode);
saslbind.c 275 int retcode; local
280 if ((retcode = ldap_sasl_bind(ld, dn, mechanism, cred, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
281 return (retcode);
search.c 832 int retcode = LDAP_SUCCESS; local
834 if ((retcode = ldap_search_ext(ld, base, scope, filter, attrs,
837 return (retcode);
845 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched,
847 if (retcode == LDAP_SUCCESS)
848 retcode = ld->ld_errno;
852 return (retcode);
url.c 428 int retcode = LDAP_SUCCESS; local
447 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
449 if (retcode == LDAP_SUCCESS)
450 retcode = ld->ld_errno;
455 return (retcode);
463 int retcode = LDAP_SUCCESS; local
476 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
478 if (retcode == LDAP_SUCCESS)
479 retcode = ld->ld_errno;
484 return (retcode);
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ocsp/
ocsp_ht.c 83 int len, retcode; local
137 retcode = strtoul(p, &r, 10);
146 if(retcode != 200) {
  /onnv/onnv-gate/usr/src/lib/pam_modules/sample/
sample_utils.c 106 int retcode; local
136 retcode = conv_funp(num_msg, &msg, &resp, conv_apdp);
139 return (retcode);
160 int retcode; local
190 retcode = conv_funp(num_msg, &msg, ret_respp, conv_apdp);
192 return (retcode);
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
isreloc.c 74 int retcode = 0; local
84 retcode = 1;
92 * If retcode == 0, meaning we didn't find a reloc directory then we
97 if (retcode == 0) {
108 retcode = 1;
118 return (retcode);
  /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/src/
EventUnix.cpp 115 int retcode = 0; local
131 retcode = pthread_cond_timedwait(&_osEvent->_ose->_cond,
140 if (retcode == ETIMEDOUT) {
ThreadUnix.cpp 98 int retcode = 0; local
112 retcode = pthread_cond_timedwait(&_osThread->_cond, &_osThread->_mut, &timeout);
116 if (retcode == ETIMEDOUT) {
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
newscreen.c 75 int old_lines = LINES, old_cols = COLS, retcode; local
103 if (setupterm(type, fileno(outfptr), &retcode) != 0)
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgrm/
presvr4.c 88 int n, retcode; local
147 retcode = pkgexecl(NULL, NULL, NULL, NULL, SHELL, "-c", tmpcmd, NULL);
150 if (retcode) {
156 psvr4mail(adm.mail, gettext(MSG_MAIL), retcode, pkg);
163 return (retcode);
  /onnv/onnv-gate/usr/src/lib/pam_modules/dial_auth/
dial_auth.c 65 int retcode; local
77 if ((retcode = pam_get_user(pamh, &user, NULL))
79 (retcode = pam_get_item(pamh, PAM_TTY, (void **)&ttyn))
81 return (retcode);
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
reqexec.c 328 int retcode = 0; local
384 retcode = pkgexecl(inport, CHK_STDOUT, uname, CHK_GRP, SHELL,
387 retcode = pkgexecl(inport, CHK_STDOUT, uname, CHK_GRP, SHELL,
391 return (retcode);
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
idmap_impl.h 112 idmap_retcode retcode; member in struct:idmap_iter
119 idmap_retcode retcode; member in struct:stat_table
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
upap.c 397 int retcode; local
447 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd,
456 upap_sresp(u, retcode, id, u->us_msg, u->us_msglen);
458 if (retcode == UPAP_AUTHACK) {
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_sasl.c 438 int retcode = NS_LDAP_SUCCESS; local
450 if ((retcode = test_dns_nsswitch(foreground, fname, errpp)) !=
452 return (retcode);
470 retcode = NS_LDAP_CONFIG;
478 retcode = NS_LDAP_SUCCESS;
484 MKERROR(loglevel, *errpp, retcode, strdup(buf),
487 return (retcode);

Completed in 1970 milliseconds

1 2 3