Searched defs: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) {
148 ns = pt_ops->stmf_proxy_send(t_handle, buf, nelem + sizeof (buflen));
227 if ((pt_ops->stmf_proxy_recv(t_handle, (uchar_t *)&buflen,
243 if ((pt_ops->stmf_proxy_recv(t_handle, pq->buf, pq->buflen)) !=
511 t_handle = pt_ops->stmf_proxy_connect(server_node, aluaNode);
512 if (t_handle == NULL) {
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3124 zone_dochandle_t t_handle, char *target_zone)
3130 if ((err = zonecfg_setdevent(t_handle)) != Z_OK) {
3136 while (zonecfg_getdevent(t_handle, &t_devtab) == Z_OK) {
3141 (void) zonecfg_enddevent(t_handle);
3166 (void) zonecfg_enddevent(t_handle);
3246 zone_dochandle_t t_handle, char *target_zone)
3252 if ((err = zonecfg_setfsent(t_handle)) != Z_OK) {
3259 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) {
3264 (void) zonecfg_endfsent(t_handle);
3278 (void) zonecfg_endfsent(t_handle);
3123 warn_dev_match(zone_dochandle_t s_handle, char *source_zone, zone_dochandle_t t_handle, char *target_zone) argument
3245 warn_fs_match(zone_dochandle_t s_handle, char *source_zone, zone_dochandle_t t_handle, char *target_zone) argument
3289 warn_ip_match(zone_dochandle_t s_handle, char *source_zone, zone_dochandle_t t_handle, char *target_zone) argument
3344 warn_dataset_match(zone_dochandle_t s_handle, char *source, zone_dochandle_t t_handle, char *target) argument
3418 zone_dochandle_t t_handle; local
[all...]

Completed in 76 milliseconds