Symbol: netinfo_t
usr/src/uts/common/io/mac/mac.c
5932
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
5935
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
5940
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5945
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
5984
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
5987
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
5994
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
5999
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6032
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
6035
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6039
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6044
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6068
static netinfo_t *
usr/src/uts/common/io/mac/mac.c
6071
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6079
ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
usr/src/uts/common/io/mac/mac.c
6084
kmem_free(ninfo, sizeof (netinfo_t));
usr/src/uts/common/io/mac/mac.c
6141
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6199
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6288
netinfo_t *ninfo;
usr/src/uts/common/io/mac/mac.c
6336
list_create(&net_log_list, sizeof (netinfo_t),
usr/src/uts/common/io/mac/mac.c
6337
offsetof(netinfo_t, ni_link));
usr/src/uts/common/io/mac/mac.c
6442
list_create(&net_log_list, sizeof (netinfo_t),
usr/src/uts/common/io/mac/mac.c
6443
offsetof(netinfo_t, ni_link));