Searched defs:sm (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_sm.c29 bfa_sm_to_state(struct bfa_sm_table_s *smt, bfa_sm_t sm) argument
H A Dbfa_port_priv.h30 bfa_sm_t sm; member in struct:bfa_fcport_ln_s
40 bfa_sm_t sm; /* port state machine */ member in struct:bfa_fcport_s
H A Dbfa_fcpim_priv.h73 bfa_sm_t sm; /* BFA ioim state machine */ member in struct:bfa_ioim_s
104 bfa_sm_t sm; member in struct:bfa_tskim_s
126 bfa_sm_t sm; /* i-t-n im BFA state machine */ member in struct:bfa_itnim_s
H A Dbfa_fcxp_priv.h83 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcxp_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_vport.h33 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_vport_s
H A Dbfa_fcs_auth.h37 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_auth_s
H A Dbfa_fcs_fcpim.h38 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_itnim_s
H A Dbfa_fcs_fabric.h47 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_fabric_s
H A Dbfa_fcs_rport.h38 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_rpf_s
65 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_rport_s
H A Dbfa_fcs_lport.h43 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_port_ns_s
52 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_port_scn_s
61 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_port_fdmi_s
72 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_port_ms_s
119 bfa_sm_t sm; /* state machine */ member in struct:bfa_fcs_port_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/include/plat/
H A Di2c.h34 enum i2c_freq_mode sm; member in struct:nmk_i2c_controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_sm.h44 bfa_sm_t sm; /* state machine function */ member in struct:bfa_sm_table_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dess.c117 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, argument
474 ess_send_response(struct s_smc *smc, struct smt_header *sm, int sba_cmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda18271-common.c496 tda18271_set_standby_mode(struct dvb_frontend *fe, int sm, int sm_lt, int sm_xt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_common.c597 u8 si = 0, sj = 0, sk = 0, sl = 0, sm = 0, sn = 0, so = 0, sp = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_meth.c90 int STORE_method_set_initialise_function(STORE_METHOD *sm, argument
97 int STORE_method_set_cleanup_function(STORE_METHOD *sm, argument
104 int STORE_method_set_generate_function(STORE_METHOD *sm, argument
112 int STORE_method_set_get_function(STORE_METHOD *sm, argument
119 int STORE_method_set_store_function(STORE_METHOD *sm, argument
126 STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) argument
133 STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) argument
140 STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) argument
147 STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) argument
155 STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) argument
163 STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f) argument
170 STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f) argument
177 STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f) argument
184 STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f) argument
191 STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
198 STORE_method_get_initialise_function(STORE_METHOD *sm) argument
204 STORE_method_get_cleanup_function(STORE_METHOD *sm) argument
209 STORE_method_get_generate_function(STORE_METHOD *sm) argument
215 STORE_method_get_get_function(STORE_METHOD *sm) argument
220 STORE_method_get_store_function(STORE_METHOD *sm) argument
225 STORE_method_get_modify_function(STORE_METHOD *sm) argument
231 STORE_method_get_revoke_function(STORE_METHOD *sm) argument
237 STORE_method_get_delete_function(STORE_METHOD *sm) argument
243 STORE_method_get_list_start_function(STORE_METHOD *sm) argument
249 STORE_method_get_list_next_function(STORE_METHOD *sm) argument
255 STORE_method_get_list_end_function(STORE_METHOD *sm) argument
260 STORE_method_get_update_store_function(STORE_METHOD *sm) argument
266 STORE_method_get_lock_store_function(STORE_METHOD *sm) argument
271 STORE_method_get_unlock_store_function(STORE_METHOD *sm) argument
277 STORE_method_get_ctrl_function(STORE_METHOD *sm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dwm8350_power.c55 u16 sm, ov, co, chrg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-ctrl.c310 long sm,um; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsba.h102 struct smt_header *sm ; /* points to the rec message */ member in struct:s_sba
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dslot_map.c110 struct ocfs2_slot_map *sm; local
189 struct ocfs2_slot_map *sm; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) argument
92 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f) argument
98 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f) argument
104 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f) argument
110 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f) argument
116 STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) argument
122 STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) argument
128 STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) argument
134 STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) argument
140 STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) argument
146 STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f) argument
152 STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f) argument
158 STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f) argument
164 STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f) argument
170 STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
176 STORE_method_get_initialise_function(STORE_METHOD *sm) argument
181 STORE_method_get_cleanup_function(STORE_METHOD *sm) argument
186 STORE_method_get_generate_function(STORE_METHOD *sm) argument
191 STORE_method_get_get_function(STORE_METHOD *sm) argument
196 STORE_method_get_store_function(STORE_METHOD *sm) argument
201 STORE_method_get_modify_function(STORE_METHOD *sm) argument
206 STORE_method_get_revoke_function(STORE_METHOD *sm) argument
211 STORE_method_get_delete_function(STORE_METHOD *sm) argument
216 STORE_method_get_list_start_function(STORE_METHOD *sm) argument
221 STORE_method_get_list_next_function(STORE_METHOD *sm) argument
226 STORE_method_get_list_end_function(STORE_METHOD *sm) argument
231 STORE_method_get_update_store_function(STORE_METHOD *sm) argument
236 STORE_method_get_lock_store_function(STORE_METHOD *sm) argument
241 STORE_method_get_unlock_store_function(STORE_METHOD *sm) argument
246 STORE_method_get_ctrl_function(STORE_METHOD *sm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_meth.c90 int STORE_method_set_initialise_function(STORE_METHOD *sm, argument
97 int STORE_method_set_cleanup_function(STORE_METHOD *sm, argument
104 int STORE_method_set_generate_function(STORE_METHOD *sm, argument
112 int STORE_method_set_get_function(STORE_METHOD *sm, argument
119 int STORE_method_set_store_function(STORE_METHOD *sm, argument
126 STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) argument
133 STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) argument
140 STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) argument
147 STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) argument
155 STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) argument
163 STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f) argument
170 STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f) argument
177 STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f) argument
184 STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f) argument
191 STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
198 STORE_method_get_initialise_function(STORE_METHOD *sm) argument
204 STORE_method_get_cleanup_function(STORE_METHOD *sm) argument
209 STORE_method_get_generate_function(STORE_METHOD *sm) argument
215 STORE_method_get_get_function(STORE_METHOD *sm) argument
220 STORE_method_get_store_function(STORE_METHOD *sm) argument
225 STORE_method_get_modify_function(STORE_METHOD *sm) argument
231 STORE_method_get_revoke_function(STORE_METHOD *sm) argument
237 STORE_method_get_delete_function(STORE_METHOD *sm) argument
243 STORE_method_get_list_start_function(STORE_METHOD *sm) argument
249 STORE_method_get_list_next_function(STORE_METHOD *sm) argument
255 STORE_method_get_list_end_function(STORE_METHOD *sm) argument
260 STORE_method_get_update_store_function(STORE_METHOD *sm) argument
266 STORE_method_get_lock_store_function(STORE_METHOD *sm) argument
271 STORE_method_get_unlock_store_function(STORE_METHOD *sm) argument
277 STORE_method_get_ctrl_function(STORE_METHOD *sm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbitfield.c355 unsigned char sm, em; local
404 unsigned char sm, em; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dr852.h138 int sm; /* Is card smartmedia */ member in struct:r852_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c394 struct hdlcdrv_state *sm = netdev_priv(dev); local

Completed in 138 milliseconds

123