Searched defs:rc (Results 326 - 350 of 479) sorted by relevance

<<11121314151617181920

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java636 int rc = ConstructName( serviceName, regType, domain, responseHolder);
637 if ( rc != 0)
638 throw new AppleDNSSDException( rc);
686 protected void ThrowOnErr( int rc) throws DNSSDException argument
688 if ( rc != 0)
689 throw new AppleDNSSDException( rc);
791 protected void ThrowOnErr( int rc) throws DNSSDException argument
793 if ( rc != 0)
794 throw new AppleDNSSDException( rc);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c125 int retval, rc; local
175 rc = cfg_put_cstring(cfg, "dsvol", buf, strlen(buf));
176 if (rc < 0) {
483 int rc; local
491 rc = cfg_add_user(cfg, path, ctag, user);
492 switch (rc) {
510 gettext("unexpected return from cfg_add_user(%d)"), rc);
530 int rc; local
538 rc = cfg_rem_user(cfg, path, ctag, user);
539 switch (rc) {
586 int set, rc, entries; local
845 int set, self_loaded, rc, entries; local
988 int err = 0, rc; local
[all...]
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c570 fmev_err_t rc; local
584 rc = FMEVERR_BUSY; /* Other end has not bound */
589 rc = (nvlist_dup(auth, nvlp, 0) == 0) ? FMEV_SUCCESS :
592 rc = FMEVERR_INTERNAL;
599 if (rc != FMEV_SUCCESS) {
601 (void) fmev_seterr(rc);
604 return (rc);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c210 int rc = 1; local
229 rc = 0;
237 return (rc);
307 int num_nodes, cnt, i, rc; local
328 if ((rc = ldmsvcs_check_channel()) == 0) {
335 } else if (rc == -1) {
336 return (rc);
404 int rc = 0; local
423 rc = get_type(lhp, &ltype);
424 if (rc
637 int fd, rc, err; local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c805 int rc; local
821 rc = topo_method_invoke(rnode, type, TOPO_METH_STRCMP_VERSION,
823 if (rc < 0)
826 return (rc);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c411 int bridge, int rc, int depth)
420 rc, TRUST_BDF, depth + 1);
423 rc - TO_PCI, TRUST_BDF, depth + 1);
429 int board, int bridge, int rc, int devno, int fnno, int depth)
439 if (rc >= 0)
447 if (rc >= 0)
473 (void) pci_bridge_declare(mod, fn, din, board, bridge, rc,
568 int board, int bridge, int rc, int bover, int depth)
587 np = did_create(mod, sib, board, bridge, rc, bover);
600 if (rc >
410 pci_bridge_declare(topo_mod_t *mod, tnode_t *fn, di_node_t din, int board, int bridge, int rc, int depth) argument
428 declare_dev_and_fn(topo_mod_t *mod, tnode_t *bus, tnode_t **dev, di_node_t din, int board, int bridge, int rc, int devno, int fnno, int depth) argument
567 pci_children_instantiate(topo_mod_t *mod, tnode_t *parent, di_node_t pn, int board, int bridge, int rc, int bover, int depth) argument
637 int rc, hb; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c456 fmri_dprint(topo_mod_t *mod, const char *op, uint32_t rc, nvlist_t *fmri) argument
464 switch (rc) {
479 op, rc, status);
499 int err, rc; local
519 rc = swdp->func(swdp->hdl, chipid, coreid, strandid);
521 if (rc == FMD_AGENT_RETIRE_DONE)
523 else if (rc == FMD_AGENT_RETIRE_FAIL)
525 else if (rc == FMD_AGENT_RETIRE_ASYNC)
542 topo_mod_dprintf(mod, "%s cpu (%d:%d:%d): rc = %d, err = %s\n",
543 op, (int)chipid, (int)coreid, (int)strandid, rc,
587 uint32_t rc; local
611 uint32_t rc; local
635 uint32_t rc; local
682 uint32_t rc = FMD_AGENT_RETIRE_FAIL; local
702 uint32_t rc = FMD_AGENT_RETIRE_FAIL; local
722 uint32_t rc = FMD_SERVICE_STATE_UNKNOWN; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c315 int rc; local
325 if ((rc = nvlist_lookup_string_array(in, FM_FMRI_MEM_SERIAL_ID,
329 } else if (rc != ENOENT)
339 int rc; local
347 rc = ldom_fmri_status(lhp, nvl);
350 errno = rc;
352 if (rc == 0 || rc == EINVAL)
354 if (rc == EAGAIN)
365 int rc local
436 int rc = -1, ret = 1; local
[all...]
H A Dmem_mdesc.c422 int rc = 0; local
474 return (rc);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c152 rule_component *rc)
154 if (rc == NULL)
157 if (rc->kwval_type == kwvaltype_regexp) {
158 free(rc->regsrc);
159 regfree(&rc->regexp);
161 free(rc);
169 rule_component *rc, *trc; local
173 for (rc = rs->crs; rc != NULL;) {
174 trc = rc
151 free_rule_component(krb5_context context, rule_component *rc) argument
183 parse_list_value(krb5_context context, keyword_type type, char *value, rule_component *rc) argument
260 rule_component *rc = NULL; local
383 rule_component *rc = NULL, *trc; local
451 regexp_match(krb5_context context, rule_component *rc, char *value) argument
467 component_match(krb5_context context, rule_component *rc, pkinit_cert_matching_data *md) argument
554 rule_component *rc; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c583 int rc;
587 rc = !mpi_cmp( y, sk->y );
589 return rc;
633 int rc;
664 rc = !mpi_cmp( v, r );
671 return rc;
582 int rc; local
632 int rc; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c583 int rc;
587 rc = !mpi_cmp( y, sk->y );
589 return rc;
633 int rc;
664 rc = !mpi_cmp( v, r );
671 return rc;
582 int rc; local
632 int rc; local
H A Drsa.c581 int rc;
585 rc = mpi_cmp( temp, sk->n );
587 return !rc;
1012 gcry_err_code_t rc;
1029 /*rc = (*cmp)( opaquev, result );*/
1030 rc = mpi_cmp (result, hash) ? GPG_ERR_BAD_SIGNATURE : GPG_ERR_NO_ERROR;
1033 return rc;
580 int rc; local
1011 gcry_err_code_t rc; local
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c284 int rc; local
376 (rc = get_port_default(&port_default))
381 return (rc);
633 int rc = AUDITD_FAIL; local
678 rc = AUDITD_SUCCESS;
681 DPRINT((dfile, "send_record() retry %s with penalty (rc:%d),"
688 rc = AUDITD_RETRY;
691 DPRINT((dfile, "send_record() retry %s without penalty (rc:%d),"
694 rc = AUDITD_RETRY;
710 rc
788 int rc = AUDITD_SUCCESS; local
[all...]
H A Dtransport.c507 int rc; local
527 rc = poll(&fds, 1, timeout * 1000);
528 if (rc == 0) { /* timeout */
530 } else if (rc < 0) {
556 int rc; local
563 rc = poll(&fds, 1, timeout * 1000);
564 if (rc == 0) { /* timeout */
566 } else if (rc < 0) {
605 int rc; local
612 rc
725 int rc; local
958 int rc; local
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c126 auditd_rc_t rc = AUDITD_SUCCESS; local
152 rc = AUDITD_INVALID;
157 return (rc);
172 int rc; local
187 rc = au_preselect(id, &mask, selFlag, AU_PRS_USECACHE);
190 return (rc == 0);
296 int rc; local
360 tid->at_type, af, &rc);
481 auditd_rc_t rc = AUDITD_SUCCESS; local
550 rc
763 auditd_rc_t rc = AUDITD_SUCCESS; local
815 auditd_rc_t rc; local
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c861 gboolean rc; local
863 rc = FALSE;
868 rc = hal_device_property_set_string (
872 rc = hal_device_property_set_int (
876 rc = hal_device_property_set_uint64 (
880 rc = hal_device_property_set_bool (
884 rc = hal_device_property_set_double (
890 return rc;
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c1072 int rc, i; local
1077 if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDAP_SUCCESS){
1078 fprintf(stderr, "%s: error while parsing result (%s)\n", s, ldap_err2string(rc));
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c384 register int rc; local
406 rc = *rv;
419 if (rc)
427 *rv = rc;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c227 rc = 0; \
235 rc = -1; \
252 rc = retval; \
283 int rc = 0; local
421 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
422 if (rc > 0)
423 val = rc;
425 if (rc != 0 || type != FTW_D || (vp->state.quit & FTW_PRUNE))
443 rc = -1;
451 rc
621 int rc = -1; local
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddate.c458 int rc = 1; local
478 rc = 0;
492 rc = 0;
500 rc = 0;
524 rc = 0;
545 rc = 0;
550 rc = 0;
552 rc = 0;
590 rc = 0;
599 rc
[all...]
H A Dmain.c144 int rc; local
156 rc = sqlite_exec_printf(pData->db,
177 return rc!=SQLITE_OK;
191 int rc; local
263 rc = sqliteBtreeCursor(db->aDb[iDb].pBt, 2, 0, &curMain);
264 if( rc ){
265 sqliteSetString(pzErrMsg, sqlite_error_string(rc), (char*)0);
266 return rc;
271 rc = sqliteBtreeGetMeta(db->aDb[iDb].pBt, meta);
272 if( rc ){
383 int i, rc; local
480 int rc, i; local
633 int rc = SQLITE_OK; local
707 int rc, cnt = 1; local
801 int rc = sqliteVdbeFinalize((Vdbe*)pVm, pzErrMsg); local
817 int rc = sqliteVdbeReset((Vdbe*)pVm, pzErrMsg); local
827 sqlite_error_string(int rc) argument
[all...]
H A Dtclsqlite.c62 int rc; /* Return code of most recent sqlite_exec() */ member in struct:SqliteDb
95 int i, rc; local
158 rc = Tcl_EvalObj(cbData->interp, cbData->pCode);
159 if( rc==TCL_CONTINUE ) rc = TCL_OK;
160 cbData->tcl_rc = rc;
161 return rc!=TCL_OK;
184 int i, rc; local
214 rc = Tcl_EvalObj(cbData->interp, cbData->pCode);
215 if( rc
314 int rc; local
338 int rc; local
372 int rc; local
389 int rc; local
420 int rc; local
492 int rc = TCL_OK; local
[all...]
H A Dtest1.c150 int rc; local
160 rc = sqlite_exec_printf(db, argv[2], exec_printf_cb, &str, &zErr, argv[3]);
161 sprintf(zBuf, "%d", rc);
163 Tcl_AppendElement(interp, rc==SQLITE_OK ? Tcl_DStringValue(&str) : zErr);
208 int rc; local
221 rc = sqlite_get_table_printf(db, argv[2], &aResult, &nRow, &nCol,
223 sprintf(zBuf, "%d", rc);
225 if( rc==SQLITE_OK ){
668 int rc; local
675 rc
721 int rc; local
751 int rc; local
790 int rc, i; local
849 int rc; local
880 int rc; local
922 int rc; local
[all...]
H A Dvdbeaux.c541 int rc = SQLITE_OK; local
555 p->rc = SQLITE_OK;
556 rc = SQLITE_DONE;
560 p->rc = SQLITE_MISUSE;
562 p->rc = SQLITE_INTERRUPT;
564 rc = SQLITE_ERROR;
565 sqliteSetString(&p->zErrMsg, sqlite_error_string(p->rc), (char*)0);
580 p->rc = SQLITE_OK;
581 rc = SQLITE_ROW;
583 return rc;
924 int rc; local
[all...]

Completed in 1569 milliseconds

<<11121314151617181920