Home
last modified time | relevance | path

Searched refs:nts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c100 neti_stack_t *nts; in neti_stack_init() local
102 nts = kmem_zalloc(sizeof (*nts), KM_SLEEP); in neti_stack_init()
136 return (nts); in neti_stack_init()
150 ASSERT(nts != NULL); in neti_stack_shutdown()
197 ASSERT(nts != NULL); in neti_stack_shutdown()
253 kmem_free(nts, sizeof (*nts)); in neti_stack_fini()
349 neti_stack_t *nts; in net_instance_register() local
417 neti_stack_t *nts; in net_instance_unregister() local
526 neti_stack_t *nts; in neti_apply_all_stacks() local
543 nts = LIST_NEXT(nts, nts_next); in neti_apply_all_stacks()
[all …]
H A Dneti_impl.c46 ASSERT(nts != NULL); in net_find()
68 neti_stack_t *nts; in net_protocol_register() local
73 if (nts == NULL) in net_protocol_register()
80 new->netd_stack = nts; in net_protocol_register()
105 neti_stack_t *nts; in net_protocol_unregister() local
109 nts = info->netd_stack; in net_protocol_unregister()
110 ASSERT(nts != NULL); in net_protocol_unregister()
125 neti_stack_t *nts; in net_protocol_lookup() local
131 if (nts == NULL) in net_protocol_lookup()
174 neti_stack_t *nts; in net_protocol_walk() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c46 struct neti_stack *nts; in netinfolist() local
54 if (mdb_vread((void *)&nts, sizeof (nts), in netinfolist()
60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts + in netinfolist()