Lines Matching refs:local
484 int local ; local
501 local = ((fs & L_INDICATOR) != 0) ;
511 if (is_my_addr(smc,&sm->smt_source) && !local) {
572 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_VERSION,local) ;
579 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_LENGTH,local) ;
635 SMT_REPLY,local) ;
702 smt_send_sif_config(smc,&sm->smt_source,sm->smt_tid,local) ;
709 smt_send_sif_operation(smc,&sm->smt_source,sm->smt_tid,local) ;
742 local) ;
753 smt_send_frame(smc,mb,FC_SMT_INFO,local) ;
779 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_CLASS,local) ;
799 smt_pmf_received_pack(smc,mb, local) ;
815 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_CLASS,local) ;
846 EXPORT_PMF void smt_send_frame(smc,mb,fc,local) in smt_send_frame() argument
850 int local ;
854 if (!smc->r.sm_ma_avail && !local) {
865 smt_send_mbuf(smc,mb,local ? FC_SMT_LOC : fc) ;
871 static void smt_send_rdf(smc,rej,fc,reason,local) in smt_send_rdf() argument
876 int local ;
943 smt_send_frame(smc,mb,FC_SMT_INFO,local) ;
949 static void smt_send_nif(smc,dest,fc,tid,type,local) in smt_send_nif() argument
955 int local ;
972 smt_send_frame(smc,mb,fc,local) ;
1048 static void smt_send_sif_config(smc,dest,tid,local) in smt_send_sif_config() argument
1052 int local ;
1075 smt_send_frame(smc,mb,FC_SMT_INFO,local) ;
1082 static void smt_send_sif_operation(smc,dest,tid,local) in smt_send_sif_operation() argument
1086 int local ;
1125 smt_send_frame(smc,mb,FC_SMT_INFO,local) ;