Searched refs:SBD_PGR_APTPL (Results 1 – 2 of 2) sorted by relevance
326 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_load()439 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_write()461 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_write()581 if (!(pgr->pgr_flags & SBD_PGR_APTPL)) { in sbd_pgr_reset()1156 buf.ptpl_a = pgr->pgr_flags & SBD_PGR_APTPL; in sbd_pgr_in_report_capabilities()1389 if (pgr->pgr_flags & SBD_PGR_APTPL || plist->aptpl) { in sbd_pgr_out_register()1391 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()1393 PGR_CLEAR_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()1494 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_out_reserve()1605 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_out_clear()[all …]
102 #define SBD_PGR_APTPL 0x01 macro