Searched defs:g_hndl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c84 tnfctl_handle_t *g_hndl; /* handle on target or kernel */ variable
196 err = tnfctl_kernel_open(&g_hndl);
208 err = tnfctl_pid_open(g_targetpid, &g_hndl);
225 g_preload, NULL, &g_hndl);
227 err = tnfctl_trace_attrs_get(g_hndl,
250 err = set_tracefile(g_hndl);
257 err = check_trace_error(g_hndl);
273 err = set_probe_discovery_callback(g_hndl);
293 err = tnfctl_continue(g_hndl, &event, NULL);
301 err = check_trace_error(g_hndl);
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c199 scf_handle_t *g_hndl = NULL; /* only valid after lscf_prep_hndl() */ variable
866 if (g_hndl != NULL)
869 g_hndl = scf_handle_create(SCF_VERSION);
870 if (g_hndl == NULL)
880 repo_value = scf_value_create(g_hndl);
887 if (scf_handle_decorate(g_hndl, "door_path", repo_value) !=
894 if (scf_handle_bind(g_hndl) != 0)
898 cur_scope = scf_scope_create(g_hndl);
902 if (scf_handle_get_local_scope(g_hndl, cur_scope) != 0)
909 if (g_hndl !
[all...]

Completed in 54 milliseconds