Home
last modified time | relevance | path

Searched refs:scsi_loc (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c5793 create_children(frutree_frunode_t *frup, char *scsi_loc, char *bus_addr, in create_children() argument
5807 if (frup == NULL || scsi_loc == NULL || slot_type == NULL) { in create_children()
5812 (void) strncpy(fru_arg.node_name, scsi_loc, in create_children()
5823 if ((rc = ptree_create_node(scsi_loc, PICL_CLASS_LOCATION, in create_children()
5833 PICL_PROP_SLOT_TYPE, scsi_loc, rc); in create_children()
5840 PICL_PROP_LABEL, scsi_loc, rc); in create_children()
5847 PICL_PROP_BUS_ADDR, scsi_loc, rc); in create_children()
5856 PICL_PROP_GEO_ADDR, scsi_loc, rc); in create_children()
5864 PICL_PROP_DEVFS_PATH, scsi_loc, rc); in create_children()
5873 if ((rc = make_loc_data(scsi_loc, &datap)) != PICL_SUCCESS) { in create_children()
[all …]
H A Dpiclscsi.c332 get_bus_addr(char *scsi_loc, char **bus_addr) in get_bus_addr() argument
340 (void) strncpy(ap_id, scsi_loc, sizeof (ap_id)); in get_bus_addr()