Symbol: t1_os_malloc_wait_zero
usr/src/uts/common/io/chxge/ch.h
291
void *t1_os_malloc_wait_zero(size_t len);
usr/src/uts/common/io/chxge/com/ch_mac.c
379
mac = t1_os_malloc_wait_zero(sizeof (*mac) + sizeof (cmac_instance));
usr/src/uts/common/io/chxge/com/cspi.c
67
struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi));
usr/src/uts/common/io/chxge/com/espi.c
319
struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi));
usr/src/uts/common/io/chxge/com/ixf1010.c
515
mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
usr/src/uts/common/io/chxge/com/mc3.c
341
struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3));
usr/src/uts/common/io/chxge/com/mc4.c
193
struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4));
usr/src/uts/common/io/chxge/com/mc5.c
640
mc5 = t1_os_malloc_wait_zero(sizeof(*mc5));
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
398
struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
usr/src/uts/common/io/chxge/com/mv88x201x.c
220
struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
usr/src/uts/common/io/chxge/com/my3126.c
208
struct cphy *cphy = t1_os_malloc_wait_zero(sizeof (*cphy));
usr/src/uts/common/io/chxge/com/pm3393.c
733
cmac = t1_os_malloc_wait_zero(sizeof(*cmac) + sizeof(cmac_instance));
usr/src/uts/common/io/chxge/com/tp.c
286
struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp));
usr/src/uts/common/io/chxge/com/ulp.c
151
struct peulp *ulp = t1_os_malloc_wait_zero(sizeof(*ulp));
usr/src/uts/common/io/chxge/com/vsc7321.c
244
mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
usr/src/uts/common/io/chxge/com/vsc7326.c
728
mac = t1_os_malloc_wait_zero(sizeof(*mac) + sizeof(cmac_instance));
usr/src/uts/common/io/chxge/com/xpak.c
111
struct cphy *cphy = t1_os_malloc_wait_zero(sizeof(*cphy));
usr/src/uts/common/io/chxge/sge.c
1310
Q->fq_centries = t1_os_malloc_wait_zero(size);
usr/src/uts/common/io/chxge/sge.c
137
sge = t1_os_malloc_wait_zero(sizeof (pesge));
usr/src/uts/common/io/chxge/sge.c
1392
Q->cq_centries = t1_os_malloc_wait_zero(size);