Searched refs:state (Results 326 - 350 of 11292) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcavs_parser.c39 uint32_t state; local
42 state= pc->state;
47 state= (state<<8) | buf[i];
48 if(state == PIC_I_START_CODE || state == PIC_PB_START_CODE){
61 state= (state<<8) | buf[i];
62 if((state
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dstate_machine.h15 * implement a state machine. In addition to including this header file, each
16 * file implementing a state machine must define STATE_MACHINE_DATA to be the
17 * data structure including state variables (enum machine_state,
20 * a group of state machines with shared data structure, STATE_MACHINE_ADDR
22 * SM_ENTRY_M macro can be used to define similar group of state machines
30 * SM_STATE - Declaration of a state machine function
32 * @state: State machine state
34 * This macro is used to declare a state machine function. It is used in place
35 * of a C function definition to declare functions to be run when the state i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dstate_machine.h15 * implement a state machine. In addition to including this header file, each
16 * file implementing a state machine must define STATE_MACHINE_DATA to be the
17 * data structure including state variables (enum machine_state,
20 * a group of state machines with shared data structure, STATE_MACHINE_ADDR
22 * SM_ENTRY_M macro can be used to define similar group of state machines
30 * SM_STATE - Declaration of a state machine function
32 * @state: State machine state
34 * This macro is used to declare a state machine function. It is used in place
35 * of a C function definition to declare functions to be run when the state i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcavs_parser.c39 uint32_t state; local
42 state= pc->state;
47 state= (state<<8) | buf[i];
48 if(state == PIC_I_START_CODE || state == PIC_PB_START_CODE){
61 state= (state<<8) | buf[i];
62 if((state
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/winbind/
H A Dwb_sids2xids.c42 struct sids2xids_state *state; local
49 state = talloc(result, struct sids2xids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_sids_to_xids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct sids2xids_state *state = talloc_get_type(ctx->private_data, local
[all...]
H A Dwb_xids2sids.c42 struct xids2sids_state *state; local
49 state = talloc(mem_ctx, struct xids2sids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_xids_to_sids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct xids2sids_state *state = talloc_get_type(ctx->private_data, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/winbind/
H A Dwb_sids2xids.c42 struct sids2xids_state *state; local
49 state = talloc(result, struct sids2xids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_sids_to_xids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct sids2xids_state *state = talloc_get_type(ctx->private_data, local
[all...]
H A Dwb_xids2sids.c42 struct xids2sids_state *state; local
49 state = talloc(mem_ctx, struct xids2sids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_xids_to_sids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct xids2sids_state *state = talloc_get_type(ctx->private_data, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/winbind/
H A Dwb_sids2xids.c42 struct sids2xids_state *state; local
49 state = talloc(result, struct sids2xids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_sids_to_xids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct sids2xids_state *state = talloc_get_type(ctx->private_data, local
[all...]
H A Dwb_xids2sids.c42 struct xids2sids_state *state; local
49 state = talloc(mem_ctx, struct xids2sids_state);
50 if (composite_nomem(state, result)) return result;
52 state->ctx = result;
53 result->private_data = state;
54 state->service = service;
55 state->count = count;
56 state->ids = ids;
58 state->ctx->status = idmap_xids_to_sids(service->idmap_ctx, mem_ctx,
59 count, state
70 struct xids2sids_state *state = talloc_get_type(ctx->private_data, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcavs_parser.c39 uint32_t state; local
42 state= pc->state;
47 state= (state<<8) | buf[i];
48 if(state == PIC_I_START_CODE || state == PIC_PB_START_CODE){
61 state= (state<<8) | buf[i];
62 if((state
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Dstate_machine.h15 * implement a state machine. In addition to including this header file, each
16 * file implementing a state machine must define STATE_MACHINE_DATA to be the
17 * data structure including state variables (enum machine_state,
20 * a group of state machines with shared data structure, STATE_MACHINE_ADDR
22 * SM_ENTRY_M macro can be used to define similar group of state machines
30 * SM_STATE - Declaration of a state machine function
32 * @state: State machine state
34 * This macro is used to declare a state machine function. It is used in place
35 * of a C function definition to declare functions to be run when the state i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Dstate_machine.h15 * implement a state machine. In addition to including this header file, each
16 * file implementing a state machine must define STATE_MACHINE_DATA to be the
17 * data structure including state variables (enum machine_state,
20 * a group of state machines with shared data structure, STATE_MACHINE_ADDR
22 * SM_ENTRY_M macro can be used to define similar group of state machines
30 * SM_STATE - Declaration of a state machine function
32 * @state: State machine state
34 * This macro is used to declare a state machine function. It is used in place
35 * of a C function definition to declare functions to be run when the state i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstv0299.c80 static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data) argument
84 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 };
86 ret = i2c_transfer (state->i2c, &msg, 1);
97 struct stv0299_state* state = fe->demodulator_priv; local
102 return stv0299_writeregI(state, buf[0], buf[1]);
105 static u8 stv0299_readreg (struct stv0299_state* state, u8 reg) argument
110 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 },
111 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
113 ret = i2c_transfer (state->i2c, msg, 2);
122 static int stv0299_readregs (struct stv0299_state* state, u argument
136 stv0299_set_FEC(struct stv0299_state* state, fe_code_rate_t fec) argument
172 stv0299_get_fec(struct stv0299_state* state) argument
189 stv0299_wait_diseqc_fifo(struct stv0299_state* state, int timeout) argument
206 stv0299_wait_diseqc_idle(struct stv0299_state* state, int timeout) argument
225 struct stv0299_state* state = fe->demodulator_priv; local
241 stv0299_get_symbolrate(struct stv0299_state* state) argument
276 struct stv0299_state* state = fe->demodulator_priv; local
306 struct stv0299_state* state = fe->demodulator_priv; local
333 struct stv0299_state* state = fe->demodulator_priv; local
355 struct stv0299_state* state = fe->demodulator_priv; local
400 struct stv0299_state* state = fe->demodulator_priv; local
453 struct stv0299_state* state = fe->demodulator_priv; local
475 struct stv0299_state* state = fe->demodulator_priv; local
503 struct stv0299_state* state = fe->demodulator_priv; local
515 struct stv0299_state* state = fe->demodulator_priv; local
532 struct stv0299_state* state = fe->demodulator_priv; local
544 struct stv0299_state* state = fe->demodulator_priv; local
558 struct stv0299_state* state = fe->demodulator_priv; local
594 struct stv0299_state* state = fe->demodulator_priv; local
619 struct stv0299_state* state = fe->demodulator_priv; local
629 struct stv0299_state* state = fe->demodulator_priv; local
642 struct stv0299_state* state = fe->demodulator_priv; local
657 struct stv0299_state* state = fe->demodulator_priv; local
666 struct stv0299_state* state = NULL; local
[all...]
H A Dlgs8gl5.c72 lgs8gl5_write_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
77 .addr = state->config->demod_address,
83 ret = i2c_transfer(state->i2c, &msg, 1);
93 lgs8gl5_read_reg(struct lgs8gl5_state *state, u8 reg) argument
100 .addr = state->config->demod_address,
106 .addr = state->config->demod_address,
113 ret = i2c_transfer(state->i2c, msg, 2);
122 lgs8gl5_update_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
124 lgs8gl5_read_reg(state, reg);
125 lgs8gl5_write_reg(state, re
133 lgs8gl5_update_alt_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
166 lgs8gl5_soft_reset(struct lgs8gl5_state *state) argument
181 lgs8gl5_start_demod(struct lgs8gl5_state *state) argument
234 struct lgs8gl5_state *state = fe->demodulator_priv; local
254 struct lgs8gl5_state *state = fe->demodulator_priv; local
285 struct lgs8gl5_state *state = fe->demodulator_priv; local
296 struct lgs8gl5_state *state = fe->demodulator_priv; local
317 struct lgs8gl5_state *state = fe->demodulator_priv; local
342 struct lgs8gl5_state *state = fe->demodulator_priv; local
374 struct lgs8gl5_state *state = fe->demodulator_priv; local
385 struct lgs8gl5_state *state = NULL; local
[all...]
H A Dmb86a16.c76 static int mb86a16_write(struct mb86a16_state *state, u8 reg, u8 val) argument
82 .addr = state->config->demod_address,
90 state->config->demod_address, buf[0], buf[1]);
92 ret = i2c_transfer(state->i2c_adap, &msg, 1);
97 static int mb86a16_read(struct mb86a16_state *state, u8 reg, u8 *val) argument
105 .addr = state->config->demod_address,
110 .addr = state->config->demod_address,
116 ret = i2c_transfer(state->i2c_adap, msg, 2);
128 static int CNTM_set(struct mb86a16_state *state, argument
136 if (mb86a16_write(state, MB86A16_CNTM
146 smrt_set(struct mb86a16_state *state, int rate) argument
173 srst(struct mb86a16_state *state) argument
185 afcex_data_set(struct mb86a16_state *state, unsigned char AFCEX_L, unsigned char AFCEX_H) argument
201 afcofs_data_set(struct mb86a16_state *state, unsigned char AFCEX_L, unsigned char AFCEX_H) argument
216 stlp_set(struct mb86a16_state *state, unsigned char STRAS, unsigned char STRBS) argument
229 Vi_set(struct mb86a16_state *state, unsigned char ETH, unsigned char VIA) argument
242 initial_set(struct mb86a16_state *state) argument
284 S01T_set(struct mb86a16_state *state, unsigned char s1t, unsigned s0t) argument
298 EN_set(struct mb86a16_state *state, int cren, int afcen) argument
314 AFCEXEN_set(struct mb86a16_state *state, int afcexen, int smrt) argument
339 DAGC_data_set(struct mb86a16_state *state, unsigned char DAGCA, unsigned char DAGCW) argument
353 smrt_info_get(struct mb86a16_state *state, int rate) argument
412 signal_det(struct mb86a16_state *state, int smrt, unsigned char *SIG) argument
474 rf_val_set(struct mb86a16_state *state, int f, int smrt, unsigned char R) argument
549 afcerr_chk(struct mb86a16_state *state) argument
575 dagcm_val_get(struct mb86a16_state *state) argument
597 struct mb86a16_state *state = fe->demodulator_priv; local
631 sync_chk(struct mb86a16_state *state, unsigned char *VIRM) argument
651 freqerr_chk(struct mb86a16_state *state, int fTP, int smrt, int unit) argument
737 vco_dev_get(struct mb86a16_state *state, int smrt) argument
749 swp_info_get(struct mb86a16_state *state, int fOSC_start, int smrt, int v, int R, int swp_ofs, int *fOSC, int *afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
780 swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vmin, int SIGMIN, int fOSC, int afcex_freq, int swp_ofs, unsigned char *SIG1) argument
928 swp_info_get2(struct mb86a16_state *state, int smrt, int R, int swp_freq, int *afcex_freq, int *fOSC, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
954 afcex_info_get(struct mb86a16_state *state, int afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
966 SEQ_set(struct mb86a16_state *state, unsigned char loop) argument
977 iq_vt_set(struct mb86a16_state *state, unsigned char IQINV) argument
988 FEC_srst(struct mb86a16_state *state) argument
998 S2T_set(struct mb86a16_state *state, unsigned char S2T) argument
1008 S45T_set(struct mb86a16_state *state, unsigned char S4T, unsigned char S5T) argument
1019 mb86a16_set_fe(struct mb86a16_state *state) argument
1524 struct mb86a16_state *state = fe->demodulator_priv; local
1564 struct mb86a16_state *state = fe->demodulator_priv; local
1592 struct mb86a16_state *state = fe->demodulator_priv; local
1626 struct mb86a16_state *state = fe->demodulator_priv; local
1642 struct mb86a16_state *state = fe->demodulator_priv; local
1661 struct mb86a16_state *state = fe->demodulator_priv; local
1726 struct mb86a16_state *state = fe->demodulator_priv; local
1772 struct mb86a16_state *state = fe->demodulator_priv; local
1799 struct mb86a16_state *state = fe->demodulator_priv; local
1853 struct mb86a16_state *state = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0299.c80 static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data) argument
84 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 };
86 ret = i2c_transfer (state->i2c, &msg, 1);
97 struct stv0299_state* state = fe->demodulator_priv; local
102 return stv0299_writeregI(state, buf[0], buf[1]);
105 static u8 stv0299_readreg (struct stv0299_state* state, u8 reg) argument
110 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 },
111 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } };
113 ret = i2c_transfer (state->i2c, msg, 2);
122 static int stv0299_readregs (struct stv0299_state* state, u argument
136 stv0299_set_FEC(struct stv0299_state* state, fe_code_rate_t fec) argument
172 stv0299_get_fec(struct stv0299_state* state) argument
189 stv0299_wait_diseqc_fifo(struct stv0299_state* state, int timeout) argument
206 stv0299_wait_diseqc_idle(struct stv0299_state* state, int timeout) argument
225 struct stv0299_state* state = fe->demodulator_priv; local
241 stv0299_get_symbolrate(struct stv0299_state* state) argument
276 struct stv0299_state* state = fe->demodulator_priv; local
306 struct stv0299_state* state = fe->demodulator_priv; local
333 struct stv0299_state* state = fe->demodulator_priv; local
355 struct stv0299_state* state = fe->demodulator_priv; local
400 struct stv0299_state* state = fe->demodulator_priv; local
453 struct stv0299_state* state = fe->demodulator_priv; local
475 struct stv0299_state* state = fe->demodulator_priv; local
503 struct stv0299_state* state = fe->demodulator_priv; local
515 struct stv0299_state* state = fe->demodulator_priv; local
532 struct stv0299_state* state = fe->demodulator_priv; local
544 struct stv0299_state* state = fe->demodulator_priv; local
558 struct stv0299_state* state = fe->demodulator_priv; local
594 struct stv0299_state* state = fe->demodulator_priv; local
619 struct stv0299_state* state = fe->demodulator_priv; local
629 struct stv0299_state* state = fe->demodulator_priv; local
642 struct stv0299_state* state = fe->demodulator_priv; local
657 struct stv0299_state* state = fe->demodulator_priv; local
666 struct stv0299_state* state = NULL; local
[all...]
H A Dlgs8gl5.c72 lgs8gl5_write_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
77 .addr = state->config->demod_address,
83 ret = i2c_transfer(state->i2c, &msg, 1);
93 lgs8gl5_read_reg(struct lgs8gl5_state *state, u8 reg) argument
100 .addr = state->config->demod_address,
106 .addr = state->config->demod_address,
113 ret = i2c_transfer(state->i2c, msg, 2);
122 lgs8gl5_update_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
124 lgs8gl5_read_reg(state, reg);
125 lgs8gl5_write_reg(state, re
133 lgs8gl5_update_alt_reg(struct lgs8gl5_state *state, u8 reg, u8 data) argument
166 lgs8gl5_soft_reset(struct lgs8gl5_state *state) argument
181 lgs8gl5_start_demod(struct lgs8gl5_state *state) argument
234 struct lgs8gl5_state *state = fe->demodulator_priv; local
254 struct lgs8gl5_state *state = fe->demodulator_priv; local
285 struct lgs8gl5_state *state = fe->demodulator_priv; local
296 struct lgs8gl5_state *state = fe->demodulator_priv; local
317 struct lgs8gl5_state *state = fe->demodulator_priv; local
342 struct lgs8gl5_state *state = fe->demodulator_priv; local
374 struct lgs8gl5_state *state = fe->demodulator_priv; local
385 struct lgs8gl5_state *state = NULL; local
[all...]
H A Dmb86a16.c76 static int mb86a16_write(struct mb86a16_state *state, u8 reg, u8 val) argument
82 .addr = state->config->demod_address,
90 state->config->demod_address, buf[0], buf[1]);
92 ret = i2c_transfer(state->i2c_adap, &msg, 1);
97 static int mb86a16_read(struct mb86a16_state *state, u8 reg, u8 *val) argument
105 .addr = state->config->demod_address,
110 .addr = state->config->demod_address,
116 ret = i2c_transfer(state->i2c_adap, msg, 2);
128 static int CNTM_set(struct mb86a16_state *state, argument
136 if (mb86a16_write(state, MB86A16_CNTM
146 smrt_set(struct mb86a16_state *state, int rate) argument
173 srst(struct mb86a16_state *state) argument
185 afcex_data_set(struct mb86a16_state *state, unsigned char AFCEX_L, unsigned char AFCEX_H) argument
201 afcofs_data_set(struct mb86a16_state *state, unsigned char AFCEX_L, unsigned char AFCEX_H) argument
216 stlp_set(struct mb86a16_state *state, unsigned char STRAS, unsigned char STRBS) argument
229 Vi_set(struct mb86a16_state *state, unsigned char ETH, unsigned char VIA) argument
242 initial_set(struct mb86a16_state *state) argument
284 S01T_set(struct mb86a16_state *state, unsigned char s1t, unsigned s0t) argument
298 EN_set(struct mb86a16_state *state, int cren, int afcen) argument
314 AFCEXEN_set(struct mb86a16_state *state, int afcexen, int smrt) argument
339 DAGC_data_set(struct mb86a16_state *state, unsigned char DAGCA, unsigned char DAGCW) argument
353 smrt_info_get(struct mb86a16_state *state, int rate) argument
412 signal_det(struct mb86a16_state *state, int smrt, unsigned char *SIG) argument
474 rf_val_set(struct mb86a16_state *state, int f, int smrt, unsigned char R) argument
549 afcerr_chk(struct mb86a16_state *state) argument
575 dagcm_val_get(struct mb86a16_state *state) argument
597 struct mb86a16_state *state = fe->demodulator_priv; local
631 sync_chk(struct mb86a16_state *state, unsigned char *VIRM) argument
651 freqerr_chk(struct mb86a16_state *state, int fTP, int smrt, int unit) argument
737 vco_dev_get(struct mb86a16_state *state, int smrt) argument
749 swp_info_get(struct mb86a16_state *state, int fOSC_start, int smrt, int v, int R, int swp_ofs, int *fOSC, int *afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
780 swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vmin, int SIGMIN, int fOSC, int afcex_freq, int swp_ofs, unsigned char *SIG1) argument
928 swp_info_get2(struct mb86a16_state *state, int smrt, int R, int swp_freq, int *afcex_freq, int *fOSC, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
954 afcex_info_get(struct mb86a16_state *state, int afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
966 SEQ_set(struct mb86a16_state *state, unsigned char loop) argument
977 iq_vt_set(struct mb86a16_state *state, unsigned char IQINV) argument
988 FEC_srst(struct mb86a16_state *state) argument
998 S2T_set(struct mb86a16_state *state, unsigned char S2T) argument
1008 S45T_set(struct mb86a16_state *state, unsigned char S4T, unsigned char S5T) argument
1019 mb86a16_set_fe(struct mb86a16_state *state) argument
1524 struct mb86a16_state *state = fe->demodulator_priv; local
1564 struct mb86a16_state *state = fe->demodulator_priv; local
1592 struct mb86a16_state *state = fe->demodulator_priv; local
1626 struct mb86a16_state *state = fe->demodulator_priv; local
1642 struct mb86a16_state *state = fe->demodulator_priv; local
1661 struct mb86a16_state *state = fe->demodulator_priv; local
1726 struct mb86a16_state *state = fe->demodulator_priv; local
1772 struct mb86a16_state *state = fe->demodulator_priv; local
1799 struct mb86a16_state *state = fe->demodulator_priv; local
1853 struct mb86a16_state *state = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/examples/netdomjoin-gui/
H A Dnetdomjoin-gui.c134 struct join_state *state = (struct join_state *)data; local
138 SAFE_FREE(state->account);
139 SAFE_FREE(state->password);
141 if (state->window_creds_prompt) {
142 gtk_widget_destroy(GTK_WIDGET(state->window_creds_prompt));
143 state->window_creds_prompt = NULL;
150 struct join_state *state = (struct join_state *)data; local
154 SAFE_FREE(state->account);
155 SAFE_FREE(state->password);
157 if (state
180 do_cleanup(struct join_state *state) argument
189 struct join_state *state = (struct join_state *)data; local
231 struct join_state *state = (struct join_state *)data; local
272 struct join_state *state = (struct join_state *)data2; local
340 struct join_state *state = (struct join_state *)data; local
358 struct join_state *state = (struct join_state *)data; local
376 struct join_state *state = (struct join_state *)data; local
398 struct join_state *state = (struct join_state *)data; local
419 struct join_state *state = (struct join_state *)data; local
438 struct join_state *state = (struct join_state *)data; local
454 struct join_state *state = (struct join_state *)data; local
465 struct join_state *state = (struct join_state *)data; local
544 struct join_state *state = (struct join_state *)data; local
651 struct join_state *state = (struct join_state *)data; local
874 struct join_state *state = (struct join_state *)data; local
913 struct join_state *state = (struct join_state *)data; local
945 struct join_state *state = (struct join_state *)data; local
968 struct join_state *state = (struct join_state *)data; local
992 struct join_state *state = (struct join_state *)data; local
1001 struct join_state *state = (struct join_state *)data; local
1014 struct join_state *state = (struct join_state *)data; local
1034 struct join_state *state = (struct join_state *)data; local
1130 struct join_state *state = (struct join_state *)data; local
1365 struct join_state *state = (struct join_state *)data; local
1398 draw_main_window(struct join_state *state) argument
1501 state); local
1626 g_signal_connect(G_OBJECT(button2), "clicked", G_CALLBACK(callback_do_exit), state); local
1637 state); local
1644 state); local
1660 init_join_state(struct join_state **state) argument
1676 get_server_properties(struct join_state *state) argument
1726 initialize_join_state(struct join_state *state, const char *debug_level, const char *target_hostname, const char *target_username) argument
1848 struct join_state *state = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/examples/netdomjoin-gui/
H A Dnetdomjoin-gui.c134 struct join_state *state = (struct join_state *)data; local
138 SAFE_FREE(state->account);
139 SAFE_FREE(state->password);
141 if (state->window_creds_prompt) {
142 gtk_widget_destroy(GTK_WIDGET(state->window_creds_prompt));
143 state->window_creds_prompt = NULL;
150 struct join_state *state = (struct join_state *)data; local
154 SAFE_FREE(state->account);
155 SAFE_FREE(state->password);
157 if (state
180 do_cleanup(struct join_state *state) argument
189 struct join_state *state = (struct join_state *)data; local
231 struct join_state *state = (struct join_state *)data; local
272 struct join_state *state = (struct join_state *)data2; local
340 struct join_state *state = (struct join_state *)data; local
358 struct join_state *state = (struct join_state *)data; local
376 struct join_state *state = (struct join_state *)data; local
398 struct join_state *state = (struct join_state *)data; local
419 struct join_state *state = (struct join_state *)data; local
438 struct join_state *state = (struct join_state *)data; local
454 struct join_state *state = (struct join_state *)data; local
465 struct join_state *state = (struct join_state *)data; local
544 struct join_state *state = (struct join_state *)data; local
651 struct join_state *state = (struct join_state *)data; local
874 struct join_state *state = (struct join_state *)data; local
913 struct join_state *state = (struct join_state *)data; local
945 struct join_state *state = (struct join_state *)data; local
968 struct join_state *state = (struct join_state *)data; local
992 struct join_state *state = (struct join_state *)data; local
1001 struct join_state *state = (struct join_state *)data; local
1014 struct join_state *state = (struct join_state *)data; local
1034 struct join_state *state = (struct join_state *)data; local
1130 struct join_state *state = (struct join_state *)data; local
1365 struct join_state *state = (struct join_state *)data; local
1398 draw_main_window(struct join_state *state) argument
1501 state); local
1626 g_signal_connect(G_OBJECT(button2), "clicked", G_CALLBACK(callback_do_exit), state); local
1637 state); local
1644 state); local
1660 init_join_state(struct join_state **state) argument
1676 get_server_properties(struct join_state *state) argument
1726 initialize_join_state(struct join_state *state, const char *debug_level, const char *target_hostname, const char *target_username) argument
1848 struct join_state *state = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/examples/netdomjoin-gui/
H A Dnetdomjoin-gui.c134 struct join_state *state = (struct join_state *)data; local
138 SAFE_FREE(state->account);
139 SAFE_FREE(state->password);
141 if (state->window_creds_prompt) {
142 gtk_widget_destroy(GTK_WIDGET(state->window_creds_prompt));
143 state->window_creds_prompt = NULL;
150 struct join_state *state = (struct join_state *)data; local
154 SAFE_FREE(state->account);
155 SAFE_FREE(state->password);
157 if (state
180 do_cleanup(struct join_state *state) argument
189 struct join_state *state = (struct join_state *)data; local
231 struct join_state *state = (struct join_state *)data; local
272 struct join_state *state = (struct join_state *)data2; local
340 struct join_state *state = (struct join_state *)data; local
358 struct join_state *state = (struct join_state *)data; local
376 struct join_state *state = (struct join_state *)data; local
398 struct join_state *state = (struct join_state *)data; local
419 struct join_state *state = (struct join_state *)data; local
438 struct join_state *state = (struct join_state *)data; local
454 struct join_state *state = (struct join_state *)data; local
465 struct join_state *state = (struct join_state *)data; local
544 struct join_state *state = (struct join_state *)data; local
651 struct join_state *state = (struct join_state *)data; local
874 struct join_state *state = (struct join_state *)data; local
913 struct join_state *state = (struct join_state *)data; local
945 struct join_state *state = (struct join_state *)data; local
968 struct join_state *state = (struct join_state *)data; local
992 struct join_state *state = (struct join_state *)data; local
1001 struct join_state *state = (struct join_state *)data; local
1014 struct join_state *state = (struct join_state *)data; local
1034 struct join_state *state = (struct join_state *)data; local
1130 struct join_state *state = (struct join_state *)data; local
1365 struct join_state *state = (struct join_state *)data; local
1398 draw_main_window(struct join_state *state) argument
1501 state); local
1626 g_signal_connect(G_OBJECT(button2), "clicked", G_CALLBACK(callback_do_exit), state); local
1637 state); local
1644 state); local
1660 init_join_state(struct join_state **state) argument
1676 get_server_properties(struct join_state *state) argument
1726 initialize_join_state(struct join_state *state, const char *debug_level, const char *target_hostname, const char *target_username) argument
1848 struct join_state *state = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/smb2/
H A Dconnect.c53 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
56 c->status = smb2_tree_connect_recv(req, &state->tcon);
59 state->tree->tid = state->tcon.out.tid;
71 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
78 state->tree = smb2_tree_init(state->session, state, true);
79 if (composite_nomem(state->tree, c)) return;
81 state
100 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
162 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
213 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
249 struct smb2_connect_state *state; local
286 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/smb2/
H A Dconnect.c53 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
56 c->status = smb2_tree_connect_recv(req, &state->tcon);
59 state->tree->tid = state->tcon.out.tid;
71 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
78 state->tree = smb2_tree_init(state->session, state, true);
79 if (composite_nomem(state->tree, c)) return;
81 state
100 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
162 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
213 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
249 struct smb2_connect_state *state; local
286 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/smb2/
H A Dconnect.c53 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
56 c->status = smb2_tree_connect_recv(req, &state->tcon);
59 state->tree->tid = state->tcon.out.tid;
71 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
78 state->tree = smb2_tree_init(state->session, state, true);
79 if (composite_nomem(state->tree, c)) return;
81 state
100 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
162 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
213 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
249 struct smb2_connect_state *state; local
286 struct smb2_connect_state *state = talloc_get_type(c->private_data, local
[all...]

Completed in 326 milliseconds

<<11121314151617181920>>