Home
last modified time | relevance | path

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

/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c328 if (get_tuple(fd, CISTPL_VERS_1, &arg) == 0) { in print_ident()
361 get_tuple(fd, CISTPL_VERS_1, &arg); in print_info()
H A Dyacc_cis.y117 { $$ = new_tuple(CISTPL_VERS_1, $1); }
H A Dpack_cis.c308 case CISTPL_VERS_1: in pack_tuple()
H A Ddump_cis.c889 case CISTPL_VERS_1: in print_parse()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h48 #define CISTPL_VERS_1 0x15 macro