Searched refs:chassis_id (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_pca.c | 112 char *product_id, char *chassis_id, char *alias_id, char *comment) 124 if (chassis_id) 125 r->r_chassis_id = strdup(chassis_id); 164 char *product_id, char *chassis_id, char *alias_id) 180 strcmp(r->r_chassis_id, chassis_id) == 0) { 185 product_id, chassis_id); 248 char *product_id, char *chassis_id, char *alias_id, char *comment) 254 if (h == NULL || product_id == NULL || chassis_id == NULL) 261 err = _pca_verify_valid_pc(h, chassis_id); 269 err = _pca_check_for_dups(h, product_id, chassis_id, alias_i 111 _pca_rec_add(di_pca_hdl_t h, int lnum, char *product_id, char *chassis_id, char *alias_id, char *comment) argument 163 _pca_check_for_dups(di_pca_hdl_t h, char *product_id, char *chassis_id, char *alias_id) argument 247 di_pca_rec_add(di_pca_hdl_t h, char *product_id, char *chassis_id, char *alias_id, char *comment) argument [all...] |
H A D | devinfo_cro.c | 267 * /dev/chassis/<product_id>.<chassis_id>/<receptacle_name> 280 * Need record with product_id, chassis_id, and 285 RF0_HASINFO(r, chassis_id) && 301 strlen(RF0(r, chassis_id)) + 1 + 334 RF0(r, product_id), RF0(r, chassis_id), 366 RF0_HASINFO(r, chassis_id) && 380 strlen(RF0(r, chassis_id)) + 1; 385 RF0(r, product_id), RF0(r, chassis_id)); 570 RF0(r, chassis_id) = di_cro_strclean(RF0(r, chassis_id), 857 char *date, *server_id, *product_id, *chassis_id; local 1469 di_cromk_recadd(di_cromk_hdl_t mk, uint32_t rec_flag, char *product_id, char *chassis_id, char *alias_id, char *receptacle_name, char *receptacle_type, char *receptacle_fmri, char *occupant_type, char *occupant_instance, char *devchassis_path, char **occupant_devices, int n_occupant_devices, char **occupant_paths, int n_occupant_paths, char **occupant_compdev, int n_occupant_compdev, char *occupant_devid, char *occupant_mfg, char *occupant_model, char *occupant_part, char *occupant_serial, char *occupant_firm, char **occupant_misc_1, int n_occupant_misc_1, char **occupant_misc_2, int n_occupant_misc_2, char **occupant_misc_3, int n_occupant_misc_3) argument [all...] |
H A D | libdevinfo.h | 700 * When a chassis is ailased, move <product_id>.<chassis_id> directory into 702 * <alias_id> symlink into '.ca', or a <product_id>.<chassis_id> directory. 729 char *chassis_id, 779 char *product_id, char *chassis_id,
|
Completed in 26 milliseconds