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; local
102 nts = kmem_zalloc(sizeof (*nts), KM_SLEEP);
103 LIST_INIT(&nts->nts_instances);
104 nts->nts_id = (netid_t)stackid;
105 nts->nts_stackid = stackid;
106 nts->nts_netstack = ns;
107 nts->nts_zoneid = netstackid_to_zoneid(stackid);
108 nts->nts_flags = NSF_ZONE_CREATE;
109 cv_init(&nts
146 neti_stack_t *nts = arg; local
214 neti_stack_t *nts = arg; local
349 neti_stack_t *nts; local
417 neti_stack_t *nts; local
506 neti_apply_all_instances(neti_stack_t *nts, napplyfn_t *applyfn) argument
526 neti_stack_t *nts; local
549 neti_stack_apply_create(neti_stack_t *nts, void *parent) argument
616 neti_stack_apply_shutdown(neti_stack_t *nts, void *parent) argument
700 neti_stack_apply_destroy(neti_stack_t *nts, void *parent) argument
768 wait_for_nini_inprogress(neti_stack_t *nts, net_instance_int_t *nini, uint32_t cmask) argument
801 neti_stack_t *nts; local
818 neti_stack_t *nts; local
835 neti_stack_t *nts; local
852 neti_stack_t *nts; local
869 neti_stack_t *nts; local
[all...]
H A Dneti_impl.c41 net_find(const char *protocol, neti_stack_t *nts) argument
46 ASSERT(nts != NULL);
48 LIST_FOREACH(n, &nts->nts_netd_head, netd_list) {
68 neti_stack_t *nts; local
72 nts = net_getnetistackbyid(id);
73 if (nts == NULL)
80 new->netd_stack = nts;
83 mutex_enter(&nts->nts_lock);
84 n = net_find(info->netp_name, nts);
86 mutex_exit(&nts
105 neti_stack_t *nts; local
125 neti_stack_t *nts; local
174 neti_stack_t *nts; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c46 struct neti_stack *nts; local
54 if (mdb_vread((void *)&nts, sizeof (nts),
60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts +

Completed in 74 milliseconds