Lines Matching refs:dflags
445 uint32_t dflags; in pt_dbsuspend() local
531 &dflags, sizeof(dflags)); in pt_dbsuspend()
535 dflags |= TMDF_SUSPEND; in pt_dbsuspend()
537 dflags &= ~TMDF_SUSPEND; in pt_dbsuspend()
540 &dflags, sizeof(dflags)); in pt_dbsuspend()
579 uint32_t dflags; in pt_thr_old_get_info() local
622 &dflags, sizeof(dflags)); in pt_thr_old_get_info()
658 info->ti_db_suspended = ((dflags & TMDF_SUSPEND) != 0); in pt_thr_old_get_info()
983 uint32_t dflags; in pt_thr_sstep() local
1006 &dflags, sizeof(uint32_t)); in pt_thr_sstep()
1010 dflags |= TMDF_SSTEP; in pt_thr_sstep()
1012 dflags &= ~TMDF_SSTEP; in pt_thr_sstep()
1016 &dflags, sizeof(uint32_t)); in pt_thr_sstep()