Searched refs:dt_ioctl (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c59 if (dt_ioctl(dtp, DTRACEIOC_FORMAT, &fmt) == -1)
65 if (dt_ioctl(dtp, DTRACEIOC_FORMAT, &fmt) == -1) {
159 if (dt_ioctl(dtp, DTRACEIOC_EPROBE, enabled) == -1) {
161 if (dt_ioctl(dtp, DTRACEIOC_EPROBE, &enabled) == -1) {
183 rval = dt_ioctl(dtp, DTRACEIOC_EPROBE, enabled);
185 rval = dt_ioctl(dtp, DTRACEIOC_EPROBE, &enabled);
202 if (dt_ioctl(dtp, DTRACEIOC_PROBES, probe) == -1) {
359 if (dt_ioctl(dtp, DTRACEIOC_AGGDESC, agg) == -1) {
361 if (dt_ioctl(dtp, DTRACEIOC_AGGDESC, &agg) == -1) {
382 rval = dt_ioctl(dt
[all...]
H A Ddt_work.c152 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1)
209 err = dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
215 if (dt_ioctl(dtp, DTRACEIOC_GO, &dtp->dt_beganon) == -1) {
250 if (dt_ioctl(dtp, DTRACEIOC_STOP, &dtp->dt_endedon) == -1)
258 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1)
H A Ddt_options.c859 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, &hdr) == -1)
862 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, &dof) == -1)
877 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, dof) == -1)
879 if (dt_ioctl(dtp, DTRACEIOC_DOFGET, &dof) == -1)
H A Ddt_provider.c81 if (dt_ioctl(dtp, DTRACEIOC_PROVIDER, &desc) == -1) {
261 if (dt_ioctl(dtp, DTRACEIOC_PROBEARG, adp) != 0) {
382 if (dt_ioctl(dtp, DTRACEIOC_PROBEMATCH, &pd) == 0)
841 continue; /* we'll get these later using dt_ioctl() */
865 if (dt_ioctl(dtp, cmd, &pd) != 0)
H A Ddt_impl.h593 extern int dt_ioctl(dtrace_hdl_t *, int, void *);
595 extern int dt_ioctl(dtrace_hdl_t *, u_long, void *);
H A Ddt_subr.c174 if (dt_ioctl(dtp, DTRACEIOC_PROBES, pdp) == -1 ||
481 dt_ioctl(dtrace_hdl_t *dtp, int val, void *arg) function
483 dt_ioctl(dtrace_hdl_t *dtp, u_long val, void *arg)
H A Ddt_pid.c742 (void) dt_ioctl(dtp, DTRACEIOC_ENABLE, NULL);
825 (void) dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
H A Ddt_program.c167 n = dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
H A Ddt_aggregate.c457 if (dt_ioctl(dtp, DTRACEIOC_AGGSNAP, buf) == -1) {
459 if (dt_ioctl(dtp, DTRACEIOC_AGGSNAP, &buf) == -1) {
H A Ddt_consume.c2573 if (dt_ioctl(dtp, DTRACEIOC_BUFSNAP, buf) == -1) {
2575 if (dt_ioctl(dtp, DTRACEIOC_BUFSNAP, &buf) == -1) {
H A Ddt_open.c1198 else if (dt_ioctl(dtp, DTRACEIOC_CONF, &dtp->dt_conf) != 0)

Completed in 100 milliseconds