Searched refs:PPF_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
113 #define PPF_DYNAMIC 0x80 /* capable of magazine resizing */ macro129 (((_pp)->pp_flags & PPF_DYNAMIC) != 0)
1137 pp->pp_flags |= PPF_DYNAMIC; in pp_create()1151 if (pp->pp_flags & PPF_DYNAMIC) { in pp_create()