Searched defs:h_chassis_id (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_cro.c116 char *h_chassis_id; member in struct:di_cro_hdl
389 if (!(h && ppath && h->h_product_id && h->h_chassis_id))
394 strlen(h->h_chassis_id) + 1 +
400 h->h_product_id, h->h_chassis_id, DI_CRODC_SYSALIAS);
407 * h->h_product_id and h->h_chassis_id.
410 h->h_product_id && h->h_chassis_id))
421 strlen(h->h_chassis_id) + 1 +
426 DI_CRODC_ALIASED_DIR, h->h_product_id, h->h_chassis_id,
906 h->h_chassis_id = strdup(chassis_id);
912 (chassis_id && !h->h_chassis_id) ||
1071 is_internal(di_cro_rec_t r, char *h_product_id, char *h_chassis_id) argument
1090 char *h_chassis_id; local
[all...]

Completed in 18 milliseconds