Searched refs:rs (Results 1 - 25 of 163) sorted by relevance

1234567

/freebsd-10.0-release/usr.bin/rs/
H A DMakefile3 PROG= rs
/freebsd-10.0-release/lib/libc/gen/
H A Darc4random.c78 static struct arc4_stream rs; variable in typeref:struct:arc4_stream
94 rs.s[n] = n;
95 rs.i = 0;
96 rs.j = 0;
105 rs.i--;
107 rs.i = (rs.i + 1);
108 si = rs.s[rs.i];
109 rs
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c171 struct ath_rx_status *rs)
178 rs->rs_status = 0;
179 rs->rs_flags = 0;
181 rs->rs_datalen = ads->ds_rxstatus1 & AR_DataLen;
182 rs->rs_tstamp = ads->AR_RcvTimestamp;
186 rs->rs_rssi = MS(ads->ds_rxstatus4, AR_RxRSSICombined);
187 rs->rs_rssi_ctl[0] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt00);
188 rs->rs_rssi_ctl[1] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt01);
189 rs->rs_rssi_ctl[2] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt02);
190 rs
169 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
[all...]
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_rx.c370 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
393 sc->sc_rx_th.wr_v.rssi_ctl[0] = rs->rs_rssi_ctl[0];
394 sc->sc_rx_th.wr_v.rssi_ctl[1] = rs->rs_rssi_ctl[1];
395 sc->sc_rx_th.wr_v.rssi_ctl[2] = rs->rs_rssi_ctl[2];
396 sc->sc_rx_th.wr_v.rssi_ext[0] = rs->rs_rssi_ext[0];
397 sc->sc_rx_th.wr_v.rssi_ext[1] = rs->rs_rssi_ext[1];
398 sc->sc_rx_th.wr_v.rssi_ext[2] = rs->rs_rssi_ext[2];
401 sc->sc_rx_th.wr_v.evm[0] = rs->rs_evm0;
402 sc->sc_rx_th.wr_v.evm[1] = rs->rs_evm1;
403 sc->sc_rx_th.wr_v.evm[2] = rs
369 ath_rx_tap_vendor(struct ifnet *ifp, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
435 ath_rx_tap(struct ifnet *ifp, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
517 ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, struct mbuf *m) argument
895 struct ath_rx_status *rs; local
1149 struct ath_rx_status *rs = &bf->bf_status.ds_rxstat; local
[all...]
H A Dif_athrate.h160 int ath_rate_fetch_stats(struct ath_softc *sc, struct ath_rateioctl *rs);
166 struct ath_rateioctl *rs);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c209 struct ath_rx_status *rs)
224 rs->rs_datalen = ads->ds_status0 & AR_DataLen;
225 rs->rs_tstamp = MS(ads->ds_status1, AR_RcvTimestamp);
226 rs->rs_status = 0;
229 rs->rs_status |= HAL_RXERR_CRC;
231 rs->rs_status |= HAL_RXERR_DECRYPT;
233 rs->rs_status |= HAL_RXERR_PHY;
234 rs->rs_phyerr = MS(ads->ds_status1, AR_PHYErr);
238 rs->rs_rssi = MS(ads->ds_status0, AR_RcvSigStrength);
240 rs
207 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Dunwind.c253 struct unw_regstate *rs = (void*)tok; local
266 if (rs->frame != NULL)
267 val = unw_copyin_from_frame(rs->frame, from);
268 else if (rs->pcb != NULL)
269 val = unw_copyin_from_pcb(rs->pcb, from);
285 struct unw_regstate *rs = (void*)tok; local
293 rs->keyval[0] = UWX_KEY_TBASE;
294 rs->keyval[1] = ut->ut_base;
295 rs->keyval[2] = UWX_KEY_USTART;
296 rs
311 unw_create_from_frame(struct unw_regstate *rs, struct trapframe *tf) argument
338 unw_create_from_pcb(struct unw_regstate *rs, struct pcb *pcb) argument
371 unw_delete(struct unw_regstate *rs) argument
379 unw_step(struct unw_regstate *rs) argument
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c248 struct ath_rx_status *rs)
263 rs->rs_datalen = ads->ds_rxstatus0 & AR_DataLen;
264 rs->rs_tstamp = MS(ads->ds_rxstatus1, AR_RcvTimestamp);
265 rs->rs_status = 0;
267 rs->rs_rssi = MS(ads->ds_rxstatus0, AR_RcvSigStrength);
269 if (rs->rs_rssi == -128)
270 rs->rs_rssi = 0;
272 rs->rs_keyix = MS(ads->ds_rxstatus1, AR_KeyIdx);
274 rs->rs_keyix = HAL_RXKEYIX_INVALID;
276 rs
246 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Ddb_disasm.c164 reg_name[i.RType.rd], reg_name[i.RType.rs]);
189 reg_name[i.RType.rt], reg_name[i.RType.rs]);
203 db_printf("\t%s", reg_name[i.RType.rs]);
215 reg_name[i.RType.rs], reg_name[i.RType.rt]);
223 db_printf("\t%d", (i.RType.rs << 5) | i.RType.rt);
228 reg_name[i.RType.rs], reg_name[i.RType.rt]);
234 reg_name[i.IType.rs]);
242 reg_name[i.IType.rs]);
247 if (i.IType.rs == 0 && i.IType.rt == 0) {
255 reg_name[i.IType.rs], reg_nam
[all...]
/freebsd-10.0-release/contrib/serf/buckets/
H A Dallocator.c287 read_status_t *rs; local
301 if ((rs = &track->info[idx])->bucket == bucket) {
302 return rs;
316 rs = &track->info[track->next_index];
317 rs->bucket = bucket;
318 rs->last = APR_SUCCESS; /* ### the right initial value? */
323 return rs;
338 read_status_t *rs = find_read_status(track, bucket, 1);
341 if (APR_STATUS_IS_EAGAIN(rs->last) /* ### or APR_EOF? */) {
347 rs
359 read_status_t *rs = &track->info[0]; local
394 read_status_t *rs = find_read_status(track, bucket, 0); local
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_amrr.c146 const struct ieee80211_rateset *rs = NULL; local
173 rs = (struct ieee80211_rateset *) &ni->ni_htrates;
177 rs = &ni->ni_rates;
181 rate = rs->rs_rates[0];
188 for (amn->amn_rix = rs->rs_nrates - 1; amn->amn_rix > 0;
193 (rs->rs_rates[amn->amn_rix] & 0x7) < 4)
195 else if ((rs->rs_rates[amn->amn_rix] & IEEE80211_RATE_VAL) <= 72)
197 rate = rs->rs_rates[amn->amn_rix] & IEEE80211_RATE_VAL;
210 rs->rs_nrates,
225 const struct ieee80211_rateset *rs local
304 const struct ieee80211_rateset *rs = NULL; local
[all...]
H A Dieee80211_rssadapt.c114 struct ieee80211_rssadapt *rs = vap->iv_rs; local
120 rs->interval = (t < 1) ? 1 : t;
126 struct ieee80211_rssadapt *rs; local
131 vap->iv_rs = rs = malloc(sizeof(struct ieee80211_rssadapt),
133 if (rs == NULL) {
137 rs->vap = vap;
170 const struct ieee80211_rateset *rs = &ni->ni_rates; local
184 ra->ra_rates = *rs;
188 for (ra->ra_rix = rs->rs_nrates - 1;
189 ra->ra_rix > 0 && (rs
226 const struct ieee80211_rateset *rs = &ra->ra_rates; local
330 struct ieee80211_rssadapt *rs = vap->iv_rs; local
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c215 struct ath_rx_status *rs)
231 rs->rs_datalen = ads->ds_status0 & AR_DataLen;
243 rs->rs_tstamp = rstamp & 0x7fff;
244 rs->rs_status = 0;
247 rs->rs_status |= HAL_RXERR_CRC;
249 rs->rs_status |= HAL_RXERR_DECRYPT;
251 rs->rs_status |= HAL_RXERR_FIFO;
253 rs->rs_status |= HAL_RXERR_PHY;
254 rs->rs_phyerr =
259 rs
213 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *nds, uint64_t tsf, struct ath_rx_status *rs) argument
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c151 rpcb_session_t *rs; local
158 KMALLOC(rs, rpcb_session_t *);
159 if (rs == NULL)
162 bzero((char *)rs, sizeof(*rs));
163 MUTEX_INIT(&rs->rs_rxlock, "ipf Sun RPCB proxy session lock");
165 aps->aps_data = rs;
182 rpcb_session_t *rs; local
183 rs = (rpcb_session_t *)aps->aps_data;
185 MUTEX_ENTER(&rs
212 rpcb_session_t *rs; local
284 rpcb_session_t *rs; local
[all...]
/freebsd-10.0-release/tools/
H A Dmake_libdeps.sh92 awk -F"${FS}" '{ print $2 }' ${LIBDEPENDS} |rs 0 1 |sort -u
97 rs 0 1
/freebsd-10.0-release/tools/tools/netmap/
H A Dbridge.c51 struct netmap_slot *rs = &rxring->slot[j]; local
54 char *rxbuf = NETMAP_BUF(rxring, rs->buf_idx);
61 if (ts->buf_idx < 2 || rs->buf_idx < 2) {
63 j, rs->buf_idx, k, ts->buf_idx);
68 ts->buf_idx = rs->buf_idx;
69 rs->buf_idx = pkt;
72 if (rs->len < 14 || rs->len > 2048)
73 D("wrong len %d rx[%d] -> tx[%d]", rs->len, j, k);
75 D("%s send len %d rx[%d] -> tx[%d]", msg, rs
[all...]
/freebsd-10.0-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_vfsops.c284 struct reiserfs_super_block *rs; local
289 rs = sbi->s_rs;
294 sbp->f_blocks = sb_block_count(rs) - sb_bmap_nr(rs) - 1;
295 sbp->f_bfree = sb_free_blocks(rs);
389 is_reiserfs_3_5(struct reiserfs_super_block *rs) argument
392 return (!strncmp(rs->s_v1.s_magic, reiserfs_3_5_magic_string,
397 is_reiserfs_3_6(struct reiserfs_super_block *rs) argument
400 return (!strncmp(rs->s_v1.s_magic, reiserfs_3_6_magic_string,
405 is_reiserfs_jr(struct reiserfs_super_block *rs) argument
413 is_any_reiserfs_magic_string(struct reiserfs_super_block *rs) argument
433 struct reiserfs_super_block *rs; local
634 struct reiserfs_super_block *rs; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote.c254 struct remote_state *rs = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_state); local
257 rs->sizeof_g_packet = DEPRECATED_REGISTER_BYTES;
259 rs->sizeof_g_packet = 0;
262 rs->regs = GDBARCH_OBSTACK_CALLOC (gdbarch, NUM_REGS + NUM_PSEUDO_REGS,
266 struct packet_reg *r = &rs->regs[regnum];
275 rs->sizeof_g_packet += register_size (current_gdbarch, regnum);
285 rs->remote_packet_size = 400 - 1;
287 /* Should rs->sizeof_g_packet needs more space than the
293 if (rs->sizeof_g_packet > ((rs
303 packet_reg_from_regnum(struct remote_state *rs, long regnum) argument
316 packet_reg_from_pnum(struct remote_state *rs, LONGEST pnum) argument
412 struct remote_state *rs = get_remote_state (); local
551 struct remote_state *rs = get_remote_state (); local
1063 struct remote_state *rs = get_remote_state (); local
1499 struct remote_state *rs = get_remote_state (); local
1590 struct remote_state *rs = get_remote_state (); local
1624 struct remote_state *rs = get_remote_state (); local
1650 struct remote_state *rs = get_remote_state (); local
1769 struct remote_state *rs = get_remote_state (); local
1803 struct remote_state *rs = get_remote_state (); local
1853 struct remote_state *rs = get_remote_state (); local
1914 struct remote_state *rs = get_remote_state (); local
1944 struct remote_state *rs = get_remote_state (); local
2116 struct remote_state *rs = get_remote_state (); local
2175 struct remote_state *rs = get_remote_state (); local
2321 struct remote_state *rs = get_remote_state (); local
2345 struct remote_state *rs = get_remote_state (); local
2426 remote_vcont_probe(struct remote_state *rs, char *buf) argument
2479 struct remote_state *rs = get_remote_state (); local
2560 struct remote_state *rs = get_remote_state (); local
2883 struct remote_state *rs = get_remote_state (); local
3066 struct remote_state *rs = get_remote_state (); local
3264 struct remote_state *rs = get_remote_state (); local
3375 struct remote_state *rs = get_remote_state (); local
3400 struct remote_state *rs = get_remote_state (); local
3424 struct remote_state *rs = get_remote_state (); local
3557 struct remote_state *rs = get_remote_state (); local
3927 struct remote_state *rs = get_remote_state (); local
4444 struct remote_state *rs = get_remote_state (); local
4504 struct remote_state *rs = get_remote_state (); local
4557 struct remote_state *rs = get_remote_state (); local
4592 struct remote_state *rs = get_remote_state (); local
4671 struct remote_state *rs = get_remote_state (); local
4713 struct remote_state *rs = get_remote_state (); local
4812 struct remote_state *rs = get_remote_state (); local
4891 struct remote_state *rs = get_remote_state (); local
5015 struct remote_state *rs = get_remote_state (); local
5072 struct remote_state *rs = get_remote_state (); local
[all...]
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkcrypto_arcfour.c123 rc4_crypt_int(void *rs, void *buf, u_int len) argument
126 rc4_crypt(rs, buf, buf, len);
134 struct rc4_state rs; local
145 rc4_init(&rs, kk, 16);
147 rc4_init(&rs, newkey, 16);
150 m_apply(inout, skip, len, rc4_crypt_int, &rs);
/freebsd-10.0-release/lib/libc/net/
H A Dnscache.c263 cached_mp_read_session rs; local
279 rs = cache_info->get_mp_rs_func();
280 if (rs == INVALID_CACHED_MP_READ_SESSION) {
284 rs = __open_cached_mp_read_session(&params,
286 if (rs == INVALID_CACHED_MP_READ_SESSION)
289 cache_info->set_mp_rs_func(rs);
297 res = __cached_mp_read(rs, buffer, &buffer_size);
317 __close_cached_mp_read_session(rs);
318 rs = INVALID_CACHED_MP_READ_SESSION;
319 cache_info->set_mp_rs_func(rs);
415 cached_mp_read_session rs; local
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-npi.h76 uint64_t rs : 1; /**< Real short */ member in struct:__anon7003::__anon7004
82 uint64_t rs : 1;
H A Dcvmx-asm.h232 #define CVMX_BADDU(result, input1, input2) asm ("baddu %[rd],%[rs],%[rt]" : [rd] "=d" (result) : [rs] "d" (input1) , [rt] "d" (input2))
235 #define CVMX_ROTR(result, input1, shiftconst) asm ("rotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) : [rd] "=d" (result) : [rs] "d" (input1))
236 #define CVMX_ROTRV(result, input1, input2) asm ("rotrv %[rd],%[rt],%[rs]" : [rd] "=d" (result) : [rt] "d" (input1) , [rs] "d" (input2))
237 #define CVMX_DROTR(result, input1, shiftconst) asm ("drotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) : [rd] "=d" (result) : [rs] "d" (input1))
238 #define CVMX_DROTRV(result, input1, input2) asm ("drotrv %[rd],%[rt],%[rs]" : [rd] "=d" (result) : [rt] "d" (input1) , [rs] "
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldwrite.c180 lang_reloc_statement_type *rs; local
184 rs = &statement->reloc_statement;
186 output_section = rs->output_section;
193 link_order->offset = rs->output_offset;
194 link_order->size = bfd_get_reloc_size (rs->howto);
198 link_order->u.reloc.p->reloc = rs->reloc;
199 link_order->u.reloc.p->addend = rs->addend_value;
201 if (rs->name == NULL)
204 if (rs->section->owner == output_bfd)
205 link_order->u.reloc.p->u.section = rs
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dkrl.c145 struct revoked_serial *rs, *trs; local
148 RB_FOREACH_SAFE(rs, revoked_serial_tree, &rc->revoked_serials, trs) {
149 RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs);
150 free(rs);
238 struct revoked_serial rs, *ers, *crs, *irs; local
241 bzero(&rs, sizeof(rs));
242 rs.lo = lo;
243 rs.hi = hi;
244 ers = RB_NFIND(revoked_serial_tree, rt, &rs);
520 struct revoked_serial *rs, *nrs; local
1113 struct revoked_serial rs, *ers; local
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-snoop.c159 register struct rawstats *rs; local
162 rs = &rawstats;
163 memset(rs, 0, sizeof(*rs));
164 if (ioctl(p->fd, SIOCRAWSTATS, (char *)rs) < 0) {
184 rs->rs_snoop.ss_ifdrops + rs->rs_snoop.ss_sbdrops +
185 rs->rs_drain.ds_ifdrops + rs->rs_drain.ds_sbdrops;

Completed in 378 milliseconds

1234567