HomeSort by: relevance | last modified time | path
    Searched defs:msa (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/modstat/
main.c 250 const modstat_t *msa, *msb; local in function:modstatcmp
252 msa = a;
255 return strcmp(msa->ms_name, msb->ms_name);
  /src/sys/arch/sparc/sparc/
timer_msiiep.c 126 struct msiiep_attach_args *msa = aux; local in function:timermatch_msiiep
128 return (strcmp(msa->msa_name, "timer") == 0);
msiiep.c 211 struct msiiep_attach_args msa; local in function:msiiep_attach
233 msa.msa_ma = ma;
237 msa.msa_name = "timer";
238 config_found(self, &msa, NULL, CFARGS_NONE);
241 msa.msa_name = "pcic";
242 config_found(self, &msa, NULL,
267 struct msiiep_attach_args *msa = aux; local in function:mspcic_match
269 return (strcmp(msa->msa_name, "pcic") == 0);
278 struct msiiep_attach_args *msa = aux; local in function:mspcic_attach
279 struct mainbus_attach_args *ma = msa->msa_ma
    [all...]

Completed in 96 milliseconds