Lines Matching refs:test_device_sid
585 int test_device_sid; in test_msch() local
591 test_device_sid = css_enumerate(); in test_msch()
593 if (!(test_device_sid & SCHID_ONE)) { in test_msch()
598 cc = stsch(test_device_sid, schib); in test_msch()
607 cc = msch(test_device_sid, schib); in test_msch()
610 cc = stsch(test_device_sid, schib); in test_msch()
620 cc = modify_subchannel_key_1(test_device_sid, schib); in test_msch()
623 cc = stsch(test_device_sid, schib); in test_msch()
635 cc = modify_subchannel_key_1(test_device_sid, schib); in test_msch()
638 cc = stsch(test_device_sid, schib); in test_msch()
646 if (!msch(test_device_sid, schib)) { in test_msch()
651 modify_subchannel_key_1(test_device_sid, schib); in test_msch()
653 cc = stsch(test_device_sid, schib); in test_msch()
669 if (!msch(test_device_sid, schib)) { in test_msch()
675 modify_subchannel_key_1(test_device_sid, (struct schib *)0); in test_msch()
678 cc = stsch(test_device_sid, schib); in test_msch()
691 cc = modify_subchannel_key_1(test_device_sid, (struct schib *)0); in test_msch()
695 cc = stsch(test_device_sid, schib); in test_msch()
703 if (!msch(test_device_sid, schib)) { in test_msch()
711 modify_subchannel_key_1(test_device_sid, OPAQUE_PTR(2048)); in test_msch()
714 cc = stsch(test_device_sid, schib); in test_msch()