Searched defs:rc (Results 976 - 1000 of 1350) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c233 int rc; local
237 rc = pthread_create(NULL, &tattr, ndmpd_worker, (void *)argp);
239 return (rc);
1431 int i, rc; local
1434 rc = getpeername(sock, (struct sockaddr *)&sin, &i);
1435 if (rc != 0)
H A Dndmpd_mover.c2751 int rc; local
2775 rc = pthread_create(NULL, NULL, (funct_t)mover_tape_reader, session);
2776 if (rc == 0) {
2780 strerror(rc));
2784 rc = pthread_create(NULL, NULL, (funct_t)mover_socket_writer, session);
2785 if (rc == 0) {
2789 strerror(rc));
3122 int rc; local
3146 rc = pthread_create(NULL, NULL, (funct_t)mover_socket_reader, session);
3147 if (rc
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c787 int rc; local
789 rc = strcmp(((cexp_id_node_t *)n1)->ceid_name,
792 if (rc > 0)
794 if (rc < 0)
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1842 int len, rc; local
1863 rc = da_update_device(&dargs);
1868 return (rc);
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c148 * rc is plugin's return code if it is a non-negative value,
152 report_error(auditd_rc_t rc, char *error_text, char *plugin_path) argument
175 switch (rc) {
436 auditd_rc_t rc; local
482 if ((rc = p->plg_fplugin_open(
485 report_error(rc, error_string, p->plg_path);
519 if ((rc = p->plg_fplugin_open(p->plg_kvlist,
521 report_error(rc, error_string, p->plg_path);
545 rc = auditdoor(doorfd);
548 rc));
666 int rc; local
693 int rc; local
1184 int rc; local
[all...]
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c249 int rc; local
250 rc = memcmp(&(a->sin_addr), &(b->sin_addr), sizeof (a->sin_addr));
252 DPF((stderr, " %s %hu = %d\n", dp_addr(b), b->sin_port, rc));
253 return (rc);
296 int rc; local
310 rc = sendto(lock_soc, &message_buf, sizeof (message_buf), 0,
312 } while (rc == -1 && errno == EINTR);
313 if (rc == -1)
314 spcs_log("cfglockd", NULL, "sendto rc -1 errno %d", errno);
1155 int rc; local
1346 int rc; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c501 int i, rc; local
519 rc = ncall_check_release(&required);
521 rc = rdc_check_release(&required);
523 if (rc < 0) {
528 } else if (rc == FALSE) {
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c251 int rc; local
253 rc = cfg_iscluster();
254 if (rc == 0) {
256 } else if (rc > 0) {
791 int rc; local
820 rc = cfg_put_cstring(cfg, key, NULL, 0);
821 if (rc < 0)
850 int rc; local
899 rc = cfg_put_cstring(cfg, key, "0", 1);
901 rc
2143 int rc; local
[all...]
H A Dsd_trace.c519 int rc; local
524 rc = RDC_IOCTL(RDC_STATUS, &rdc_status, 0, 0, 0, 0, ustatus);
527 if (rc == SPCS_S_ERROR)
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c928 int rc; local
937 if ((rc = setattrat(AT_FDCWD, XATTR_VIEW_READWRITE, filename,
948 emsg = strerror(rc);
960 return (rc);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c553 int rc; local
563 if ((rc = fputs(elfbuf, elfrec->fp)) < 0) {
568 if (rc != elfbufoffset) {
570 elfbufoffset, elfrec->path, rc);
1351 int rc; local
1356 rc = uname(&name);
1359 bufhdr->bh_version, ((rc >= 0) ? name.sysname : empty_name));
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c743 int rc = 0; local
777 rc = -1;
781 return (rc);
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c981 int fd, rc; local
990 rc = 0;
992 rc = 1;
994 return (rc);
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c224 statjob(struct job *jp, int stat, int fg, int rc) argument
285 if (rc) {
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c550 int rc = 0; local
574 if( nArg==0 ) return rc;
640 rc = 1;
786 rc = 1;
898 int nRow, rc; local
902 rc = sqlite_get_table(p->db,
912 rc = sqlite_get_table_printf(p->db,
926 if( rc==SQLITE_OK ){
966 return rc;
1029 int rc; local
1038 int rc = do_meta_command(zLine, p); local
1328 int rc; local
[all...]
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c837 krb5_error_code rc = local
839 if (!rc && (types = krb5_get_prompt_types(ctx)))
850 return rc;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c147 int rc; local
192 rc = process(NULL);
195 rc = ldaptool_check_ferror( stdout, rc,
197 return( rc );
209 rc = error;
212 rc = ldaptool_check_ferror( stdout, rc,
214 return( rc );
216 rc
242 int rc, use_ldif, deref; local
447 int rc, linenum, vlen, modop, replicaport; local
790 int rc, linenum, modop; local
909 int i, j, rc; local
1124 int rc; local
1149 int rc; local
[all...]
H A Dldapsearch.c158 int rc, optind, i, first, free_filtpattern; local
293 rc = dosearch( ld, conv, scope, attrs, attrsonly, filtpattern, "" );
299 rc = LDAP_SUCCESS;
301 while ( rc == LDAP_SUCCESS && !done ) {
341 rc = dosearch( ld, base, scope, attrs, attrsonly, filtpattern,
354 rc = ldaptool_check_ferror( stdout, rc,
356 return( rc );
613 int rc, first, matches; local
735 rc
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1304 "child failed (rc = %d).\n",
1312 "(rc = %d)."),
1361 int rc; local
1364 rc = errno;
1365 logit("door_ucred() call failed %s\n", strerror(rc));
1367 "failed %s"), strerror(rc));
1380 rc = 0;
1388 rc = 1;
1394 return (rc);
1550 int rc; local
1588 int rc = NS_LDAP_SUCCESS; local
1822 int rc = 0; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c513 int rc; local
644 rc = system(cmd);
648 if (rc != 0) {
664 rc = system(cmd);
668 if (rc == 0) {
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c834 int rc, status, unixpid; local
844 while( (rc = wait(&status)) != unixpid && rc != -1 ) ;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c1403 int rc = 0; local
1407 rc = SADB_X_DIAGNOSTIC_DUPLICATE_SRC;
1410 rc = SADB_X_DIAGNOSTIC_DUPLICATE_DST;
1413 rc = SADB_X_DIAGNOSTIC_DUPLICATE_INNER_SRC;
1416 rc = SADB_X_DIAGNOSTIC_DUPLICATE_INNER_DST;
1419 rc = SADB_X_DIAGNOSTIC_DUPLICATE_SA;
1422 rc = SADB_X_DIAGNOSTIC_DUPLICATE_RANGE;
1425 rc = SADB_X_DIAGNOSTIC_DUPLICATE_AKEY;
1428 rc = SADB_X_DIAGNOSTIC_DUPLICATE_EKEY;
1431 return (rc);
1441 int rc = 0; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1509 bool_t rc = FALSE; local
1519 rc = TRUE;
1525 return (rc);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c469 int rc; local
475 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
476 parseterminate("zlib start failed: %s", zError(rc));
483 int rc; local
494 if ((rc = deflate(&rb->rb_zstr, Z_NO_FLUSH)) != Z_OK)
495 parseterminate("zlib deflate failed: %s", zError(rc));
505 int rc; local
511 rc = deflate(&rb->rb_zstr, type);
512 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) ||
513 (type == Z_FINISH && rc
524 int rc; local
1204 int rc; local
[all...]
H A Dmerge.c1012 int rc; local
1017 if ((rc = add_tdesc(tdp, newid, mcd)))
1020 return (rc);

Completed in 506 milliseconds

<<31323334353637383940>>