HomeSort by relevance Sort by last modified time
    Searched refs:si_common_info_t (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 64 } si_common_info_t; typedef in typeref:struct:si_common_info
91 si_common_info_t *common_info; /* Common information for all the cores in a chip */
siutils.c 86 MFREE(osh, sii->common_info, sizeof(si_common_info_t));
115 MFREE(osh, ksii.common_info, sizeof(si_common_info_t));
307 if (NULL == (common_info_alloced = (void *)MALLOC(osh, sizeof(si_common_info_t)))) {
311 bzero((uchar*)(common_info_alloced), sizeof(si_common_info_t));
313 sii->common_info = (si_common_info_t *)common_info_alloced;
432 MFREE(sii->osh, sii->common_info, sizeof(si_common_info_t));
    [all...]

Completed in 151 milliseconds