Searched refs:counter (Results 51 - 75 of 235) sorted by relevance

12345678910

/freebsd-10.0-release/crypto/openssh/
H A Ddns.c197 u_int counter; local
249 for (counter = 0; counter < fingerprints->rri_nrdatas; counter++) {
256 fingerprints->rri_rdatas[counter].rdi_data,
257 fingerprints->rri_rdatas[counter].rdi_length)) {
H A Dprogressmeter.c71 static volatile off_t *counter; /* progress counter */ variable
132 transferred = *counter - cur_pos;
133 cur_pos = *counter;
256 counter = ctr;
/freebsd-10.0-release/sys/mips/mips/
H A Dintr_machdep.c63 mips_intrcnt_t counter = &intrcnt[intrcnt_index++]; local
65 mips_intrcnt_setname(counter, name);
66 return counter;
70 mips_intrcnt_setname(mips_intrcnt_t counter, const char *name) argument
72 int idx = counter - intrcnt;
74 KASSERT(counter != NULL, ("mips_intrcnt_setname: NULL counter"));
H A Dminidump_machdep.c66 static uint64_t counter, progress; variable
126 counter += len;
129 if (counter >> 22) {
131 counter &= (1<<22) - 1;
174 counter = 0;
/freebsd-10.0-release/sys/mips/nlm/
H A Dintr_machdep.c220 mips_intrcnt_setname(mips_intrcnt_t counter, const char *name) argument
222 int idx = counter - intrcnt;
224 KASSERT(counter != NULL, ("mips_intrcnt_setname: NULL counter"));
233 mips_intrcnt_t counter = &intrcnt[intrcnt_index++]; local
235 mips_intrcnt_setname(counter, name);
236 return counter;
/freebsd-10.0-release/usr.bin/units/
H A Dunits.c241 int counter = 1; local
249 counter++;
251 if (counter > 1)
252 printf("%s%d", powerstring, counter);
255 counter = 1;
258 if (counter > 1)
259 printf("%s%d", powerstring, counter);
260 counter = 1;
265 counter++;
267 if (counter >
[all...]
/freebsd-10.0-release/sys/net/
H A Dnetisr.c1205 u_int counter, proto; local
1212 counter = 0;
1218 snpp = &snp_array[counter];
1231 counter++;
1234 KASSERT(counter <= NETISR_MAXPROT,
1235 ("sysctl_netisr_proto: counter too big (%d)", counter));
1236 error = SYSCTL_OUT(req, snp_array, sizeof(*snp_array) * counter);
1255 u_int counter, cpuid; local
1262 counter
1309 u_int counter, cpuid, proto; local
[all...]
/freebsd-10.0-release/sys/mips/rmi/
H A Dfmn.c62 #define MSGRNG_CC_INIT_CPU_DEST(dest, counter) \
64 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][0], 0 ); \
65 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][1], 1 ); \
66 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][2], 2 ); \
67 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][3], 3 ); \
68 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][4], 4 ); \
69 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][5], 5 ); \
70 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][6], 6 ); \
71 msgrng_write_cc(MSGRNG_CC_##dest##_REG, counter[dest][7], 7 ); \
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
H A Deap_server_aka.c39 u16 counter; member in struct:eap_aka_data
114 data->counter = data->reauth->counter;
391 struct eap_sim_msg *msg, u16 counter,
406 if (data->counter <= EAP_AKA_MAX_FAST_REAUTHS) {
419 counter == 0 && nonce_s == NULL)
426 if (counter > 0) {
427 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
428 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
554 eap_aka_prime_derive_keys_reauth(data->k_re, data->counter,
390 eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Ddump_machdep.c115 size_t counter, sz; local
119 counter = 0; /* Update twiddle every 16MB */
129 counter += sz;
130 if (counter >> 24) {
132 counter &= (1<<24) - 1;
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Ddump_machdep.c117 size_t counter, ofs, resid, sz; local
121 counter = 0; /* Update twiddle every 16MB */
132 counter += sz;
133 if (counter >> 24) {
135 counter &= (1<<24) - 1;
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_aka.c41 unsigned int counter, counter_too_small; member in struct:eap_aka_data
557 unsigned int counter; local
570 counter = data->counter_too_small;
572 counter = data->counter;
574 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
575 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
609 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
610 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
941 /* RFC 4187 specifies that counter i
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcov.c294 number of counter types being measured. */
625 -- counter
631 gcov_type value, counter, all; local
638 counter = gcov_read_counter ();
642 counters[1] += counter;
643 else if (counter > counters[1])
646 counters[1] = counter - counters[1];
649 counters[1] -= counter;
664 -- counter
670 gcov_type last, value, counter, al local
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-septel.c76 int counter = 0; local
106 counter++ ;
109 while ((m == NULL)&& (counter< 100)) ;
/freebsd-10.0-release/sys/i386/include/xen/
H A Dxen-os.h158 typedef struct { volatile int counter; } atomic_t; member in struct:__anon9839
278 :"=m" (v->counter)
279 :"m" (v->counter));
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dutil.c140 print_matches(counter)
141 u_int counter;
143 (void)printf("%d\n", counter);
/freebsd-10.0-release/libexec/rpc.sprayd/
H A Dsprayd.c138 scum.counter = 0;
147 scum.counter++;
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_pma.h64 u8 counter_width; /* resv: 7:3, counter width: 2:0 */
83 __be32 counter[15]; member in struct:ib_pma_portsamplesresult
90 __be64 counter[15]; member in struct:ib_pma_portsamplesresult_ext
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.c779 int counter; local
918 counter = 0;
919 while ((Fildes == -1) && (terminfo_path[counter] != NULL))
921 TERM_PATH = terminfo_path[counter];
931 counter++;
1066 int counter = 0; local
1108 counter = 0;
1112 Booleans[counter++] = *TERM_data_ptr++;
1116 counter = 0;
1120 Numbers[counter]
1240 int counter; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsatest.c141 int counter,ret=0,i,j; local
161 seed, 20, &counter, &h, &cb))
170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
173 if (counter != 105)
175 BIO_printf(bio_err,"counter should be 105\n");
/freebsd-10.0-release/sys/arm/lpc/
H A Dlpc_timer.c289 uint32_t counter; local
296 for (counter = 100; counter > 0; counter--)
/freebsd-10.0-release/sys/netipsec/
H A Dipsec6.h44 #include <sys/counter.h>
H A Dkeysock.h66 #include <sys/counter.h>
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_lb.c372 rpool->counter.addr32[0] = htonl(arc4random());
378 rpool->counter.addr32[3] =
383 rpool->counter.addr32[2] =
388 rpool->counter.addr32[1] =
393 rpool->counter.addr32[0] =
398 PF_POOLMASK(naddr, raddr, rmask, &rpool->counter, af);
402 PF_AINC(&rpool->counter, af);
403 PF_POOLMASK(naddr, raddr, rmask, &rpool->counter, af);
433 * prefixes. In this case counter also stores machine state,
434 * and for IPv6 address, counter ca
[all...]

Completed in 261 milliseconds

12345678910