txprop_t
extern txprop_t ExHB_common_props[];
extern txprop_t HB_common_props[];
extern txprop_t RC_common_props[];
did_props_set(tnode_t *tn, did_t *pd, txprop_t txarray[], int txnum)
txprop_t Fn_common_props[] = {
txprop_t Dev_common_props[] = {
txprop_t Bus_common_props[] = {
txprop_t RC_common_props[] = {
txprop_t ExHB_common_props[] = {
txprop_t IOB_common_props[] = {
txprop_t HB_common_props[] = {
int Bus_propcnt = sizeof (Bus_common_props) / sizeof (txprop_t);
int Dev_propcnt = sizeof (Dev_common_props) / sizeof (txprop_t);
int ExHB_propcnt = sizeof (ExHB_common_props) / sizeof (txprop_t);
int HB_propcnt = sizeof (HB_common_props) / sizeof (txprop_t);
int IOB_propcnt = sizeof (IOB_common_props) / sizeof (txprop_t);
int RC_propcnt = sizeof (RC_common_props) / sizeof (txprop_t);
int Fn_propcnt = sizeof (Fn_common_props) / sizeof (txprop_t);
extern int did_props_set(tnode_t *, did_t *, txprop_t[], int);
extern txprop_t Bus_common_props[];
extern txprop_t Dev_common_props[];
extern txprop_t Fn_common_props[];
extern txprop_t RC_common_props[], HB_common_props[], ExHB_common_props[];