Home
last modified time | relevance | path

Searched refs:CISTPL_CFTABLE_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c284 (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()
H A Dyacc_cis.y360 { $$->cftable_entry.flags |= CISTPL_CFTABLE_DEFAULT; }
H A Dpack_cis.c171 if (p->flags & CISTPL_CFTABLE_DEFAULT) in pack_cftable()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h462 #define CISTPL_CFTABLE_DEFAULT 0x0001 macro