Searched refs:rs (Results 51 - 75 of 411) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dextended.c121 SlapReply *rs
134 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "requires LDAPv3" );
135 rs->sr_err = SLAPD_DISCONNECT;
142 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
143 rs->sr_err = SLAPD_DISCONNECT;
153 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
154 rs->sr_err = SLAPD_DISCONNECT;
159 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
162 return rs->sr_err;
170 send_ldap_error( op, rs,
[all...]
H A Dmodrdn.c48 SlapReply *rs
80 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
95 send_ldap_discon( op, rs,
97 rs->sr_err = SLAPD_DISCONNECT;
107 send_ldap_discon( op, rs,
109 rs->sr_err = SLAPD_DISCONNECT;
124 send_ldap_discon( op, rs,
126 rs->sr_err = SLAPD_DISCONNECT;
130 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
137 rs
[all...]
H A Dabandon.c37 do_abandon( Operation *op, SlapReply *rs )
55 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
62 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) {
65 return rs->sr_err;
123 rs->sr_err = frontendDB->be_abandon( op, rs );
130 return rs->sr_err;
134 fe_op_abandon( Operation *op, SlapReply *rs )
138 (void)op->o_bd->be_abandon( op, rs );
H A Dcontrols.c546 SlapReply *rs,
552 if ( rs->sr_ctrls ) {
553 for ( ; rs->sr_ctrls[ i ]; i++ ) ;
560 if ( rs->sr_ctrls ) {
561 for ( ; rs->sr_ctrls[i]; i++ )
562 ctrlsp[i] = rs->sr_ctrls[i];
568 if ( rs->sr_flags & REP_CTRLS_MUSTBEFREED )
569 op->o_tmpfree( rs->sr_ctrls, op->o_tmpmemctx );
570 rs->sr_ctrls = ctrlsp;
571 rs
544 slap_add_ctrls( Operation *op, SlapReply *rs, LDAPControl **ctrls ) argument
575 slap_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *control, const char **text ) argument
663 get_ctrls( Operation *op, SlapReply *rs, int sendres ) argument
914 slap_remove_control( Operation *op, SlapReply *rs, int ctrl, BI_chk_controls fnc ) argument
982 parseDontUseCopy( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1011 parseRelax( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1033 parseManageDSAit( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1055 parseProxyAuthz( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1157 parseNoOp( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1179 parsePagedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1268 parseSortedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1300 parseAssert( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1366 parseReadAttrs( Operation *op, SlapReply *rs, LDAPControl *ctrl, int post ) argument
1469 parsePreRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1477 parsePostRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1485 parseValuesReturnFilter( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1547 parseSubentries( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1577 parsePermissiveModify( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1599 parseDomainScope( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1622 parseTreeDelete( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1645 parseSearchOptions( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1723 parseSessionTracking( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1942 slap_ctrl_session_tracking_add( Operation *op, SlapReply *rs, struct berval *ip, struct berval *name, struct berval *id, LDAPControl *ctrl ) argument
1976 slap_ctrl_session_tracking_request_add( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2012 parseWhatFailed( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2035 slap_ctrl_whatFailed_add( Operation *op, SlapReply *rs, char **oids ) argument
[all...]
H A Dstarttls.c31 starttls_extop ( Operation *op, SlapReply *rs )
40 rs->sr_text = "no request data expected";
49 rs->sr_text = "TLS already started";
60 rs->sr_text = "cannot start TLS when operations are outstanding";
79 rs->sr_text = "cannot start TLS after authentication";
92 rs->sr_text = "Could not initialize TLS";
H A Dadd.c39 do_add( Operation *op, SlapReply *rs )
74 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
95 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
96 rs->sr_err = SLAPD_DISCONNECT;
103 send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR,
124 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
125 rs->sr_err = SLAPD_DISCONNECT;
129 if ( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
135 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
138 if ( rs
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Darc4random.c56 static struct arc4_stream rs = { .i = 0, .mtx = MUTEX_INITIALIZER }; variable in typeref:struct:arc4_stream
161 if (__predict_false(!rs.initialized)) {
162 arc4_init(&rs); /* stirs */
164 arc4_stir(&rs);
173 mutex_lock(&rs.mtx);
175 mutex_unlock(&rs.mtx);
185 if (__predict_false(rs.initialized)) {
186 arc4_init(&rs);
188 arc4_addrandom(&rs, dat, datlen);
196 mutex_lock(&rs
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dreferral.c37 SlapReply *rs )
53 rs->sr_text = "DNS SRV operation upon null (empty) DN disallowed";
62 rs->sr_text = "DNS SRV problem processing manageDSAit control";
67 rs->sr_err = LDAP_REFERRAL;
68 rs->sr_ref = default_referral;
69 send_ldap_result( op, rs );
70 rs->sr_ref = NULL;
82 rs->sr_text = "no DNS SRV RR available for DN";
91 rs->sr_text = "problem processing DNS SRV records for DN";
106 rs
[all...]
H A Dsearch.c38 SlapReply *rs )
50 rs->sr_ref = NULL;
57 rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
58 rs->sr_text = "DNS SRV operation upon null (empty) DN disallowed";
61 rs->sr_err = LDAP_SUCCESS;
71 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
77 rs->sr_err = LDAP_REFERRAL;
78 rs->sr_ref = default_referral;
79 send_ldap_result( op, rs );
80 rs
[all...]
H A Dbind.c38 SlapReply *rs )
49 return rs->sr_err;
66 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
76 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c155 SlapReply *rs )
176 const char *save_matched = rs->sr_matched;
178 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
179 return rs->sr_err;
203 rs->sr_err = LDAP_NO_MEMORY;
215 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
223 rs->sr_err = ldap_pvt_search( lc->lc_ld, op->o_req_dn.bv_val,
229 if ( rs->sr_err != LDAP_SUCCESS ) {
230 switch ( rs->sr_err ) {
234 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_DONTSEN
885 SlapReply rs; local
[all...]
H A Dadd.c39 SlapReply *rs )
54 rs->sr_err = LDAP_SUCCESS;
59 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
98 rs->sr_err = ldap_back_controls_add( op, rs, lc, &ctrls );
99 if ( rs->sr_err != LDAP_SUCCESS ) {
100 send_ldap_result( op, rs );
104 rs->sr_err = ldap_add_ext( lc->lc_ld, op->o_req_dn.bv_val, attrs,
106 rs->sr_err = ldap_back_op_result( lc, op, rs, msgi
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Ddelete.c25 SlapReply *rs )
56 rs->sr_err = POPi;
63 send_ldap_result( op, rs );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dresult.c45 SlapReply *rs,
97 if ( (rs->sr_entry = str2entry( buf )) == NULL ) {
101 rs->sr_attrs = op->oq_search.rs_attrs;
102 rs->sr_flags = REP_ENTRY_MODIFIABLE;
103 send_search_entry( op, rs );
104 entry_free( rs->sr_entry );
110 (void) str2result( buf, &rs->sr_err, (char **)&rs->sr_matched, (char **)&rs->sr_text );
113 if ( rs
43 sock_read_and_send_results( Operation *op, SlapReply *rs, FILE *fp ) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcrx.c133 struct rx50state *rs; local
148 rs = &rx50state;
152 while (rs->rs_flags & RS_BUSY) {
153 rs->rs_flags |= RS_WANT;
156 rs->rs_flags |= RS_BUSY;
157 rs->rs_drive = rx50unit(dev);
164 rs->rs_blkno = uio->uio_offset >> 9;
165 if (rs->rs_blkno >= RX50MAXSEC) {
166 if (rs->rs_blkno > RX50MAXSEC)
173 rs
237 struct rx50state *rs = &rx50state; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/rndctl/
H A Drndctl.c131 rndsave_t rs; local
147 if (read(fd, rs.data, sizeof(rs.data)) != sizeof(rs.data)) {
158 rs.entropy = 0;
160 rs.entropy = est1 - est2;
164 SHA1Update(&s, (uint8_t *)&rs.entropy, sizeof(rs.entropy));
165 SHA1Update(&s, rs.data, sizeof(rs
188 rndsave_t rs, rszero; local
339 rndpoolstat_t rs; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Drd.c119 struct rd_softc *rs = &rd_softc[ctlr][unit]; local
121 rs->sc_type = rdident(ctlr, unit);
122 if (rs->sc_type < 0)
124 rs->sc_alive = 1;
210 rdgetinfo(struct rd_softc *rs) argument
212 struct rdminilabel *pi = &rs->sc_pinfo;
222 savepart = rs->sc_part;
223 rs->sc_part = RAW_PART;
224 err = rdstrategy(rs, F_READ, LABELSECTOR,
226 rs
254 struct rd_softc *rs; local
286 struct rd_softc *rs = f->f_devdata; local
303 struct rd_softc *rs = devdata; local
[all...]
H A Dct.c85 struct ct_softc *rs = &ct_softc[ctlr][unit]; local
93 ct_ssmc.unit = C_SUNIT(rs->sc_punit);
102 rs->sc_alive = 1;
158 struct ct_softc *rs; local
164 rs = &ct_softc[ctlr][slave];
166 if (rs->sc_alive == 0)
169 *punit = rs->sc_punit;
178 struct ct_softc *rs; local
192 rs = &ct_softc[ctlr][unit];
193 rs
220 struct ct_softc *rs = devdata; local
292 struct ct_softc *rs = &ct_softc[ctlr][unit]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dcompare.c37 meta_back_compare( Operation *op, SlapReply *rs )
52 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
53 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
54 return rs->sr_err;
65 dc.rs = rs;
118 rc = meta_back_controls_add( op, rs, mc, candidate, &ctrls );
120 send_ldap_result( op, rs );
124 rs->sr_err = ldap_compare_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
128 rs
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dconf.c39 #include "rs.h"
43 cons_init(rs),
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c190 SlapReply *rs,
231 rs->sr_err = LDAP_OTHER;
236 return rs->sr_err;
241 SlapReply *rs,
267 + rs->sr_nentries;
285 rs->sr_err = LDAP_OTHER;
290 return rs->sr_err;
295 SlapReply *rs,
308 rc = ber_printf(ber, "{e}", rs->sr_err);
324 rs
188 pack_vlv_response_control( Operation *op, SlapReply *rs, sort_op *so, LDAPControl **ctrlsp ) argument
239 pack_pagedresult_response_control( Operation *op, SlapReply *rs, sort_op *so, LDAPControl **ctrlsp ) argument
293 pack_sss_response_control( Operation *op, SlapReply *rs, LDAPControl **ctrlsp ) argument
347 send_list( Operation *op, SlapReply *rs, sort_op *so) argument
498 send_page( Operation *op, SlapReply *rs, sort_op *so ) argument
539 send_entry( Operation *op, SlapReply *rs, sort_op *so) argument
578 send_result( Operation *op, SlapReply *rs, sort_op *so) argument
697 sssvlv_op_search( Operation *op, SlapReply *rs) argument
855 get_ordering_rule( AttributeDescription *ad, struct berval *matchrule, SlapReply *rs, MatchingRule **ordering ) argument
908 build_key( BerElement *ber, SlapReply *rs, sort_key *key ) argument
981 sss_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1033 vlv_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c289 void *dbdata, PGresult **rs)
300 REQUIRE(*rs == NULL);
541 *rs = PQexec((PGconn *)dbi->dbconn, querystring );
547 for (i=0; *rs == NULL && i < 3; i++) {
562 if (PQresultStatus(*rs) == PGRES_TUPLES_OK) {
567 "%d rs ok", dlz_thread_num);
576 "%d clearing rs", dlz_thread_num);
578 PQclear(*rs); /* get rid of it */
646 postgres_process_rs(dns_sdlzlookup_t *lookup, PGresult *rs) argument
658 rows = PQntuples(rs); /* ho
287 postgres_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, PGresult **rs) argument
778 PGresult *rs = NULL; local
814 PGresult *rs = NULL; local
869 PGresult *rs = NULL; local
990 PGresult *rs = NULL; local
1025 PGresult *rs = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dstring-1.d1 #objdump: -rs
H A Dstring-2.d1 #objdump: -rs
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Drfcomm_upper.c137 struct rfcomm_session *rs; local
162 rs = rfcomm_session_lookup(&dlc->rd_laddr, &dlc->rd_raddr);
163 if (rs == NULL) {
164 rs = rfcomm_session_alloc(&rfcomm_session_active,
166 if (rs == NULL)
169 rs->rs_flags |= RFCOMM_SESSION_INITIATOR;
170 rs->rs_state = RFCOMM_SESSION_WAIT_CONNECT;
172 err = l2cap_connect(rs->rs_l2cap, &dlc->rd_raddr);
174 rfcomm_session_free(rs);
185 dlc->rd_dlci = RFCOMM_MKDLCI(IS_INITIATOR(rs)
225 struct rfcomm_session *rs = dlc->rd_session; local
318 struct rfcomm_session *rs; local
[all...]

Completed in 163 milliseconds

1234567891011>>