Searched refs:rs (Results 201 - 225 of 411) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c111 SlapReply *rs, int *renumber, Operation *op );
3790 config_ldif_resp( Operation *op, SlapReply *rs )
3792 if ( rs->sr_type == REP_SEARCH ) {
3799 if ( !strncmp( rs->sr_entry->e_nname.bv_val,
3802 if ( strncmp( rs->sr_entry->e_nname.bv_val +
3817 sc->frontend = config_build_entry( op, rs,
3829 dnParent( &rs->sr_entry->e_nname, &pdn );
3833 !strncmp( rs->sr_entry->e_nname.bv_val,
3837 if ( strncmp( rs->sr_entry->e_nname.bv_val +
3851 sc->config = config_build_entry( op, rs, s
3881 SlapReply rs = {REP_RESULT}; local
4131 config_send( Operation *op, SlapReply *rs, CfEntryInfo *ce, int depth ) argument
4277 config_rename_attr( SlapReply *rs, Entry *e, struct berval *rdn, Attribute **at ) argument
4320 config_rename_one( Operation *op, SlapReply *rs, Entry *e, CfEntryInfo *parent, Attribute *a, struct berval *newrdn, struct berval *nnewrdn, int use_ldif ) argument
4393 config_renumber_one( Operation *op, SlapReply *rs, CfEntryInfo *parent, Entry *e, int idx, int tailindex, int use_ldif ) argument
4446 check_name_index( CfEntryInfo *parent, ConfigType ce_type, Entry *e, SlapReply *rs, int *renum, int *ibase ) argument
4752 config_add_internal( CfBackInfo *cfb, Entry *e, ConfigArgs *ca, SlapReply *rs, int *renum, Operation *op ) argument
5097 config_rename_add( Operation *op, SlapReply *rs, CfEntryInfo *ce, int base, int rebase, int max, int use_ldif ) argument
5144 config_rename_del( Operation *op, SlapReply *rs, CfEntryInfo *ce, CfEntryInfo *ce2, int old, int use_ldif ) argument
5313 config_modify_internal( CfEntryInfo *ce, Operation *op, SlapReply *rs, ConfigArgs *ca ) argument
6147 config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent, ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra ) argument
6418 SlapReply rs = {REP_RESULT}; local
6453 SlapReply rs = {REP_RESULT}; local
[all...]
H A Dproto-slap.h371 LDAP_SLAPD_F (int) be_rootdn_bind LDAP_P(( Operation *op, SlapReply *rs ));
385 LDAP_SLAPD_F (int) backend_unbind LDAP_P((Operation *op, SlapReply *rs));
391 SlapReply *rs ));
394 SlapReply *rs,
399 SlapReply *rs ));
430 SlapReply *rs
464 SlapReply *rs,
632 SlapReply *rs,
636 SlapReply *rs,
641 SlapReply *rs,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dproto-sql.h86 SlapReply *rs,
93 SlapReply *rs,
106 int backsql_api_dn2odbc( Operation *op, SlapReply *rs, struct berval *dn );
107 int backsql_api_odbc2dn( Operation *op, SlapReply *rs, struct berval *dn );
118 backsql_dn2id( Operation *op, SlapReply *rs, SQLHDBC dbh,
180 Operation *op, SlapReply *rs, AttributeName *attrs,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddyngroup.c145 dyngroup_response( Operation *op, SlapReply *rs )
154 rs->sr_err == LDAP_NO_SUCH_ATTRIBUTE ) {
165 rs->sr_err = backend_group( op, NULL, &op->o_req_ndn,
168 switch ( rs->sr_err ) {
170 rs->sr_err = LDAP_COMPARE_TRUE;
174 rs->sr_err = LDAP_COMPARE_FALSE;
H A Dunique.c870 SlapReply *rs
876 if(!op || !rs) return(0);
879 if(rs->sr_type != REP_SEARCH) return(0);
884 if ( dn_match( uc->ndn, &rs->sr_entry->e_nname )) return(0);
887 rs->sr_entry ? rs->sr_entry->e_name.bv_val : "UNKNOWN_DN", 0, 0);
992 SlapReply *rs,
1007 send_ldap_error(op, rs, LDAP_OTHER,
1009 return(rs->sr_err);
1038 send_ldap_error(op, rs, r
987 unique_search( Operation *op, Operation *nop, struct berval * dn, int scope, SlapReply *rs, struct berval *key ) argument
[all...]
H A Drwm.h100 SlapReply *rs; member in struct:dncookie
173 SlapReply *rs,
180 SlapReply *rs,
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c641 add_version(struct rpcbdump_short *rs, rpcvers_t vers) argument
645 for (vl = rs->vlist; vl; vl = vl->next)
654 vl->next = rs->vlist;
655 rs->vlist = vl;
660 add_netid(struct rpcbdump_short *rs, char *netid) argument
664 for (nl = rs->nlist; nl; nl = nl->next)
673 nl->next = rs->nlist;
674 rs->nlist = nl;
688 struct rpcbdump_short *rs, *rs_tail = NULL; local
813 for (rs
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Ddatabase.c41 SlapReply *rs,
677 SlapReply *rs,
695 rs->sr_text = "invalid database index";
696 return ( rs->sr_err = LDAP_NO_SUCH_OBJECT );
707 rs->sr_text = "no modifications allowed to monitor database entry";
708 return ( rs->sr_err = LDAP_UNWILLING_TO_PERFORM );
724 rs->sr_text = "attempting to modify multiple values of single-valued attribute";
725 rc = rs->sr_err = LDAP_CONSTRAINT_VIOLATION;
737 rc = rs->sr_err = LDAP_INVALID_SYNTAX;
745 rc = rs
675 monitor_subsys_database_modify( Operation *op, SlapReply *rs, Entry *e ) argument
[all...]
H A Dlog.c44 SlapReply *rs,
109 SlapReply *rs,
134 rc = rs->sr_err = attr_merge( e, mod->sm_desc,
145 rc = rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
168 rs->sr_err = rc;
180 rc = rs->sr_err = SLAPD_ABANDON;
189 rs->sr_err = rc;
107 monitor_subsys_log_modify( Operation *op, SlapReply *rs, Entry *e ) argument
H A Dproto-back-monitor.h66 SlapReply *rs,
104 SlapReply *rs,
109 SlapReply *rs,
116 SlapReply *rs,
H A Dtime.c39 SlapReply *rs,
186 SlapReply *rs,
215 return rs->sr_err = LDAP_OTHER;
231 return rs->sr_err = LDAP_OTHER;
184 monitor_subsys_time_update( Operation *op, SlapReply *rs, Entry *e ) argument
/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dcs80bus.c309 struct cs80_statuscmd rs; local
312 rs.c_unit = CS80CMD_SUNIT(punit);
313 rs.c_sram = CS80CMD_SRAM;
314 rs.c_param = 0; /* single vector (i.e. sector number) */
315 rs.c_cmd = CS80CMD_STATUS;
317 (void) gpibsend(sc->sc_ic, slave, CS80CMD_SCMD, &rs, sizeof(rs));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldwrite.c191 lang_reloc_statement_type *rs; local
195 rs = &statement->reloc_statement;
197 output_section = rs->output_section;
209 link_order->offset = rs->output_offset;
210 link_order->size = bfd_get_reloc_size (rs->howto);
215 link_order->u.reloc.p->reloc = rs->reloc;
216 link_order->u.reloc.p->addend = rs->addend_value;
218 if (rs->name == NULL)
221 if (rs->section->owner == link_info.output_bfd)
222 link_order->u.reloc.p->u.section = rs
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c36 Operation *op, SlapReply *rs)
40 rs->sr_ctrls, NULL);
92 rs->sr_err = LDAP_SUCCESS;
150 SlapReply rs = {REP_RESULT}; local
190 rc = op->o_bd->be_bind( op, &rs );
196 send_ldap_result(op, &rs);
197 switch(rs.sr_err) {
211 SlapReply rs = {REP_RESULT}; local
258 static int pam_compare_cb(Operation *op, SlapReply *rs) argument
260 if (rs
35 pam_bindcb( Operation *op, SlapReply *rs) argument
279 SlapReply rs = {REP_RESULT}; local
497 SlapReply rs = {REP_RESULT}; local
639 SlapReply rs = {REP_RESULT}; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Ddistproc.c247 SlapReply *rs,
291 ldap_distproc_operational( Operation *op, SlapReply *rs )
302 if ( rs->sr_entry->e_private == NULL ) {
310 ldap_distproc_response( Operation *op, SlapReply *rs )
462 SlapReply *rs; member in struct:ldap_distproc_cfadd_apply_t
482 config_build_entry( lca->op, lca->rs, lca->p->e_private, lca->ca,
491 distproc_cfadd( Operation *op, SlapReply *rs, Entry *p, ConfigArgs *ca ) argument
502 lca.rs = rs;
905 SlapReply *rs,
903 ldap_distproc_parse_returnContRef_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_loop.c1011 const CHAR *rs; local
1094 for (rs = string; rs <= string_end; ++rs)
1097 if (FCT (list->str, string, rs, no_leading_period,
1101 && (FCT (p, rs, string_end,
1102 rs == string
1104 : rs[-1] == '/' && NO_LEADING_PERIOD (flags),
1108 || (rs != string
1109 && FCT (pattern - 1, rs, string_en
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfnmatch_loop.c1011 const CHAR *rs; local
1094 for (rs = string; rs <= string_end; ++rs)
1097 if (FCT (list->str, string, rs, no_leading_period,
1101 && (FCT (p, rs, string_end,
1102 rs == string
1104 : rs[-1] == '/' && NO_LEADING_PERIOD (flags),
1108 || (rs != string
1109 && FCT (pattern - 1, rs, string_en
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dsecrel.d1 #objdump: -rs
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.mklev.c96 } rs[MAXRS + 1]; variable in typeref:struct:rectangle
239 rsp = rs;
254 rsp = &rs[rn2(rscnt)];
276 rs[rsmax] = *rsp;
277 *rsp = rs[rscnt];
278 rs[rscnt] = rs[rsmax];
311 for (rsp = &rs[rsmax - 1]; rsp >= rs; rsp--) {
316 if ((discarded = (rsp >= &rs[rscn
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/eb7500atx/
H A Dif_cs.c142 struct rsbus_attach_args *rs = aux; local
148 cs_rsbus_bs_tag = *rs->sa_iot;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dxfrout.c206 rrstream_noop_pause(rrstream_t *rs) { argument
207 UNUSED(rs);
269 ixfr_rrstream_first(rrstream_t *rs) { argument
270 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
275 ixfr_rrstream_next(rrstream_t *rs) { argument
276 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
281 ixfr_rrstream_current(rrstream_t *rs, argument
285 ixfr_rrstream_t *s = (ixfr_rrstream_t *) rs;
356 axfr_rrstream_first(rrstream_t *rs) { argument
357 axfr_rrstream_t *s = (axfr_rrstream_t *) rs;
379 axfr_rrstream_next(rrstream_t *rs) argument
400 axfr_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
408 axfr_rrstream_pause(rrstream_t *rs) argument
476 soa_rrstream_first(rrstream_t *rs) argument
482 soa_rrstream_next(rrstream_t *rs) argument
488 soa_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
581 compound_rrstream_first(rrstream_t *rs) argument
592 compound_rrstream_next(rrstream_t *rs) argument
612 compound_rrstream_current(rrstream_t *rs, dns_name_t **name, isc_uint32_t *ttl, dns_rdata_t **rdata) argument
624 compound_rrstream_pause(rrstream_t *rs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c207 autogroup_member_search_cb( Operation *op, SlapReply *rs )
213 if ( rs->sr_type == REP_SEARCH ) {
222 rs->sr_entry ? rs->sr_entry->e_name.bv_val : "UNKNOWN_DN", 0, 0);
224 vals[ 0 ] = rs->sr_entry->e_name;
226 nvals[ 0 ] = rs->sr_entry->e_nname;
249 autogroup_member_search_modify_cb( Operation *op, SlapReply *rs )
253 if ( rs->sr_type == REP_SEARCH ) {
260 rs->sr_entry ? rs
308 SlapReply rs = { REP_SEARCH }; local
534 autogroup_add_entry( Operation *op, SlapReply *rs) argument
650 autogroup_delete_entry( Operation *op, SlapReply *rs) argument
1037 autogroup_modify_entry( Operation *op, SlapReply *rs) argument
1448 SlapReply rs = { REP_RESULT }; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dipv6rs.c189 struct nd_router_solicit *rs; local
192 free(ifp->rs);
193 ifp->rslen = sizeof(*rs) + ROUNDUP8(ifp->hwlen + 2);
194 ifp->rs = xzalloc(ifp->rslen);
195 if (ifp->rs == NULL)
197 rs = (struct nd_router_solicit *)(void *)ifp->rs;
198 rs->nd_rs_type = ND_ROUTER_SOLICIT;
199 rs->nd_rs_code = 0;
200 rs
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c1227 SlapReply *rs,
1350 SlapReply *rs; local
1354 rs = pb->pb_rs;
1356 rs->sr_err = err;
1357 rs->sr_matched = matched;
1358 rs->sr_text = text;
1359 rs->sr_ref = NULL;
1362 send_ldap_sasl( pb->pb_op, rs );
1363 } else if ( rs->sr_rspoid != NULL ) {
1364 send_ldap_extended( pb->pb_op, rs );
1225 slapi_int_parse_control( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1386 SlapReply rs = { REP_SEARCH }; local
1441 SlapReply rs = { REP_SEARCHREF }; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtoasterlcd.c149 toasterlcd_writereg(struct hd44780_chip *hd, u_int32_t en, u_int32_t rs, u_int8_t cmd) argument
161 if (rs) {
197 toasterlcd_readreg(struct hd44780_chip *hd, u_int32_t en, u_int32_t rs) argument
208 if (rs) {

Completed in 366 milliseconds

1234567891011>>