Symbol: dt_softc
sys/dev/dt/dt_dev.c
128
SLIST_ENTRY(dt_softc) ds_next; /* [K] descriptor list */
sys/dev/dt/dt_dev.c
141
SLIST_HEAD(, dt_softc) dtdev_list; /* [K] list of open /dev/dt nodes */
sys/dev/dt/dt_dev.c
161
struct dt_softc *dtlookup(int);
sys/dev/dt/dt_dev.c
162
struct dt_softc *dtalloc(void);
sys/dev/dt/dt_dev.c
163
void dtfree(struct dt_softc *);
sys/dev/dt/dt_dev.c
165
int dt_ioctl_list_probes(struct dt_softc *, struct dtioc_probe *);
sys/dev/dt/dt_dev.c
166
int dt_ioctl_get_args(struct dt_softc *, struct dtioc_arg *);
sys/dev/dt/dt_dev.c
167
int dt_ioctl_get_stats(struct dt_softc *, struct dtioc_stat *);
sys/dev/dt/dt_dev.c
168
int dt_ioctl_record_start(struct dt_softc *);
sys/dev/dt/dt_dev.c
169
void dt_ioctl_record_stop(struct dt_softc *);
sys/dev/dt/dt_dev.c
170
int dt_ioctl_probe_enable(struct dt_softc *, struct dtioc_req *);
sys/dev/dt/dt_dev.c
171
int dt_ioctl_probe_disable(struct dt_softc *, struct dtioc_req *);
sys/dev/dt/dt_dev.c
172
int dt_ioctl_rd_vnode(struct dt_softc *, struct dtioc_rdvn *);
sys/dev/dt/dt_dev.c
176
void dt_wakeup(struct dt_softc *);
sys/dev/dt/dt_dev.c
197
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
229
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
237
SLIST_REMOVE(&dtdev_list, sc, dt_softc, ds_next);
sys/dev/dt/dt_dev.c
248
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
292
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
343
struct dt_softc *
sys/dev/dt/dt_dev.c
346
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
358
struct dt_softc *
sys/dev/dt/dt_dev.c
361
struct dt_softc *sc;
sys/dev/dt/dt_dev.c
392
dtfree(struct dt_softc *sc)
sys/dev/dt/dt_dev.c
408
dt_ioctl_list_probes(struct dt_softc *sc, struct dtioc_probe *dtpr)
sys/dev/dt/dt_dev.c
444
dt_ioctl_get_args(struct dt_softc *sc, struct dtioc_arg *dtar)
sys/dev/dt/dt_dev.c
500
dt_ioctl_get_stats(struct dt_softc *sc, struct dtioc_stat *dtst)
sys/dev/dt/dt_dev.c
525
dt_ioctl_record_start(struct dt_softc *sc)
sys/dev/dt/dt_dev.c
567
dt_ioctl_record_stop(struct dt_softc *sc)
sys/dev/dt/dt_dev.c
602
dt_ioctl_probe_enable(struct dt_softc *sc, struct dtioc_req *dtrq)
sys/dev/dt/dt_dev.c
640
dt_ioctl_probe_disable(struct dt_softc *sc, struct dtioc_req *dtrq)
sys/dev/dt/dt_dev.c
668
dt_ioctl_rd_vnode(struct dt_softc *sc, struct dtioc_rdvn *dtrv)
sys/dev/dt/dt_dev.c
768
dt_pcb_alloc(struct dt_probe *dtp, struct dt_softc *sc)
sys/dev/dt/dt_dev.c
938
dt_wakeup(struct dt_softc *sc)
sys/dev/dt/dt_dev.c
953
struct dt_softc *sc = arg;
sys/dev/dt/dt_prov_kprobe.c
357
dt_prov_kprobe_alloc(struct dt_probe *dtp, struct dt_softc *sc,
sys/dev/dt/dt_prov_kprobe.c
386
dt_prov_kprobe_dealloc(struct dt_probe *dtp, struct dt_softc *sc,
sys/dev/dt/dt_prov_kprobe.c
51
int dt_prov_kprobe_alloc(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dt_prov_kprobe.c
54
int dt_prov_kprobe_dealloc(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dt_prov_profile.c
33
int dt_prov_profile_alloc(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dt_prov_profile.c
67
dt_prov_profile_alloc(struct dt_probe *dtp, struct dt_softc *sc,
sys/dev/dt/dt_prov_static.c
197
dt_prov_static_alloc(struct dt_probe *dtp, struct dt_softc *sc,
sys/dev/dt/dt_prov_static.c
26
int dt_prov_static_alloc(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dt_prov_syscall.c
36
int dt_prov_syscall_alloc(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dt_prov_syscall.c
99
dt_prov_syscall_alloc(struct dt_probe *dtp, struct dt_softc *sc,
sys/dev/dt/dtvar.h
156
struct dt_softc;
sys/dev/dt/dtvar.h
177
struct dt_softc *dp_sc; /* [I] related softc */
sys/dev/dt/dtvar.h
189
struct dt_pcb *dt_pcb_alloc(struct dt_probe *, struct dt_softc *);
sys/dev/dt/dtvar.h
237
int (*dtpv_alloc)(struct dt_probe *, struct dt_softc *,
sys/dev/dt/dtvar.h
241
int (*dtpv_dealloc)(struct dt_probe *, struct dt_softc *,