Home
last modified time | relevance | path

Searched refs:CISTPL_SYSINIT_POST (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h170 #define CISTPL_SYSINIT_POST 0x01 macro
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y198 { $$->funcid.sysinit |= CISTPL_SYSINIT_POST; }
H A Ddump_cis.c153 if (fn->sysinit & CISTPL_SYSINIT_POST) in print_funcid()