Searched defs:rtn (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c71 int rtn=EOF; local
74 return(rtn);
77 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
79 rtn = EOF;
89 return(rtn);
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c69 int rtn=EOF; local
72 return(rtn);
75 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
77 rtn = EOF;
87 return(rtn);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.c308 int rtn = 1; local
328 rtn = cv_reltimedwait(&thread->sign.cdv, &thread->sign.mtx,
341 return (rtn);
H A Discsi_lun.c71 iscsi_status_t rtn = ISCSI_STATUS_INTERNAL_ERROR; local
157 rtn = iscsi_lun_virt_create(isp, lun_num, ilp, inq);
159 if (!ISCSI_SUCCESS(rtn)) {
161 rtn = iscsi_lun_phys_create(isp, lun_num, ilp, inq);
168 if (!ISCSI_SUCCESS(rtn)) {
215 return (rtn);
300 iscsi_status_t rtn = ISCSI_STATUS_INTERNAL_ERROR; local
393 rtn = ISCSI_STATUS_SUCCESS;
400 return (rtn);
411 iscsi_status_t rtn local
[all...]
H A Discsi_ioctl.c72 int rtn; local
74 rtn = EFAULT;
76 rtn = 0;
79 return (rtn);
122 int rtn; local
127 rtn = EFAULT;
134 rtn = 0;
137 return (rtn);
238 boolean_t rtn; local
255 rtn
323 int rtn = EFAULT; local
637 int rtn = 0; local
747 int rtn = 0; local
1001 int rtn; local
[all...]
H A Discsid.c1091 boolean_t rtn = B_TRUE; local
1171 rtn = B_FALSE;
1184 rtn = B_FALSE;
1190 return (rtn);
1200 boolean_t rtn = B_TRUE; local
1280 rtn = B_FALSE;
1286 rtn = B_FALSE;
1296 return (rtn);
1307 boolean_t rtn = B_FALSE; local
1397 rtn
1875 int rtn = 0; local
2207 boolean_t rtn = B_TRUE; local
[all...]
H A Discsi.c1455 int rtn = 0; local
1537 rtn = EFAULT;
1541 rtn = EINVAL;
1549 rtn = EFAULT;
1561 rtn = EFAULT;
1567 rtn = EINVAL;
1578 rtn = EINVAL;
1608 rtn = iscsi_sess_get(ilg->g_oid, ihp, &isp);
1609 if (rtn != 0) {
1610 rtn
4600 int rtn; local
4841 int rtn = DDI_SUCCESS; local
5013 int rtn = 0; local
5263 int rtn = 1; local
5523 int rtn = 1; local
[all...]
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dputdev.c142 char *rtn; /* Value to return */
150 if (rtn = (char *) malloc(strlen("UX:")+strlen(p)+1)) {
151 (void) strcpy(rtn, "UX:");
152 (void) strcat(rtn, p);
165 return(rtn);
140 char *rtn; /* Value to return */ local
H A Dputdgrp.c134 char *rtn; /* Value to return */
142 if (rtn = (char *) malloc(strlen("UX:")+strlen(p)+1)) {
143 (void) strcpy(rtn, "UX:");
144 (void) strcat(rtn, p);
156 return(rtn);
132 char *rtn; /* Value to return */ local
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c237 int rtn = 0; local
295 rtn = read(0, buffer, 1);
303 if (rtn < 0 || *buffer == '\004') {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_se_notify.c47 int rtn = 0; local
88 rtn = snprintf(name, sizeof (name), "%s",
91 if ((name[0] == '\0') || (rtn >= sizeof (name))) {
93 rtn = 0;
100 rtn = snprintf(name, sizeof (name), "%s", setname);
105 rtn = snprintf(name, sizeof (name), "%s", setname);
112 if ((name[0] == '\0') || (rtn >= sizeof (name))) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c375 int rtn = 0; local
395 rtn = 1;
400 return (rtn);
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c273 char *rtn; /* Value to return */ local
283 if (rtn = malloc(strlen(p)+1)) { /* Malloc() space */
284 q = rtn; /* Set up temp ptr */
289 } else leftoff = rtn = NULL;
290 } else leftoff = rtn = NULL;
293 return (rtn);
316 struct attrval *rtn; /* Ptr to struct to return */ local
333 if (rtn = malloc(sizeof (struct attrval))) {
336 if (rtn->attr = malloc(strlen(p)+1)) {
339 q = rtn
624 int rtn; /* Value to return */ local
[all...]
H A Dgetdev.c1058 int rtn; /* Value to return */ local
1069 rtn = (strcmp(value, compare) == 0);
1074 rtn = (strcmp(value, compare) != 0);
1079 rtn = TRUE;
1084 rtn = FALSE;
1089 rtn = FALSE;
1094 return (rtn);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c383 int rtn = 0; local
396 rtn = -1;
401 return (rtn);
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c588 int rtn; local
627 if ((rtn = system(buf)) < 0) {
630 rtn = (rtn>>8) & 0xff; /* get child return value out of exit word */
632 switch (rtn) {
670 int rtn = NLS_OK; local
698 rtn = QZERO;
703 rtn = QONE;
716 return(rtn);
735 int rtn; local
819 int rtn; local
859 int rtn; local
899 int rtn; local
941 int rtn; local
989 int rtn; local
1054 int rtn; local
1133 int rtn; local
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c258 int rtn; local
272 rtn = snprintf(pathname, pathlen, "%s", np->rname);
274 if ((pathname[0] == '\0') || (rtn >= pathlen)) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c320 boolean_t positive, rtn; local
345 rtn = positive;
356 rtn = !positive;
369 return (rtn);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c204 int rtn; local
226 rtn = ibt_open_hca(ofs_client->ibt_hdl, event->ev_hca_guid,
228 if (rtn == IBT_SUCCESS) {
235 rtn = ibt_query_hca(device->hca_hdl, &hattr);
236 if (rtn != IBT_SUCCESS) {
238 rtn = ibt_close_hca(device->hca_hdl);
239 ASSERT(rtn == IBT_SUCCESS);
267 ibt_status_t rtn; local
275 rtn = ibt_close_hca(device->hca_hdl);
276 ASSERT(rtn
318 int rtn; local
460 ibt_status_t rtn; local
534 ibt_status_t rtn; local
718 int rtn; local
811 int rtn; local
862 int rtn; local
946 int rtn; local
1017 int rtn; local
1074 int rtn; local
1229 int rtn; local
1306 int rtn; local
1646 int rtn; local
2263 ibt_status_t rtn; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c1440 int rtn = 1, rfd; local
1454 while((rtn = read(fd, riobuf, WRIOBSZ)) < 0){
1471 if (rtn > 0) {
1475 Riocnt[rfd] = rtn;
1479 if ( rtn > 0 ) {
1482 } else if (rtn == 0) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c3045 IMA_STATUS rtn; local
3051 rtn = IMA_ERROR_UNEXPECTED_OS_ERROR;
3073 rtn = IMA_STATUS_SUCCESS;
3077 return (rtn);
3085 IMA_STATUS rtn; local
3091 rtn = IMA_ERROR_UNEXPECTED_OS_ERROR;
3119 rtn = IMA_STATUS_SUCCESS;
3121 return (rtn);
H A Discsiadm_main.c2678 const char *rtn; local
2698 rtn = inet_ntop(AF_INET,
2703 rtn = inet_ntop(AF_INET6,
2708 if (rtn != NULL) {
3289 int rtn; local
3374 rtn = inet_pton(AF_INET, address,
3381 rtn = inet_pton(AF_INET6, address,
3385 if (rtn == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c815 int rtn, consumed = 0; local
817 if ((rtn = parse_addr(argc, argv, h1pp)) < 0) {
820 consumed = rtn;
821 argc -= rtn;
822 argv += rtn;
824 if ((rtn = parse_addr(argc, argv, h2pp)) < 0) {
828 consumed += rtn;
841 int rtn, consumed = 0; local
843 if ((rtn = parse_ident(argc, argv, id1pp)) < 0) {
846 consumed = rtn;
866 int rtn, consumed = 0; local
1249 static char rtn[MAXLINESIZE]; local
1295 static char rtn[MAXLINESIZE]; local
1330 static char rtn[MAXLINESIZE]; local
1349 static char rtn[MAXLINESIZE]; local
1376 static char rtn[MAXLINESIZE]; local
1403 static char rtn[MAXLINESIZE]; local
1426 static char rtn[MAXLINESIZE]; local
1451 static char rtn[MAXLINESIZE]; local
2453 ike_service_t req, *rtn; local
2498 ike_service_t req, *rtn; local
2546 ike_service_t req, *rtn; local
2622 ike_service_t *rtn; local
2641 ike_service_t *rtn; local
2672 ike_service_t req, *rtn; local
2986 ike_service_t *rtn; local
3064 int rtn; local
[all...]
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c1137 int rtn; local
1153 rtn = au_preselect(evp->ae_number, &ai.ai_mask, (int)sorf,
1156 if (rtn == -1) {
1164 if (rtn == 1) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c171 uint32_t rtn; local
178 rtn = ddi_get32(qlge->host_copy_shadow_dma_attr.acc_handle,
181 return (rtn);

Completed in 146 milliseconds

12