Searched refs:t_handle (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/stmfproxy/stmfproxy/ |
H A D | stmfproxy.c | 69 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()
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3123 zone_dochandle_t t_handle, char *target_zone) in warn_dev_match() argument 3129 if ((err = zonecfg_setdevent(t_handle)) != Z_OK) { in warn_dev_match() 3135 while (zonecfg_getdevent(t_handle, &t_devtab) == Z_OK) { in warn_dev_match() 3140 (void) zonecfg_enddevent(t_handle); in warn_dev_match() 3165 (void) zonecfg_enddevent(t_handle); in warn_dev_match() 3245 zone_dochandle_t t_handle, char *target_zone) in warn_fs_match() argument 3251 if ((err = zonecfg_setfsent(t_handle)) != Z_OK) { in warn_fs_match() 3258 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) { in warn_fs_match() 3263 (void) zonecfg_endfsent(t_handle); in warn_fs_match() 3277 (void) zonecfg_endfsent(t_handle); in warn_fs_match() [all …]
|