Home
last modified time | relevance | path

Searched refs:CISTPL_FUNCID (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c340 if (get_tuple(fd, CISTPL_FUNCID, &arg) == 0) in print_ident()
369 get_tuple(fd, CISTPL_FUNCID, &arg); in print_info()
H A Dyacc_cis.y121 { $$ = new_tuple(CISTPL_FUNCID, $1); }
H A Dpack_cis.c281 case CISTPL_FUNCID: in pack_tuple()
H A Ddump_cis.c914 case CISTPL_FUNCID: in print_parse()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h60 #define CISTPL_FUNCID 0x21 macro