Searched refs:sm (Results 1 - 25 of 117) sorted by relevance

12345

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnsm.c130 ** sm The state machine control block which is to
148 rpc_cn_sm_ctlblk_p_t sm,
157 sm->state_tbl = state_tbl;
158 sm->action_tbl = action_tbl;
164 sm->cur_state = RPC_C_SM_CLOSED_STATE;
171 sm->tbl_id = tbl_id;
176 rpc__cn_sm_init_event_list(sm);
200 ** sm The state machine control block containing
216 rpc_cn_sm_ctlblk_t *sm
224 sm
143 rpc__cn_sm_init( rpc_cn_sm_state_entry_p_t *state_tbl, rpc_cn_sm_action_fn_p_t action_tbl, rpc_cn_sm_ctlblk_p_t sm, unsigned32 tbl_id ) argument
[all...]
H A Dcnsm.h104 rpc_cn_sm_ctlblk_p_t /* sm */,
115 rpc_cn_sm_ctlblk_p_t /* sm */);
129 rpc_cn_sm_ctlblk_t * /* sm */);
150 ** sm The control block from the event evaluation
171 #define RPC_CN_INCR_ACTIVE_SVR_ACTION(assoc, sm)\
175 sm->cur_state = RPC_C_SERVER_ASSOC_OPEN;\
199 ** sm The control block from the event evaluation
220 #define RPC_CN_INCR_ACTIVE_CL_ACTION(assoc, sm)\
224 sm->cur_state = RPC_C_CLIENT_ASSOC_ACTIVE;\
245 ** sm Th
[all...]
H A Dcncasgsm.c89 ** NCA Connection (cn) Client (c) Association (as) Group (g) State Machine (sm).
178 dce_pointer_t /*sm*/);
183 dce_pointer_t /*sm*/);
370 ** sm The control block from the event
394 dce_pointer_t sm
403 sm_p = (rpc_cn_sm_ctlblk_t *)sm;
442 ** sm The control block from the event
466 dce_pointer_t sm
474 sm_p = (rpc_cn_sm_ctlblk_t *)sm;
H A Dcncassm.c89 ** NCA Connection (cn) Client (c) Association (as) State Machine (sm).
326 dce_pointer_t /*sm*/);
331 dce_pointer_t /*sm*/);
336 dce_pointer_t /*sm*/);
341 dce_pointer_t /*sm*/);
346 dce_pointer_t /*sm*/);
351 dce_pointer_t /*sm*/);
356 dce_pointer_t /*sm*/);
361 dce_pointer_t /*sm*/);
366 dce_pointer_t /*sm*/);
[all...]
H A Dcnsassm.c89 ** NCA Connection (cn) Server (s) Association (as) State Machine (sm).
256 dce_pointer_t /*sm*/);
261 dce_pointer_t /*sm*/);
266 dce_pointer_t /*sm*/);
271 dce_pointer_t /*sm*/);
276 dce_pointer_t /*sm*/);
281 dce_pointer_t /*sm*/);
286 dce_pointer_t /*sm*/);
291 dce_pointer_t /*sm*/);
296 dce_pointer_t /*sm*/);
[all...]
H A Dcnsasgsm.c89 ** NCA Connection (cn) Server (s) Association (as) Group (g) State Machine (sm).
199 dce_pointer_t /*sm*/);
204 dce_pointer_t /*sm*/);
209 dce_pointer_t /*sm*/);
214 dce_pointer_t /*sm*/);
656 ** sm The control block from the event
680 dce_pointer_t sm
689 sm_p = (rpc_cn_sm_ctlblk_t *)sm;
720 ** sm The control block from the event
744 dce_pointer_t sm
[all...]
H A Dcncclsm.c268 dce_pointer_t /*sm*/
273 dce_pointer_t /*sm*/
278 dce_pointer_t /*sm*/
283 dce_pointer_t /*sm*/
288 dce_pointer_t /*sm*/
293 dce_pointer_t /*sm*/
298 dce_pointer_t /*sm*/
303 dce_pointer_t /*sm*/
723 ** sm The control block from the event evaluation
748 dce_pointer_t sm
[all...]
H A Dcnsclsm.c224 dce_pointer_t /*sm*/
229 dce_pointer_t /*sm*/
234 dce_pointer_t /*sm*/
239 dce_pointer_t /*sm*/
244 dce_pointer_t /*sm*/
250 dce_pointer_t /*sm*/
256 dce_pointer_t /*sm*/
261 dce_pointer_t /*sm*/
266 dce_pointer_t /*sm*/
271 dce_pointer_t /*sm*/
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/store/
H A Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) argument
88 sm->init = init_f;
92 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f) argument
94 sm->clean = clean_f;
98 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f) argument
100 sm->generate_object = generate_f;
104 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f) argument
106 sm->get_object = get_f;
110 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f) argument
112 sm
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...]
H A Dstore.h334 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f);
335 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f);
336 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f);
337 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f);
338 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f);
339 int STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR store_f);
340 int STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f);
341 int STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f);
342 int STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f);
343 int STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PT
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c57 seqmod_info *sm = sc->sc_private; local
63 ldap_pvt_thread_mutex_lock( &sm->sm_mutex );
64 av = avl_find2( sm->sm_mods, &mtdummy, sm_avl_cmp );
74 avl_delete( &sm->sm_mods, mt, sm_avl_cmp );
76 ldap_pvt_thread_mutex_unlock( &sm->sm_mutex );
87 seqmod_info *sm = on->on_bi.bi_private; local
102 ldap_pvt_thread_mutex_lock( &sm->sm_mutex );
103 av = avl_find2( sm->sm_mods, mt, sm_avl_cmp );
110 ldap_pvt_thread_mutex_unlock( &sm->sm_mutex );
114 ldap_pvt_thread_mutex_lock( &sm
148 seqmod_info *sm; local
165 seqmod_info *sm = (seqmod_info *)on->on_bi.bi_private; local
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A DMakefile20 SRCS=buffer.c cb.c ip.c sm.c tunala.c breakage.c
21 OBJS=buffer.o cb.o ip.o sm.o tunala.o breakage.o
40 sm.o: sm.c tunala.h
H A Dtunala.c20 state_machine_t sm; member in struct:_tunala_item_t
572 &t_item->sm,SM_DIRTY_IN)),
574 &t_item->sm,SM_DIRTY_OUT)));
581 &t_item->sm,SM_CLEAN_OUT)),
583 &t_item->sm,SM_CLEAN_IN)));
871 /* Set clean read if sm.clean_in is not full */
874 (buffer_full(state_machine_get_buffer(&t->sm,
877 /* Set clean send if sm.clean_out is not empty */
880 (buffer_empty(state_machine_get_buffer(&t->sm,
883 /* Set dirty read if sm
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dstore.h334 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f);
335 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f);
336 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f);
337 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f);
338 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f);
339 int STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR store_f);
340 int STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f);
341 int STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f);
342 int STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f);
343 int STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PT
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_glob.c43 int ssm, sm; /* count of bytes matched or -1 */ local
72 sm = Exp_StringCaseMatch2(string,stop,pattern,pstop,nocase);
75 expDiagLog("@0 => %d\n",sm);
78 if (sm >= 0) return(sm);
86 sm = 0;
93 sm++;
96 if (sm) {
97 printf("skipped %d chars of %d\n", sm, strlen); fflush(stdout);
109 return(ssm+sm);
[all...]
/macosx-10.10/less-25/less/
H A Dmark.c74 static struct mark sm; local
82 m = &sm;
96 m = &sm;
105 m = &sm;
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.sig.h121 # define savesigvec(sv, sm) \
140 sigprocmask(SIG_BLOCK, &m__, &sm); \
143 # define restoresigvec(sv, sm) \
152 sigprocmask(SIG_SETMASK, &sm, NULL); \
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DTargetSchedule.h45 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
/macosx-10.10/autofs-246/automountd/
H A Dnfs_cast.c83 struct sm { struct
512 struct sm *buffer;
514 buffer = (struct sm *)malloc(allocsize * sizeof (struct sm));
537 buffer = (struct sm *)realloc(buffer,
538 allocsize * sizeof (struct sm));
562 qsort((void *)buffer, size, sizeof (struct sm), host_sm);
593 qsort((void *)buffer, size, sizeof (struct sm), time_sm);
627 return (strcmp(((struct sm *)a)->mfs->mfs_host,
628 ((struct sm *)
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARMAssembler.h318 void emitSinglePrecisionInstruction(ARMWord op, int sd, int sn, int sm) argument
320 ASSERT((sd >= 0 && sd <= 31) && (sn >= 0 && sn <= 31) && (sm >= 0 && sm <= 31));
323 | (sm >> 1) | ((sm & 0x1) << 5));
626 void vmov_vfp64(int sm, int rt, int rt2, Condition cc = AL) argument
629 m_buffer.putInt(toARMWord(cc) | VMOV_VFP64 | RN(rt2) | RD(rt) | (sm & 0xf) | ((sm & 0x10) << (5 - 4)));
632 void vmov_arm64(int rt, int rt2, int sm, Condition cc = AL) argument
635 m_buffer.putInt(toARMWord(cc) | VMOV_ARM64 | RN(rt2) | RD(rt) | (sm
650 vcvt_f64_s32(int dd, int sm, Condition cc = AL) argument
668 vcvt_f64_f32(int dd, int sm, Condition cc = AL) argument
674 vcvt_f32_f64(int dd, int sm, Condition cc = AL) argument
[all...]
/macosx-10.10/iodbc-42.5/iodbc/
H A DAUTHORS34 Sergei Malinin <smalinin@openlinksw.com> (sm)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsigproc2.c23 double sm; local
29 sm = *py;
32 sm = sm - *(pa1++) * *px;
34 *px = sm / *pa1;
78 double sm; local
88 sm = *pa_3; /*a(i,j)*/
91 sm = sm - *pa_4 * *(pa_5++);
93 if(sm<
159 double sm; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_encap.c345 * length of mask (sm and dm) is assumed to be same as sp/dp.
349 encap_attach(af, proto, sp, sm, dp, dm, psw, arg)
352 const struct sockaddr *sp, *sm;
382 bcmp(&ep->srcmask, sm, sp->sa_len) != 0)
403 bcopy(sm, &ep->srcmask, sp->sa_len);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetSchedule.cpp39 void TargetSchedModel::init(const MCSchedModel &sm, argument
42 SchedModel = sm;
/macosx-10.10/llvmCore-3425.0.34/utils/yaml-bench/
H A DYAMLBench.cpp181 llvm::SourceMgr sm;
187 yaml::Stream stream(Buf->getBuffer(), sm);

Completed in 666 milliseconds

12345