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

  /src/external/bsd/iscsi/dist/src/initiator/
libkmod.c 68 const modstat_t *msa, *msb; local
70 msa = a;
72 return strcmp(msa->ms_name, msb->ms_name);
  /src/sbin/modstat/
main.c 250 const modstat_t *msa, *msb; local
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
128 return (strcmp(msa->msa_name, "timer") == 0);
msiiep.c 211 struct msiiep_attach_args msa; local
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
269 return (strcmp(msa->msa_name, "pcic") == 0);
278 struct msiiep_attach_args *msa = aux; local
279 struct mainbus_attach_args *ma = msa->msa_ma
    [all...]
  /src/external/bsd/file/dist/src/
cdf.c 482 cdf_secid_t *msa, mid, sec; local
516 if ((msa = CAST(cdf_secid_t *, CDF_CALLOC(1, ss))) == NULL)
527 if (cdf_read_sector(info, msa, 0, ss, h, mid) !=
533 sec = CDF_TOLE4(CAST(uint32_t, msa[k]));
537 DPRINTF(("Out of bounds reading MSA %"
545 CDF_TOLE4(msa[k])));
549 mid = CDF_TOLE4(CAST(uint32_t, msa[nsatpersec]));
553 free(msa);
558 free(msa);

Completed in 18 milliseconds