Searched refs:g_hndl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprbk.c43 extern tnfctl_handle_t *g_hndl;
65 err = tnfctl_trace_attrs_get(g_hndl, attrs_p);
125 err = tnfctl_buffer_alloc(g_hndl, NULL, size);
152 err = tnfctl_buffer_dealloc(g_hndl);
218 err = tnfctl_filter_list_add(g_hndl, ppl->pid);
247 err = tnfctl_filter_list_delete(g_hndl, tmp->pid);
282 err = tnfctl_filter_state_set(g_hndl, onoff);
307 err = tnfctl_filter_list_get(g_hndl, &pids_p, &pid_count);
341 err = tnfctl_filter_list_get(g_hndl, &pids_p, &pid_count);
367 err = tnfctl_trace_state_set(g_hndl, onof
[all...]
H A Dprexgram.y90 extern tnfctl_handle_t *g_hndl;
193 process_cmd(g_hndl, cmd_p);
200 process_cmd(g_hndl, cmd_p);
209 process_cmd(g_hndl, cmd_p);
216 process_cmd(g_hndl, cmd_p);
225 process_cmd(g_hndl, cmd_p);
232 process_cmd(g_hndl, cmd_p);
241 process_cmd(g_hndl, cmd_p);
248 process_cmd(g_hndl, cmd_p);
257 process_cmd(g_hndl, cmd_
[all...]
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...]
H A Dlist.c109 extern tnfctl_handle_t *g_hndl;
129 err = tnfctl_probe_apply(g_hndl, listprobe, &args);
149 err = tnfctl_probe_apply(g_hndl, listprobe, &args);
172 err = tnfctl_probe_apply(g_hndl, probescan, &args);
234 err = tnfctl_probe_state_get(g_hndl, probe_p, &p_state);
/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...]
H A Dsvccfg_internal.c778 if ((load_prop = scf_property_create(g_hndl)) == NULL ||
779 (load_val = scf_value_create(g_hndl)) == NULL ||
780 (load_pgroup = scf_pg_create(g_hndl)) == NULL ||
781 (load_pgiter = scf_iter_create(g_hndl)) == NULL ||
782 (load_propiter = scf_iter_create(g_hndl)) == NULL ||
783 (load_valiter = scf_iter_create(g_hndl)) == NULL) {
1190 if ((inst = scf_instance_create(g_hndl)) == NULL) {
1200 if (scf_handle_decode_fmri(g_hndl, fmri, NULL, NULL, inst, NULL, NULL,
H A Dsvccfg_engine.c578 if (mhash_store_entry(g_hndl, info->mi_prop, file,
728 if ((count = find_manifests(g_hndl, file, &manifests,
850 if (scf_walk_fmri(g_hndl, 0, NULL, SCF_WALK_SERVICE|SCF_WALK_NOINSTANCE,
890 if (mhash_store_entry(g_hndl, info->mi_prop, info->mi_path,
940 if ((profile_count = find_manifests(g_hndl, file, &profiles,
H A Dsvccfg.h374 extern scf_handle_t *g_hndl; /* global repcached connection handle */

Completed in 63 milliseconds