Searched refs:SBD_PGR_APTPL (Results 1 – 2 of 2) sorted by relevance
310 (pgr->pgr_flags & (SBD_PGR_APTPL))) in sbd_pgr_should_save()349 if (stmf_is_pgr_aptpl_always() || (pgr->pgr_flags & SBD_PGR_APTPL)) { in sbd_pgr_meta_load()462 if ((pgr->pgr_flags & SBD_PGR_APTPL) || stmf_is_pgr_aptpl_always()) { in sbd_pgr_meta_write()484 if ((pgr->pgr_flags & SBD_PGR_APTPL) || stmf_is_pgr_aptpl_always()) { in sbd_pgr_meta_write()608 if (!(pgr->pgr_flags & SBD_PGR_APTPL) && in sbd_pgr_reset()1183 buf.ptpl_a = pgr->pgr_flags & SBD_PGR_APTPL; in sbd_pgr_in_report_capabilities()1418 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()1420 PGR_CLEAR_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()1890 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register_and_move()1892 PGR_CLEAR_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register_and_move()
107 #define SBD_PGR_APTPL 0x01 macro