Lines Matching defs:index
1803 int index;
1839 for (index = 0; index < pwwn_table_size; index++) {
1840 head = &port->fp_pwwn_table[index];
3610 int index;
3668 for (count = index = 0; index < pwwn_table_size; index++) {
3669 head = &port->fp_pwwn_table[index];
3690 for (index = 0; index < pwwn_table_size; index++) {
3691 head = &port->fp_pwwn_table[index];
4291 int index;
4299 for (index = 0; index < pwwn_table_size; index++) {
4300 head = &port->fp_pwwn_table[index];
7290 int index;
7321 for (index = 0; index < lilp_device_count; index++) {
7324 d_id = alpa_list[index];
7329 val->dev_did.priv_lilp_posit = (uint8_t)(index & 0xff);
7376 uint32_t index;
7385 if (ddi_copyin(fcio->fcio_ibuf, &index, sizeof (index), mode)) {
7390 tmpPort = fctl_get_adapter_port_by_index(port, index);
7393 "User supplied index out of range");
7964 uint32_t index = 0;
7981 if (ddi_copyin(fcio->fcio_ibuf, &index, sizeof (index), mode)) {
7986 if (index >= port->fp_dev_count) {
7988 "User supplied index out of range");
8001 tmp_pd = fctl_lookup_pd_by_index(port, index);
10046 int index;
10059 for (count = index = 0; index < pwwn_table_size; index++) {
10060 head = &port->fp_pwwn_table[index];
10074 (uint8_t)(index & 0xff);
10122 int index;
10243 for (index = 0; index < pwwn_table_size; index++) {
10244 head = &port->fp_pwwn_table[index];
10359 for (index = 0; index < pwwn_table_size; index++) {
10360 head = &port->fp_pwwn_table[index];
10475 int index;
10528 for (count = index = 0; index < lilp_device_count &&
10529 count < num_devices; index++) {
10533 d_id = alpa_list[index];
10551 (uint8_t)(index & 0xff);
14034 int index;
14078 for (count = index = 0; index < pwwn_table_size; index++) {
14079 head = &port->fp_pwwn_table[index];
14157 for (listindex = 0, index = 0; index < pwwn_table_size; index++) {
14158 head = &port->fp_pwwn_table[index];
14226 for (index = 0; index < listindex; index++) {
14227 pd = list[index].map_pd;
14248 " pd=%p, job=%p d_id=%x, index=%d", pd,
14249 job, d_id, index);
14264 list[index].map_flags |=
14268 " pd=%p, job=%p d_id=%x, index=%d", pd,
14269 job, d_id, index);
14283 " d_id=%x, index=%d", pd, d_id, index);
14359 for (index = 0; index < listindex; index++) {
14360 pd = list[index].map_pd;
14370 if (list[index].map_flags &
14372 fctl_copy_portmap(list + index, pd);
14373 list[index].map_flags |=
14376 fctl_copy_portmap(list + index, pd);
14418 list[index].map_pd = pd;