Searched refs:retval (Results 426 - 450 of 801) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c704 int retval; local
765 if ((retval = SSL_connect(c_id->ssl)) <= 0) {
766 handle_ssl_error(c_id, retval);
1536 int retval; local
1709 retval = http_srv_send(c_id, request, j);
1712 if (retval != j) {
2788 int retval; local
2791 if ((retval = SSL_write(c_id->ssl, buf, nbyte)) <= 0) {
2792 handle_ssl_error(c_id, retval);
2794 return (retval);
2808 int retval; local
2838 handle_ssl_error(http_conn_t *c_id, int retval) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c1309 krb5_error_code retval; local
1321 if ((retval = krb5_read_password(context, krb5_mkey_pwd_prompt1,
1330 retval = krb5_principal2salt(context, mname, &scratch);
1331 if (retval)
1334 retval =
1346 retval = kdb_setup_lib_handle(context);
1347 if (retval) {
1353 retval = kdb_lock_lib_lock(dal_handle->lib_handle, FALSE);
1354 if (retval) {
1364 retval
1527 krb5_error_code retval; local
1632 krb5_error_code retval = 0; local
[all...]
/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/uts/sun4u/starcat/sys/
H A Diosramio.h130 uint32_t retval; /* provided by driver */ member in struct:iosram_io
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgpio_87317.c175 int retval = DDI_SUCCESS; local
182 retval = DDI_FAILURE;
192 retval = DDI_FAILURE;
195 return (retval);
H A Dpic16f747.c175 int retval = DDI_SUCCESS; local
184 retval = DDI_FAILURE;
194 retval = DDI_FAILURE;
197 return (retval);
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c70 #define CV_LOCK(retval) \
77 return (retval); \
1327 int retval, i; local
1340 unitp->i2c_status = retval =
1343 if (retval != I2C_SUCCESS) {
1344 return (retval);
1600 int retval = 0, prop_len; local
1644 retval = ddi_getlongprop(DDI_DEV_T_ANY, dip,
1647 if (retval == DDI_PROP_SUCCESS) {
1673 retval
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c203 int retval; local
209 retval = dlpi_open(pi->pi_name, &pi->pi_dh, 0);
210 if (retval != DLPI_SUCCESS) {
217 retval = dlpi_get_physaddr(pi->pi_dh, DL_CURR_PHYS_ADDR, pi->pi_hwaddr,
219 if (retval != DLPI_SUCCESS) {
230 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id);
231 if (retval == DLPI_SUCCESS) {
241 retval = dlpi_enabnotify(pi->pi_dh, notes, phyint_link_notify, pi, &id);
242 if (retval == DLPI_SUCCESS && poll_add(dlpi_fd(pi->pi_dh)) == 0)
247 logerr("%s: %s: %s\n", pi->pi_name, errmsg, dlpi_strerror(retval));
3308 int retval; local
3425 int retval; local
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c705 int retval = 0; local
744 retval = (retval << 3) + c;
753 retval = (retval * 10) + c;
766 retval = (retval << 4) + c;
771 retval = ~retval;
774 retval
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_conn_util.c160 int retval, fd, sv_errno; local
194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) {
211 if (retval > 0) {
H A Dt_accept.c58 int size, retval, sv_errno; local
150 if ((retval = ioctl(resfd, I_NREAD, &size)) < 0) {
159 if (retval > 0) {
H A Dt_listen.c51 int retval; local
140 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
157 if (retval > 0) {
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c98 void *retval; local
100 retval = malloc_unlocked(size);
102 return (retval);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c270 int retval; local
297 retval = RCM_NO_CONSTRAINT;
302 retval = RCM_NO_CONSTRAINT;
306 retval = RCM_SUCCESS;
309 retval = RCM_FAILURE;
320 retval = RCM_FAILURE;
332 return (retval);
567 int retval; local
589 retval = RCM_SUCCESS;
622 retval
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c89 int retval = 0; local
94 retval = close(curlogfd);
96 return (retval);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncstat.c63 int retval; local
121 if ((retval = dlpi_open(sername, &dh, DLPI_SERIAL)) != DLPI_SUCCESS) {
123 dlpi_strerror(retval));
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c241 nvlist_t *retval = NULL; local
247 if ((nvret = nvlist_xdup(nvp, &retval, &Eft_nv_hdl)) != 0)
250 return (retval);
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbustcode.pl251 my $retval = 0;
254 $retval += $mul if $1 eq '1';
259 return $retval;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c80 bool_t retval; local
197 retval = (*local)(&argument, &result, rqstp, RPCBVERS4);
198 if (retval > 0 && !svc_sendreply(transp, xdr_result, (char *)&result)) {
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c56 int retval; local
239 retval = xlator_take_kvpair(M, ki, localvalue);
240 if (retval) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c148 struct hostdata *retval; local
182 retval = addhost(AF_INET6, ip6addr, addname);
184 return (retval);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c57 int retval = -1; local
257 retval = 0; /* ok */
283 return (retval);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c202 uintptr_t *defcookie, uintptr_t retval, const char *sym_name)
206 uintptr_t *defcookie, uintptr_t retval)
239 return (retval);
201 la_pltexit64(Elf64_Sym *symp, uint_t symndx, uintptr_t *refcookie, uintptr_t *defcookie, uintptr_t retval, const char *sym_name) argument
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c397 int retval = 0; local
457 retval += print_locale_info(argv[optind], cflag, kflag);
459 return (retval);
990 int retval = 0; local
993 retval += print_category(LC_CTYPE, cflag, kflag);
994 retval += print_category(LC_NUMERIC, cflag, kflag);
995 retval += print_category(LC_TIME, cflag, kflag);
996 retval += print_category(LC_COLLATE, cflag, kflag);
997 retval += print_category(LC_MONETARY, cflag, kflag);
998 retval
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c325 unsigned retval = 0; local
357 retval = 1;
365 return (retval);

Completed in 328 milliseconds

<<11121314151617181920>>