Searched refs:CISTPL_CFTABLE_DEFAULT (Results 1 – 4 of 4) sorted by relevance
284 (entry->flags & CISTPL_CFTABLE_DEFAULT) ? " [default]" : ""); in print_cftable_entry()286 if (entry->flags & ~CISTPL_CFTABLE_DEFAULT) { in print_cftable_entry()381 (entry->flags & CISTPL_CFTABLE_DEFAULT) ? " [default]" : ""); in print_cftable_entry_cb()383 if (entry->flags & ~CISTPL_CFTABLE_DEFAULT) { in print_cftable_entry_cb()
360 { $$->cftable_entry.flags |= CISTPL_CFTABLE_DEFAULT; }
171 if (p->flags & CISTPL_CFTABLE_DEFAULT) in pack_cftable()
462 #define CISTPL_CFTABLE_DEFAULT 0x0001 macro