Searched refs:rs (Results 276 - 300 of 411) sorted by relevance

<<11121314151617

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dproto-slapi.h38 LDAP_SLAPI_F (int) slapi_int_response LDAP_P(( Slapi_Operation *op, SlapReply *rs ));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/soft-fp/
H A Dextended.h257 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,4,X,r,rs,rt)
426 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,2,X,r,rs,rt)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2-frame.c227 dwarf2_frame_state_alloc_regs (struct dwarf2_frame_state_reg_info *rs,
232 if (num_regs <= rs->num_regs)
235 rs->reg = (struct dwarf2_frame_state_reg *)
236 xrealloc (rs->reg, num_regs * size);
239 memset (rs->reg + rs->num_regs, 0, (num_regs - rs->num_regs) * size);
240 rs->num_regs = num_regs;
247 dwarf2_frame_state_copy_regs (struct dwarf2_frame_state_reg_info *rs)
249 size_t size = rs
226 dwarf2_frame_state_alloc_regs(struct dwarf2_frame_state_reg_info *rs, int num_regs) argument
246 dwarf2_frame_state_copy_regs(struct dwarf2_frame_state_reg_info *rs) argument
260 dwarf2_frame_state_free_regs(struct dwarf2_frame_state_reg_info *rs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm.h89 krndsource_t rs; /* entropy source */ member in struct:uvm_cpu
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dentry-id.c115 SlapReply *rs,
203 if ( backsql_api_dn2odbc( op, rs, &realndn ) ) {
309 if ( backsql_api_odbc2dn( op, rs, &dn ) ) {
341 rs->sr_matched = NULL;
350 rs->sr_err = backsql_dn2id( op, rs, dbh, &pdn, id, 0, 1 );
351 switch ( rs->sr_err ) {
361 rs->sr_err = LDAP_NO_SUCH_OBJECT;
362 rs->sr_matched = matchedDN;
113 backsql_dn2id( Operation *op, SlapReply *rs, SQLHDBC dbh, struct berval *ndn, backsql_entryID *id, int matched, int muck ) argument
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_proto.c502 struct ieee80211_rateset *rs)
508 if (rs->rs_nrates < N(rates))
511 for (j = 0; j < rs->rs_nrates; j++) {
512 int r = rs->rs_rates[j] & IEEE80211_RATE_VAL;
534 ieee80211_set11gbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
547 for (i = 0; i < rs->rs_nrates; i++) {
548 rs->rs_rates[i] &= IEEE80211_RATE_VAL;
550 if (basic[mode].rs_rates[j] == rs->rs_rates[i]) {
551 rs->rs_rates[i] |= IEEE80211_RATE_BASIC;
501 ieee80211_iserp_rateset(struct ieee80211com *ic, struct ieee80211_rateset *rs) argument
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c1277 struct rtw_rxsoft *rs; local
1280 rs = &desc[i];
1281 if (rs->rs_mbuf == NULL)
1283 bus_dmamap_sync(dmat, rs->rs_dmamap, 0,
1284 rs->rs_dmamap->dm_mapsize, BUS_DMASYNC_POSTREAD);
1285 bus_dmamap_unload(dmat, rs->rs_dmamap);
1286 m_freem(rs->rs_mbuf);
1287 rs->rs_mbuf = NULL;
1292 rtw_rxsoft_alloc(bus_dma_tag_t dmat, struct rtw_rxsoft *rs) argument
1309 if (rs
1330 struct rtw_rxsoft *rs; local
1355 rtw_rxdesc_init(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *rs, int idx, int kick) argument
1396 struct rtw_rxsoft *rs; local
1459 struct rtw_rxsoft *rs; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c462 SlapReply rs = {0}; local
478 rs.sr_entry = &e;
479 rs.sr_flags = REP_ENTRY_MODIFIABLE;
480 rs.sr_attrs = at;
485 i = backend_operational( op, &rs );
1671 SlapReply rs = { REP_RESULT }; local
1811 rc = op->o_bd->be_add( op, &rs );
1822 rc = op->o_bd->be_modify( op, &rs );
1854 if ( slap_modrdn2mods( op, &rs ) ) {
1867 rc = op->o_bd->be_modrdn( op, &rs );
[all...]
H A Dconfig.h103 Operation *op, SlapReply *rs, Entry *parent, struct config_args_s *ca );
198 Entry * config_build_entry( Operation *op, SlapReply *rs, CfEntryInfo *parent,
H A Dconnection.c704 SlapReply rs = {0}; local
716 frontendDB->be_abandon( &op, &rs );
1022 SlapReply rs = {REP_RESULT}; local
1056 rs.sr_err = LDAP_PROTOCOL_ERROR;
1057 rs.sr_text = "unknown LDAP request";
1058 send_ldap_disconnect( op, &rs );
1067 send_ldap_error( op, &rs, LDAP_OPERATIONS_ERROR,
1111 rc = (*(opfun[opidx]))( op, &rs );
1721 static int connection_bind_cleanup_cb( Operation *op, SlapReply *rs )
1731 static int connection_bind_cb( Operation *op, SlapReply *rs )
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dback-monitor.h38 int (*mc_update)( Operation *op, SlapReply *rs, Entry *e, void *priv );
41 int (*mc_modify)( Operation *op, SlapReply *rs, Entry *e, void *priv );
H A Doperation.c58 SlapReply *rs,
172 SlapReply *rs,
170 monitor_subsys_ops_update( Operation *op, SlapReply *rs, Entry *e ) argument
H A Dsent.c40 SlapReply *rs,
163 SlapReply *rs,
161 monitor_subsys_sent_update( Operation *op, SlapReply *rs, Entry *e ) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dauditlog.c71 static int auditlog_response(Operation *op, SlapReply *rs) { argument
82 if ( rs->sr_err != LDAP_SUCCESS ) return SLAP_CB_CONTINUE;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-acl.conf107 by dn.subtree="dc=example,dc=com" +rs continue
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dx-to-dcr1-sreg.d1 #objdump: -rs
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dpcrel.d2 #objdump: -rs
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dborder.c161 cchar_t ls, rs, ts, bs, tl, tr, bl, br;
174 S(right, rs, WACS_VLINE);
186 int border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, argument
193 return wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
197 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, argument
213 if ( rs && wcwidth( rs->vals[ 0 ]))
214 memcpy( &right, rs, sizeof( cchar_t ));
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Drfcomm.h314 #define IS_INITIATOR(rs) ((rs)->rs_flags & RFCOMM_SESSION_INITIATOR)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Daddb.s25 # add.b rs, rd ; 0 8 rs rd
26 # add.b reg8, @erd ; 7 d rd ???? 0 8 rs ????
27 # add.b reg8, @erd+ ; 0 1 7 9 8 rd 1 rs
28 # add.b reg8, @erd- ; 0 1 7 9 a rd 1 rs
29 # add.b reg8, @+erd ; 0 1 7 9 9 rd 1 rs
30 # add.b reg8, @-erd ; 0 1 7 9 b rd 1 rs
33 # add.b reg8, @aa:8 ; 7 f aaaaaaaa 0 8 rs ????
34 # add.b reg8, @aa:16 ; 6 a 1 1??? aa:16 0 8 rs ????
35 # add.b reg8, @aa:32 ; 6 a 3 1??? aa:32 0 8 rs
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dmips_emul.c78 nextpc = tf->tf_regs[inst.RType.rs];
92 if ((int)(tf->tf_regs[inst.RType.rs]) < 0)
102 if ((int)(tf->tf_regs[inst.RType.rs]) >= 0)
122 if (tf->tf_regs[inst.RType.rs] == tf->tf_regs[inst.RType.rt])
130 if (tf->tf_regs[inst.RType.rs] != tf->tf_regs[inst.RType.rt])
138 if ((int)(tf->tf_regs[inst.RType.rs]) <= 0)
146 if ((int)(tf->tf_regs[inst.RType.rs]) > 0)
153 if (inst.RType.rs == OP_BCx || inst.RType.rs == OP_BCy) {
403 const intptr_t vaddr = tf->tf_regs[instfmt.RType.rs]
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl.c1135 struct pf_ruleset *rs; local
1142 rs = &pf->anchor->ruleset;
1173 TAILQ_INSERT_TAIL(rs->rules[rs_num].active.ptr, rule, entries);
1208 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, argument
1215 pf->anchor = rs->anchor;
1223 if (TAILQ_FIRST(rs->rules[rs_num].active.ptr) != NULL) {
1229 path, rs->anchor))) {
1240 pfctl_optimize_ruleset(pf, rs);
1242 while ((r = TAILQ_FIRST(rs->rules[rs_num].active.ptr)) != NULL) {
1243 TAILQ_REMOVE(rs
1350 struct pf_ruleset *rs; local
[all...]
H A Dpfctl_optimize.c259 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs) argument
273 old_rules = rs->rules[PF_RULESET_FILTER].active.ptr;
274 rs->rules[PF_RULESET_FILTER].active.ptr =
275 rs->rules[PF_RULESET_FILTER].inactive.ptr;
276 rs->rules[PF_RULESET_FILTER].inactive.ptr = old_rules;
282 while ((r = TAILQ_FIRST(rs->rules[PF_RULESET_FILTER].inactive.ptr))
284 TAILQ_REMOVE(rs->rules[PF_RULESET_FILTER].inactive.ptr, r,
314 rs->anchor->refcnt = 0;
320 por->por_rule.nr = rs->anchor->refcnt++;
327 rs
897 struct pf_ruleset *rs; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_iwi.c2264 struct iwi_rateset rs; local
2354 rs.mode = IWI_MODE_11G;
2355 rs.type = IWI_RATESET_TYPE_SUPPORTED;
2356 rs.nrates = ic->ic_sup_rates[IEEE80211_MODE_11G].rs_nrates;
2357 memcpy(rs.rates, ic->ic_sup_rates[IEEE80211_MODE_11G].rs_rates,
2358 rs.nrates);
2359 DPRINTF(("Setting .11bg supported rates (%u)\n", rs.nrates));
2360 error = iwi_cmd(sc, IWI_CMD_SET_RATES, &rs, sizeof rs, 0);
2364 rs
2512 struct iwi_rateset rs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dclient.c3196 struct response *rs;
3203 for (rs = responses; rs->name; ++rs)
3204 if (!strncmp (cmd, rs->name, strlen (rs->name)))
3206 size_t cmdlen = strlen (rs->name);
3218 (*rs->func) (cmd + cmdlen, len - cmdlen);
3221 if (!rs->name)
3237 } while (rs
3195 struct response *rs; local
3995 struct response *rs; local
[all...]

Completed in 377 milliseconds

<<11121314151617