Searched defs:retval (Results 351 - 375 of 759) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c679 pid_t retval; local
727 retval = real_fork();
728 if (retval == 0) {
748 return (retval);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c843 int retval; local
851 if ((retval = averify(fix, ftype, path, ainfo)) == 0) {
855 retval = VE_CONT;
861 retval = VE_CONT;
867 return (retval);
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c473 int retval; local
549 retval = -1;
551 retval = 0;
554 return (retval);
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c723 void *retval; local
726 retval = realloc_unlocked(ptr, size);
728 return (retval);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c124 pid_t retval; local
770 retval = fork();
771 if (retval < 0) {
773 } else if (retval == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c57 picl_errno_t retval; member in struct:__anon1208
694 devinfo->retval = PICL_SUCCESS;
715 devinfo->retval = PICL_SUCCESS;
759 devinfo->retval = PICL_FAILURE;
769 if (devinfo->retval == PICL_SUCCESS) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c662 int retval; member in struct:bridge_update_arg_s
729 bua->retval = ret;
755 bua.retval = RCM_SUCCESS;
759 lastrv = bua.retval;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c76 int retval = 0; variable
/illumos-gate/usr/src/cmd/du/
H A Ddu.c291 u_longlong_t retval; local
481 retval = descend(ebase + 1, 0, retcode, device);
486 blocks += retval;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c65 struct config *retval; local
67 retval = MALLOC(sizeof (struct config));
69 retval->s = s;
70 retval->num = num;
71 retval->next = NULL;
72 retval->props = NULL;
73 retval->child = retval->parent = NULL;
75 return (retval);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c456 int retval = XLATOR_NONFATAL; local
479 retval = XLATOR_SUCCESS;
496 retval = XLATOR_SUCCESS;
511 retval = XLATOR_SUCCESS;
541 retval = XLATOR_SUCCESS;
558 return (retval);
588 int retval = XLATOR_SUCCESS; local
607 retval = XLATOR_NONFATAL;
613 return (retval);
763 int retval local
828 int retval = VS_OK; local
966 int retval = EINVAL; local
1006 int retval = EINVAL; local
[all...]
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c352 int retval; local
356 retval = rmtpush(line, strlen(line));
357 if (retval <= 0)
360 retval = rmtpush(buf, count);
361 if (retval <= 0)
370 int retval; local
373 retval = write(rmtape, buf, count);
374 buf += retval;
375 count -= retval;
376 } while (count && retval >
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c96 ipmgmt_retval_t retval; local
152 retval.ir_err = err;
153 (void) door_return((char *)&retval, sizeof (retval), NULL, 0);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c305 int retval; local
331 retval = select (child_fd + 1, &rfds, NULL, &efds, &tv);
339 if (retval > 0) {
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c272 krb5_error_code retval; local
273 retval = krb5_init_context(&kcontext);
274 if (retval) {
275 com_err(progname, retval, gettext("while initializing krb5"));
530 krb5_error_code retval; local
532 if ((retval = krb5_enctype_to_string(enctype, buf, sizeof(buf)))) {
597 krb5_error_code retval; local
602 retval = krb5_unparse_name(kcontext, cred->client, &name);
603 if (retval) {
604 com_err(progname, retval,
[all...]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c109 krb5_error_code retval; local
124 retval = krb5_init_context(&context);
125 if (retval) {
126 com_err(argv[0], retval, gettext("while initializing krb5"));
133 retval = open_connection(slave_host, &fd, Errmsg, sizeof(Errmsg));
134 if (retval) {
135 com_err(progname, retval, gettext("%s while opening connection to %s"),
209 krb5_error_code retval; local
229 retval = krb5_get_default_realm(context, &def_realm);
230 if (retval) {
378 krb5_error_code retval; local
490 krb5_error_code retval; local
642 krb5_error_code retval; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c1441 int i, retval = 1; local
1490 retval = 0;
1529 return (retval);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c140 krb5_error_code retval = 0; local
150 retval = PKCS_ERR;
156 retval = PKCS_ERR;
163 retval = PKCS_ERR;
170 retval = PKCS_ERR;
180 retval = PKCS_ERR;
186 retval = PKCS_ERR;
191 return(retval);
285 krb5_error_code retval = 0; local
297 retval
362 krb5_error_code retval; local
638 char *retval = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c100 ipsa_t *retval, *candidate; local
135 retval = ipr->ipsr_sa;
139 * sadb_unlinkassoc()) protects against retval being a freed
144 (retval->ipsa_state != IPSA_STATE_DEAD) &&
145 !(retval->ipsa_flags & IPSA_F_CINVALID)) {
146 IPSA_REFHOLD(retval);
147 return (retval);
192 for (retval = bucket->isaf_ipsa; retval != NULL;
193 retval
513 ipsa_t *retval; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c959 int retval = 0; local
983 retval = error;
987 return (retval);
1129 int retval = 0; local
1153 retval = error;
1157 return (retval);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c312 int retval = DW_DLV_OK; local
347 retval = DW_DLV_ERROR;
348 return retval;
379 retval = res;
389 retval = fres;
391 retval = ares;
393 return retval;
584 int retval = DW_DLV_OK; local
602 retval = res;
605 retval
614 int retval = DW_DLV_OK; local
647 int retval = DW_DLV_OK; local
682 int retval = DW_DLV_NO_ENTRY; local
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c435 int retval; local
437 retval = sctp_find_peer_fp(sctp, &spp->spp_address, &fp);
438 if (retval) {
439 return (retval);
456 int retval; local
461 retval = sctp_find_peer_fp(sctp, &spp->spp_address, &fp);
462 if (retval != 0) {
463 return (retval);
583 int retval; local
586 retval
792 int retval = 0; local
1042 int retval = 0, addrcnt; local
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c100 int retval = 0; local
146 retval = ioctl(fd, SCSI_VHCI_GET_CLIENT_MULTIPATH_INFO, &ioc);
147 if (retval != 0) {
151 return (retval);
156 retval = 0;
159 retval = -1;
172 return (retval);
234 int retval; local
295 retval = ioctl(fd, SCSI_VHCI_GET_CLIENT_MULTIPATH_INFO, ioc);
296 if (retval !
401 int retval, caller_ret = 0; local
512 int retval = 0; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c490 int retval = DDI_SUCCESS; local
549 retval = i_ddi_irm_modify_increase(req_p, nreq);
576 return (retval);
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c570 int retval; local
576 retval = DDI_FAILURE;
579 retval = DDI_SUCCESS;
584 retval = DDI_SUCCESS;
587 retval = DDI_FAILURE;
589 return (retval);

Completed in 121 milliseconds

<<11121314151617181920>>