Lines Matching refs:dflags
447 uint32_t dflags; in pt_dbsuspend() local
533 &dflags, sizeof(dflags)); in pt_dbsuspend()
537 dflags |= TMDF_SUSPEND; in pt_dbsuspend()
539 dflags &= ~TMDF_SUSPEND; in pt_dbsuspend()
542 &dflags, sizeof(dflags)); in pt_dbsuspend()
581 uint32_t dflags; in pt_thr_old_get_info() local
624 &dflags, sizeof(dflags)); in pt_thr_old_get_info()
660 info->ti_db_suspended = ((dflags & TMDF_SUSPEND) != 0); in pt_thr_old_get_info()
985 uint32_t dflags; in pt_thr_sstep() local
1008 &dflags, sizeof(uint32_t)); in pt_thr_sstep()
1012 dflags |= TMDF_SSTEP; in pt_thr_sstep()
1014 dflags &= ~TMDF_SSTEP; in pt_thr_sstep()
1018 &dflags, sizeof(uint32_t)); in pt_thr_sstep()