Home
last modified time | relevance | path

Searched refs:t_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c69 void *t_handle; /* transport handle */ variable
135 if (t_handle == NULL) { in postMsg()
148 ns = pt_ops->stmf_proxy_send(t_handle, buf, nelem + sizeof (buflen)); in postMsg()
227 if ((pt_ops->stmf_proxy_recv(t_handle, (uchar_t *)&buflen, in relay_peer_msg()
243 if ((pt_ops->stmf_proxy_recv(t_handle, pq->buf, pq->buflen)) != in relay_peer_msg()
511 t_handle = pt_ops->stmf_proxy_connect(server_node, aluaNode); in main()
512 if (t_handle == NULL) { in main()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3150 (void) zonecfg_enddevent(t_handle); in warn_dev_match()
3175 (void) zonecfg_enddevent(t_handle); in warn_dev_match()
3273 (void) zonecfg_endfsent(t_handle); in warn_fs_match()
3287 (void) zonecfg_endfsent(t_handle); in warn_fs_match()
3349 (void) zonecfg_endnwifent(t_handle); in warn_ip_match()
3371 (void) zonecfg_enddsent(t_handle); in warn_dataset_match()
3388 (void) zonecfg_enddsent(t_handle); in warn_dataset_match()
3427 zone_dochandle_t t_handle; in validate_clone() local
3436 zonecfg_fini_handle(t_handle); in validate_clone()
3442 zonecfg_fini_handle(t_handle); in validate_clone()
[all …]