Lines Matching defs:slot_type

1792 	char slot_type[PICL_PROPNAMELEN_MAX];
1834 PICL_PROP_SLOT_TYPE, slot_type,
1835 sizeof (slot_type))) != PICL_SUCCESS) {
1839 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) != 0 &&
1840 strcmp(slot_type, SANIBEL_IDE_SLOT) != 0) {
2558 char slot_type[PICL_PROPNAMELEN_MAX];
2640 slot_type, sizeof (slot_type))) != PICL_SUCCESS) {
2644 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) == 0 ||
2645 strcmp(slot_type, SANIBEL_IDE_SLOT) == 0) {
3433 char slot_type[PICL_PROPNAMELEN_MAX];
3481 PICL_PROP_SLOT_TYPE, slot_type,
3482 sizeof (slot_type))) == PICL_SUCCESS) {
3483 (void) strncpy(apid_type, slot_type,
3684 char slot_type[PICL_PROPNAMELEN_MAX];
3706 PICL_PROP_SLOT_TYPE, slot_type,
3707 sizeof (slot_type))) != PICL_SUCCESS) {
3711 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) == 0 ||
3712 strcmp(slot_type, SANIBEL_IDE_SLOT) == 0) {
4200 char slot_type[PICL_PROPNAMELEN_MAX];
4212 PICL_PROP_SLOT_TYPE, slot_type,
4213 sizeof (slot_type))) != PICL_SUCCESS) {
4218 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) == 0 ||
4219 strcmp(slot_type, SANIBEL_IDE_SLOT) == 0) {
5626 char slot_type[PICL_PROPNAMELEN_MAX];
5654 PICL_PROP_SLOT_TYPE, slot_type,
5655 sizeof (slot_type)) != PICL_SUCCESS) {
5658 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) == 0 ||
5659 strcmp(slot_type, SANIBEL_IDE_SLOT) == 0) {
5689 char slot_type[PICL_PROPNAMELEN_MAX];
5710 if (ptree_get_propval_by_name(loch, PICL_PROP_SLOT_TYPE, slot_type,
5711 sizeof (slot_type)) != PICL_SUCCESS) {
5715 if (strcmp(slot_type, SANIBEL_SCSI_SLOT) == 0 ||
5716 strcmp(slot_type, SANIBEL_IDE_SLOT) == 0) {
5794 int slot_no, char *slot_type, boolean_t is_cfgadm_ap)
5807 if (frup == NULL || scsi_loc == NULL || slot_type == NULL) {
5830 NULLWRITE, nodeh, NULL, slot_type)) !=