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
231 msa.msa_ma = ma;
234 msa.msa_name = "timer";
235 config_found(self, &msa, NULL, CFARGS_NONE);
238 msa.msa_name = "pcic";
239 config_found(self, &msa, NULL, CFARGS_NONE);
263 struct msiiep_attach_args *msa = aux; local in function:mspcic_match
265 return (strcmp(msa->msa_name, "pcic") == 0);
273 struct msiiep_attach_args *msa = aux; local in function:mspcic_attach
274 struct mainbus_attach_args *ma = msa->msa_ma
    [all...]

Completed in 12 milliseconds