Searched refs:state (Results 151 - 175 of 11292) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dsmbsock_connect.c34 static int nb_connect_state_destructor(struct nb_connect_state *state);
47 struct nb_connect_state *state; local
49 req = tevent_req_create(mem_ctx, &state, struct nb_connect_state);
53 state->ev = ev;
54 state->called_name = called_name;
55 state->addr = addr;
57 state->sock = -1;
58 make_nmb_name(&state->called, called_name, called_type);
59 make_nmb_name(&state->calling, calling_name, calling_type);
61 talloc_set_destructor(state, nb_connect_state_destructo
71 nb_connect_state_destructor(struct nb_connect_state *state) argument
83 struct nb_connect_state *state = tevent_req_data( local
105 struct nb_connect_state *state = tevent_req_data( local
163 struct nb_connect_state *state = tevent_req_data( local
198 struct smbsock_connect_state *state; local
235 smbsock_connect_state_destructor( struct smbsock_connect_state *state) argument
248 struct smbsock_connect_state *state = tevent_req_data( local
272 struct smbsock_connect_state *state = tevent_req_data( local
318 struct smbsock_connect_state *state = tevent_req_data( local
386 struct smbsock_any_connect_state *state; local
426 struct smbsock_any_connect_state *state = tevent_req_data( local
450 smbsock_any_connect_send_next( struct tevent_req *req, struct smbsock_any_connect_state *state) argument
479 struct smbsock_any_connect_state *state = tevent_req_data( local
533 struct smbsock_any_connect_state *state = tevent_req_data( local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_event.c41 void irlan_next_client_state(struct irlan_cb *self, IRLAN_STATE state) argument
43 IRDA_DEBUG(2, "%s(), %s\n", __func__ , irlan_state[state]);
48 self->client.state = state;
51 void irlan_next_provider_state(struct irlan_cb *self, IRLAN_STATE state) argument
53 IRDA_DEBUG(2, "%s(), %s\n", __func__ , irlan_state[state]);
58 self->provider.state = state;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Disrv.h18 void isrv_want_rd(isrv_state_t *state, int fd);
19 void isrv_want_wr(isrv_state_t *state, int fd);
20 void isrv_dont_want_rd(isrv_state_t *state, int fd);
21 void isrv_dont_want_wr(isrv_state_t *state, int fd);
22 int isrv_register_fd(isrv_state_t *state, int peer, int fd);
23 void isrv_close_fd(isrv_state_t *state, int fd);
24 int isrv_register_peer(isrv_state_t *state, void *param);
29 int (*new_peer)(isrv_state_t *state, int fd),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c28 struct cpuidle_state *state)
32 int requested_state = state - &dev->states[0];
36 /* convert allowed mode to allowed state */
65 struct cpuidle_state *state; local
77 state = &dev->states[i++];
78 snprintf(state->name, CPUIDLE_NAME_LEN, "C0");
79 strncpy(state->desc, "SuperH Sleep Mode", CPUIDLE_DESC_LEN);
80 state->exit_latency = 1;
81 state->target_residency = 1 * 2;
82 state
27 cpuidle_sleep_enter(struct cpuidle_device *dev, struct cpuidle_state *state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/irlan/
H A Dirlan_event.c41 void irlan_next_client_state(struct irlan_cb *self, IRLAN_STATE state) argument
43 IRDA_DEBUG(2, "%s(), %s\n", __func__ , irlan_state[state]);
48 self->client.state = state;
51 void irlan_next_provider_state(struct irlan_cb *self, IRLAN_STATE state) argument
53 IRDA_DEBUG(2, "%s(), %s\n", __func__ , irlan_state[state]);
58 self->provider.state = state;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c28 struct cpuidle_state *state)
32 int requested_state = state - &dev->states[0];
36 /* convert allowed mode to allowed state */
65 struct cpuidle_state *state; local
77 state = &dev->states[i++];
78 snprintf(state->name, CPUIDLE_NAME_LEN, "C0");
79 strncpy(state->desc, "SuperH Sleep Mode", CPUIDLE_DESC_LEN);
80 state->exit_latency = 1;
81 state->target_residency = 1 * 2;
82 state
27 cpuidle_sleep_enter(struct cpuidle_device *dev, struct cpuidle_state *state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Disrv.h18 void isrv_want_rd(isrv_state_t *state, int fd);
19 void isrv_want_wr(isrv_state_t *state, int fd);
20 void isrv_dont_want_rd(isrv_state_t *state, int fd);
21 void isrv_dont_want_wr(isrv_state_t *state, int fd);
22 int isrv_register_fd(isrv_state_t *state, int peer, int fd);
23 void isrv_close_fd(isrv_state_t *state, int fd);
24 int isrv_register_peer(isrv_state_t *state, void *param);
29 int (*new_peer)(isrv_state_t *state, int fd),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dlfg.h26 unsigned int state[64]; member in struct:__anon1528
35 * Please also consider a simple LCG like state= state*1664525+1013904223,
39 c->state[c->index & 63] = c->state[(c->index-24) & 63] + c->state[(c->index-55) & 63];
40 return c->state[c->index++ & 63];
49 unsigned int a= c->state[(c->index-55) & 63];
50 unsigned int b= c->state[(c->index-24) & 63];
51 return c->state[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dutil_tsock.c43 struct tstream_read_packet_state *state; local
45 req = tevent_req_create(mem_ctx, &state,
50 state->buf = talloc_array(state, uint8_t, initial);
51 if (tevent_req_nomem(state->buf, req)) {
54 state->iov.iov_base = state->buf;
55 state->iov.iov_len = initial;
57 state->ev = ev;
58 state
75 struct tstream_read_packet_state *state = tevent_req_data( local
131 struct tstream_read_packet_state *state = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwent.c39 struct winbindd_getpwent_state *state; local
41 req = tevent_req_create(mem_ctx, &state,
46 state->ev = ev;
47 state->num_users = 0;
48 state->cli = cli;
62 state->max_users = MIN(500, request->data.num_entries);
63 if (state->max_users == 0) {
68 state->users = talloc_zero_array(state, struct winbindd_pw,
69 state
87 struct winbindd_getpwent_state *state = tevent_req_data( local
128 struct winbindd_getpwent_state *state = tevent_req_data( local
[all...]
H A Dwb_seqnums.c42 struct wb_seqnums_state *state; local
46 req = tevent_req_create(mem_ctx, &state, struct wb_seqnums_state);
50 state->num_received = 0;
51 state->num_domains = 0;
54 state->num_domains += 1;
57 state->subreqs = talloc_array(state, struct tevent_req *,
58 state->num_domains);
59 state->domains = talloc_array(state, struc
91 struct wb_seqnums_state *state = tevent_req_data( local
141 struct wb_seqnums_state *state = tevent_req_data( local
[all...]
H A Dwinbindd_getgroups.c46 struct winbindd_getgroups_state *state; local
50 req = tevent_req_create(mem_ctx, &state,
55 state->ev = ev;
64 status = normalize_name_unmap(state, domuser, &mapped_user);
72 if (!parse_domain_user(domuser, state->domname, state->username)) {
78 subreq = wb_lookupname_send(state, ev, state->domname, state->username,
92 struct winbindd_getgroups_state *state local
114 struct winbindd_getgroups_state *state = tevent_req_data( local
150 struct winbindd_getgroups_state *state = tevent_req_data( local
181 struct winbindd_getgroups_state *state = tevent_req_data( local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Disrv.h18 void isrv_want_rd(isrv_state_t *state, int fd);
19 void isrv_want_wr(isrv_state_t *state, int fd);
20 void isrv_dont_want_rd(isrv_state_t *state, int fd);
21 void isrv_dont_want_wr(isrv_state_t *state, int fd);
22 int isrv_register_fd(isrv_state_t *state, int peer, int fd);
23 void isrv_close_fd(isrv_state_t *state, int fd);
24 int isrv_register_peer(isrv_state_t *state, void *param);
29 int (*new_peer)(isrv_state_t *state, int fd),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dlfg.h26 unsigned int state[64]; member in struct:__anon2433
35 * Please also consider a simple LCG like state= state*1664525+1013904223,
39 c->state[c->index & 63] = c->state[(c->index-24) & 63] + c->state[(c->index-55) & 63];
40 return c->state[c->index++ & 63];
49 unsigned int a= c->state[(c->index-55) & 63];
50 unsigned int b= c->state[(c->index-24) & 63];
51 return c->state[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dutil_tsock.c43 struct tstream_read_packet_state *state; local
45 req = tevent_req_create(mem_ctx, &state,
50 state->buf = talloc_array(state, uint8_t, initial);
51 if (tevent_req_nomem(state->buf, req)) {
54 state->iov.iov_base = state->buf;
55 state->iov.iov_len = initial;
57 state->ev = ev;
58 state
75 struct tstream_read_packet_state *state = tevent_req_data( local
131 struct tstream_read_packet_state *state = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwent.c39 struct winbindd_getpwent_state *state; local
41 req = tevent_req_create(mem_ctx, &state,
46 state->ev = ev;
47 state->num_users = 0;
48 state->cli = cli;
62 state->max_users = MIN(500, request->data.num_entries);
63 if (state->max_users == 0) {
68 state->users = talloc_zero_array(state, struct winbindd_pw,
69 state
87 struct winbindd_getpwent_state *state = tevent_req_data( local
128 struct winbindd_getpwent_state *state = tevent_req_data( local
[all...]
H A Dwb_seqnums.c42 struct wb_seqnums_state *state; local
46 req = tevent_req_create(mem_ctx, &state, struct wb_seqnums_state);
50 state->num_received = 0;
51 state->num_domains = 0;
54 state->num_domains += 1;
57 state->subreqs = talloc_array(state, struct tevent_req *,
58 state->num_domains);
59 state->domains = talloc_array(state, struc
91 struct wb_seqnums_state *state = tevent_req_data( local
141 struct wb_seqnums_state *state = tevent_req_data( local
[all...]
H A Dwinbindd_getgroups.c46 struct winbindd_getgroups_state *state; local
50 req = tevent_req_create(mem_ctx, &state,
55 state->ev = ev;
64 status = normalize_name_unmap(state, domuser, &mapped_user);
72 if (!parse_domain_user(domuser, state->domname, state->username)) {
78 subreq = wb_lookupname_send(state, ev, state->domname, state->username,
92 struct winbindd_getgroups_state *state local
114 struct winbindd_getgroups_state *state = tevent_req_data( local
150 struct winbindd_getgroups_state *state = tevent_req_data( local
181 struct winbindd_getgroups_state *state = tevent_req_data( local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dutil_tsock.c43 struct tstream_read_packet_state *state; local
45 req = tevent_req_create(mem_ctx, &state,
50 state->buf = talloc_array(state, uint8_t, initial);
51 if (tevent_req_nomem(state->buf, req)) {
54 state->iov.iov_base = state->buf;
55 state->iov.iov_len = initial;
57 state->ev = ev;
58 state
75 struct tstream_read_packet_state *state = tevent_req_data( local
131 struct tstream_read_packet_state *state = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dlfg.h26 unsigned int state[64]; member in struct:__anon36458
35 * Please also consider a simple LCG like state= state*1664525+1013904223,
39 c->state[c->index & 63] = c->state[(c->index-24) & 63] + c->state[(c->index-55) & 63];
40 return c->state[c->index++ & 63];
49 unsigned int a= c->state[(c->index-55) & 63];
50 unsigned int b= c->state[(c->index-24) & 63];
51 return c->state[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwent.c39 struct winbindd_getpwent_state *state; local
41 req = tevent_req_create(mem_ctx, &state,
46 state->ev = ev;
47 state->num_users = 0;
48 state->cli = cli;
62 state->max_users = MIN(500, request->data.num_entries);
63 if (state->max_users == 0) {
68 state->users = talloc_zero_array(state, struct winbindd_pw,
69 state
87 struct winbindd_getpwent_state *state = tevent_req_data( local
128 struct winbindd_getpwent_state *state = tevent_req_data( local
[all...]
H A Dwb_seqnums.c42 struct wb_seqnums_state *state; local
46 req = tevent_req_create(mem_ctx, &state, struct wb_seqnums_state);
50 state->num_received = 0;
51 state->num_domains = 0;
54 state->num_domains += 1;
57 state->subreqs = talloc_array(state, struct tevent_req *,
58 state->num_domains);
59 state->domains = talloc_array(state, struc
91 struct wb_seqnums_state *state = tevent_req_data( local
141 struct wb_seqnums_state *state = tevent_req_data( local
[all...]
H A Dwinbindd_getgroups.c46 struct winbindd_getgroups_state *state; local
50 req = tevent_req_create(mem_ctx, &state,
55 state->ev = ev;
64 status = normalize_name_unmap(state, domuser, &mapped_user);
72 if (!parse_domain_user(domuser, state->domname, state->username)) {
78 subreq = wb_lookupname_send(state, ev, state->domname, state->username,
92 struct winbindd_getgroups_state *state local
114 struct winbindd_getgroups_state *state = tevent_req_data( local
150 struct winbindd_getgroups_state *state = tevent_req_data( local
181 struct winbindd_getgroups_state *state = tevent_req_data( local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
51 if (state == Z_NULL) return Z_MEM_ERROR;
53 strm->state = (struct internal_state FAR *)state;
54 state->dmax = 32768U;
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
57 state
248 struct inflate_state FAR *state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
51 if (state == Z_NULL) return Z_MEM_ERROR;
53 strm->state = (struct internal_state FAR *)state;
54 state->dmax = 32768U;
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
57 state
248 struct inflate_state FAR *state; local
[all...]

Completed in 281 milliseconds

1234567891011>>