Searched refs:rs (Results 26 - 50 of 206) sorted by relevance

123456789

/freebsd-11-stable/sys/net80211/
H A Dieee80211_rssadapt.c118 struct ieee80211_rssadapt *rs = vap->iv_rs; local
121 if (!rs)
127 rs->interval = (t < 1) ? 1 : t;
133 struct ieee80211_rssadapt *rs; local
139 vap->iv_rs = rs = IEEE80211_MALLOC(sizeof(struct ieee80211_rssadapt),
141 if (rs == NULL) {
145 rs->vap = vap;
180 const struct ieee80211_rateset *rs = &ni->ni_rates; local
200 ra->ra_rates = *rs;
204 for (ra->ra_rix = rs
242 const struct ieee80211_rateset *rs; local
357 struct ieee80211_rssadapt *rs = vap->iv_rs; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drange_tree.h76 void (*rtop_add)(range_tree_t *rt, range_seg_t *rs, void *arg);
77 void (*rtop_remove)(range_tree_t *rt, range_seg_t *rs, void *arg);
91 void range_tree_resize_segment(range_tree_t *rt, range_seg_t *rs,
105 void range_tree_adjust_fill(range_tree_t *rt, range_seg_t *rs, int64_t delta);
114 void rt_avl_add(range_tree_t *rt, range_seg_t *rs, void *arg);
115 void rt_avl_remove(range_tree_t *rt, range_seg_t *rs, void *arg);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c507 auto_set_start_offset(rep_state_t *rs,
510 if (rs->start == -1)
512 SVN_ERR(svn_fs_x__item_offset(&rs->start, &rs->sub_item,
513 rs->sfile->fs, rs->sfile->rfile,
514 &rs->rep_id, scratch_pool));
515 rs->start += rs->header_size;
526 auto_read_diff_version(rep_state_t *rs,
506 auto_set_start_offset(rep_state_t *rs, apr_pool_t *scratch_pool) argument
525 auto_read_diff_version(rep_state_t *rs, apr_pool_t *scratch_pool) argument
559 rep_state_t *rs = apr_pcalloc(result_pool, sizeof(*rs)); local
962 get_window_key(svn_fs_x__window_cache_key_t *key, rep_state_t *rs) argument
1030 get_cached_window_sizes(window_sizes_t **sizes, rep_state_t *rs, svn_boolean_t *is_cached, apr_pool_t *pool) argument
1048 get_cached_window(svn_txdelta_window_t **window_p, rep_state_t *rs, int chunk_index, svn_boolean_t *is_cached, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1084 set_cached_window(svn_txdelta_window_t *window, rep_state_t *rs, apr_off_t start_offset, apr_pool_t *scratch_pool) argument
1114 get_cached_combined_window(svn_stringbuf_t **window_p, rep_state_t *rs, svn_boolean_t *is_cached, apr_pool_t *pool) argument
1132 set_cached_combined_window(svn_stringbuf_t *window, rep_state_t *rs, apr_pool_t *scratch_pool) argument
1165 rep_state_t *rs = NULL; local
1283 read_delta_window(svn_txdelta_window_t **nwin, int this_chunk, rep_state_t *rs, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1383 read_container_window(svn_stringbuf_t **nwin, rep_state_t *rs, apr_size_t size, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1439 rep_state_t *rs; local
1550 init_rep_state(rep_state_t *rs, svn_fs_x__rep_header_t *rep_header, svn_fs_t *fs, svn_fs_x__revision_file_t *rev_file, svn_fs_x__p2l_entry_t* entry, apr_pool_t *result_pool) argument
1592 cache_windows(svn_filesize_t *fulltext_len, svn_fs_t *fs, rep_state_t *rs, apr_off_t max_offset, apr_pool_t *scratch_pool) argument
1699 rep_state_t rs = { 0 }; local
1734 rep_state_t *rs; local
2173 rep_state_t *rs = apr_pcalloc(pool, sizeof(*rs)); local
2316 struct rep_state_t *rs; member in struct:delta_read_baton_t
3026 rep_state_t rs = { 0 }; local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c86 static int rs; variable
176 fds.fd = rs;
187 ret = rs_sendto(rs, msg, size, flags, &addr->sa, addrlen);
203 fds.fd = rs;
214 ret = rs_recvfrom(rs, msg, size, flags, &addr->sa, addrlen);
273 rs = rs_socket(res->ai_family, res->ai_socktype, res->ai_protocol);
274 if (rs < 0) {
276 ret = rs;
280 set_options(rs);
281 ret = rs_bind(rs, re
[all...]
H A Drstream.c77 static int rs, lrs; variable
157 fds.fd = rs;
168 ret = rs_send(rs, buf + offset, size - offset, flags);
186 fds.fd = rs;
197 ret = rs_recv(rs, buf + offset, size - offset, flags);
389 rs = rs_accept(lrs, NULL, NULL);
390 } while (rs < 0 && (errno == EAGAIN || errno == EWOULDBLOCK));
391 if (rs < 0) {
393 return rs;
399 set_options(rs);
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dbridge.c74 struct netmap_slot *rs = &rxring->slot[j]; local
78 if (ts->buf_idx < 2 || rs->buf_idx < 2) {
80 j, rs->buf_idx, k, ts->buf_idx);
84 if (rs->len > rxring->nr_buf_size) {
85 RD(5, "wrong len %d rx[%d] -> tx[%d]", rs->len, j, k);
86 rs->len = 0;
88 D("%s send len %d rx[%d] -> tx[%d]", msg, rs->len, j, k);
90 ts->len = rs->len;
93 ts->buf_idx = rs->buf_idx;
94 rs
[all...]
/freebsd-11-stable/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-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_arcfour.c126 rc4_crypt_int(void *rs, void *buf, u_int len) argument
129 rc4_crypt(rs, buf, buf, len);
137 struct rc4_state rs; local
148 rc4_init(&rs, kk, 16);
150 rc4_init(&rs, newkey, 16);
153 m_apply(inout, skip, len, rc4_crypt_int, &rs);
/freebsd-11-stable/lib/libc/net/
H A Dnscache.c264 cached_mp_read_session rs; local
280 rs = cache_info->get_mp_rs_func();
281 if (rs == INVALID_CACHED_MP_READ_SESSION) {
285 rs = __open_cached_mp_read_session(&params,
287 if (rs == INVALID_CACHED_MP_READ_SESSION)
290 cache_info->set_mp_rs_func(rs);
298 res = __cached_mp_read(rs, buffer, &buffer_size);
318 __close_cached_mp_read_session(rs);
319 rs = INVALID_CACHED_MP_READ_SESSION;
320 cache_info->set_mp_rs_func(rs);
416 cached_mp_read_session rs; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp266 uint32_t rs = Bits32(opcode, 25, 21); local
275 if (rs != gpr_r1_ppc64le && rs != gpr_r31_ppc64le && rs != gpr_r30_ppc64le &&
276 rs != gpr_r0_ppc64le)
280 uint64_t rs_val = ReadRegisterUnsigned(eRegisterKindLLDB, rs, 0, &success);
287 u ? "u" : "", rs, ids, ra);
291 uint32_t rs_num = rs;
292 if (rs == gpr_r0_ppc64le) {
333 uint32_t rs local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi.h76 uint64_t rs : 1; /**< Real short */ member in struct:__anon8656::__anon8657
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-11-stable/sys/dev/ath/
H A Dif_athrate.h160 int ath_rate_fetch_stats(struct ath_softc *sc, struct ath_rateioctl *rs);
166 struct ath_rateioctl *rs);
H A Dif_ath_lna_div.h87 struct ath_rx_status *rs, unsigned long ticks, int hz);
/freebsd-11-stable/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-11-stable/crypto/openssh/
H A Dkrl.c146 struct revoked_serial *rs, *trs; local
149 RB_FOREACH_SAFE(rs, revoked_serial_tree, &rc->revoked_serials, trs) {
150 RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs);
151 free(rs);
244 struct revoked_serial rs, *ers, *crs, *irs; local
247 memset(&rs, 0, sizeof(rs));
248 rs.lo = lo;
249 rs.hi = hi;
250 ers = RB_NFIND(revoked_serial_tree, rt, &rs);
550 struct revoked_serial *rs, *nrs; local
1164 struct revoked_serial rs, *ers; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snoop.c164 register struct rawstats *rs; local
167 rs = &rawstats;
168 memset(rs, 0, sizeof(*rs));
169 if (ioctl(p->fd, SIOCRAWSTATS, (char *)rs) < 0) {
189 rs->rs_snoop.ss_ifdrops + rs->rs_snoop.ss_sbdrops +
190 rs->rs_drain.ds_ifdrops + rs->rs_drain.ds_sbdrops;
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c46 const ARG_CH_T ls, const ARG_CH_T rs,
58 _tracech_t2(2, rs),
72 RENDER_WITH_DEFAULT(rs, WACS_VLINE);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-11-stable/sys/mips/mips/
H A Dstack_machdep.c70 if (insn.IType.rs != SP || insn.IType.rt != SP)
77 if (insn.IType.rs != SP || insn.IType.rt != RA)
101 if (insn.RType.rs != RA)
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_scc.c87 uintptr_t ch, cl, md, rs; local
112 BUS_READ_IVAR(parent, dev, SCC_IVAR_REGSHFT, &rs))
115 return (uart_bus_probe(dev, rs, 0, cl, 0, ch, 0));
/freebsd-11-stable/sys/mips/nlm/
H A Dmpreset.S48 #define MFCR(rt,rs) .word ((0x1c<<26)|((rs)<<21)|((rt)<<16)|(0x18))
49 #define MTCR(rt,rs) .word ((0x1c<<26)|((rs)<<21)|((rt)<<16)|(0x19))
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds2_enc.c66 EVP_CIPHER_CTX *rs, *ws; local
88 rs = s->enc_read_ctx;
89 EVP_CIPHER_CTX_init(rs);
111 EVP_DecryptInit_ex(rs, c, NULL,
/freebsd-11-stable/sys/kern/
H A Dkern_procctl.c161 struct procctl_reaper_status *rs)
166 bzero(rs, sizeof(*rs));
171 rs->rs_flags |= REAPER_STATUS_OWNED;
174 rs->rs_flags |= REAPER_STATUS_REALINIT;
175 rs->rs_reaper = reap->p_pid;
176 rs->rs_descendants = 0;
177 rs->rs_children = 0;
182 rs->rs_pid = first_p->p_pid;
185 rs
160 reap_status(struct thread *td, struct proc *p, struct procctl_reaper_status *rs) argument
479 struct procctl_reaper_status rs; member in union:__anon5345
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dsystems.c435 int def, how, rs; local
444 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
450 if (rs == -1)
451 rs = 0; /* we don't care that ``default'' doesn't exist */
453 if (rs == 0)
454 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how);
456 if (rs == -1)
459 if (rs == -2)
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_redis.h202 * @param rs Server to Activate
205 apr_redis_server_t *rs);
211 * @param rs Server to Disable
214 apr_redis_server_t *rs);
310 * @param rs server to query
314 APU_DECLARE(apr_status_t) apr_redis_version(apr_redis_server_t *rs,
320 * @param rs server to query
324 APU_DECLARE(apr_status_t) apr_redis_info(apr_redis_server_t *rs,
354 * @param rs Server to ping
356 APU_DECLARE(apr_status_t) apr_redis_ping(apr_redis_server_t *rs); variable
[all...]

Completed in 332 milliseconds

123456789