Searched refs:LENGTH_ANY (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/dumpcis/ |
H A D | readcis.c | 52 #define LENGTH_ANY 255 macro 56 {"Common memory descriptor", CIS_MEM_COMMON, LENGTH_ANY}, 57 {"Long link to next chain for CardBus", CIS_LONGLINK_CB, LENGTH_ANY}, 58 {"Indirect access", CIS_INDIRECT, LENGTH_ANY}, 59 {"Configuration map for CardBus", CIS_CONF_MAP_CB, LENGTH_ANY}, 60 {"Configuration entry for CardBus", CIS_CONFIG_CB, LENGTH_ANY}, 61 {"Long link to next chain for MFC", CIS_LONGLINK_MFC, LENGTH_ANY}, 68 {"Version 1 info", CIS_INFO_V1, LENGTH_ANY}, 69 {"Alternate language string", CIS_ALTSTR, LENGTH_ANY}, 70 {"Attribute memory descriptor", CIS_MEM_ATTR, LENGTH_ANY}, [all …]
|