Symbol: netinfo_t
usr/src/uts/common/io/mac/mac.c
5952
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
5955
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
5960
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5965
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6004
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
6007
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6014
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6019
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6052
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
6055
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6059
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6064
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6088
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
6091
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6099
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6104
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6161
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6219
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6308
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6356
list_create(&net_log_list, sizeof (netinfo_t),
usr/src/uts/common/io/mac/mac.c
6357
offsetof(netinfo_t, ni_link));
usr/src/uts/common/io/mac/mac.c
6462
list_create(&net_log_list, sizeof (netinfo_t),
usr/src/uts/common/io/mac/mac.c
6463
offsetof(netinfo_t, ni_link));