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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c316 * Arg scsi_loc can be any of the following forms appearing in cfgadm output
332 get_bus_addr(char *scsi_loc, char **bus_addr) argument
340 (void) strncpy(ap_id, scsi_loc, sizeof (ap_id));
H A Dpiclfrutree.c5793 create_children(frutree_frunode_t *frup, char *scsi_loc, char *bus_addr, argument
5807 if (frup == NULL || scsi_loc == NULL || slot_type == NULL) {
5812 (void) strncpy(fru_arg.node_name, scsi_loc,
5823 if ((rc = ptree_create_node(scsi_loc, PICL_CLASS_LOCATION,
5833 PICL_PROP_SLOT_TYPE, scsi_loc, rc);
5840 PICL_PROP_LABEL, scsi_loc, rc);
5847 PICL_PROP_BUS_ADDR, scsi_loc, rc);
5856 PICL_PROP_GEO_ADDR, scsi_loc, rc);
5864 PICL_PROP_DEVFS_PATH, scsi_loc, rc);
5873 if ((rc = make_loc_data(scsi_loc,
[all...]

Completed in 90 milliseconds