Searched refs:t_run (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_value.c | 143 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_target_impl.h | 105 int (*t_run)(mdb_tgt_t *, int, const struct mdb_arg *); member
|
H A D | mdb_rawfile.c | 396 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_kproc.c | 921 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_target.c | 1367 if (t->t_ops->t_run(t, argc, argv) == -1) in mdb_tgt_run()
|
H A D | mdb_proc.c | 4738 .t_run = pt_run,
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 880 uintptr_t t_run = 0; /* runnable, on disp queue */ in gcore_prchoose() local 919 if (t_run == 0) in gcore_prchoose() 920 t_run = t_addr; in gcore_prchoose() 980 else if (t_run) in gcore_prchoose() 981 t_addr = t_run; in gcore_prchoose()
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_ia32dep.c | 137 .t_run = (int (*)())mdb_tgt_notsup,
|
H A D | kvm_amd64dep.c | 137 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_bhyve.c | 1442 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 138 kthread_t *t_run = NULL; /* runnable, on disp queue */ in prchoose() local 191 if (t_run == NULL) in prchoose() 192 t_run = t; in prchoose() 248 else if (t_run) in prchoose() 249 t = t_run; in prchoose()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 2432 .t_run = (int (*)())(uintptr_t)mdb_tgt_notsup,
|