Searched refs:t1_os_malloc_wait_zero (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcspi.c69 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi));
H A Dxpak.c113 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
H A Dulp.c153 struct peulp *ulp = t1_os_malloc_wait_zero(sizeof(*ulp));
H A Dmv88x201x.c222 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
H A Dmy3126.c202 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
H A Dmc4.c195 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4));
H A Dch_mac.c381 mac = t1_os_malloc_wait_zero(sizeof (*mac) + sizeof (cmac_instance));
H A Dmc3.c343 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3));
H A Dmv88e1xxx.c400 struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
H A Despi.c321 struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi));
H A Dixf1010.c517 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
H A Dtp.c288 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp));
H A Dvsc7321.c246 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
H A Dmc5.c642 mc5 = t1_os_malloc_wait_zero(sizeof(*mc5));
H A Dpm3393.c735 cmac = t1_os_malloc_wait_zero(sizeof(*cmac) + sizeof(cmac_instance));
H A Dvsc7326.c730 mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h293 void *t1_os_malloc_wait_zero(size_t len);
H A Dglue.c130 t1_os_malloc_wait_zero(size_t len) function
H A Dsge.c139 sge = t1_os_malloc_wait_zero(sizeof (pesge));
1312 Q->fq_centries = t1_os_malloc_wait_zero(size);
1394 Q->cq_centries = t1_os_malloc_wait_zero(size);

Completed in 103 milliseconds