Lines Matching defs:index

504 	mdb_printf("pos: %d len: %d qpos: %d flag: %x iostatus: %d index: %d"
506 aio->iostatus, aio->index, aio->seq);
592 urdc = &rdc_u_info[krdc->index];
624 mdb_printf("index: %d %8Trindex: %d %8Tbusyc: %d %8Tmaxfbas: %d\n",
625 krdc->index, krdc->remote_index, krdc->busy_count, krdc->maxfbas);
713 krdc = &rdc_k_info[urdc->index];
792 mdb_printf("index: %d %8Tsync_pos: %d%8T vsize: %d\n",
793 urdc->index, urdc->sync_pos, urdc->volume_size);
952 urdc = &rdc_u_info[krdc->index];
981 krdc = &rdc_k_info[urdc->index];
992 * Takes two arguments index and value.
993 * The index is the index into the kinfo structure array and
1002 int index;
1007 mdb_warn("must have two arguments, index and value\n");
1011 index = (int)mdb_strtoull(argv[0].a_un.a_str);
1023 pokeaddr = (uintptr_t)&rdc_k_info[index].group;
1027 index);
1044 * Takes two arguments index and value.
1045 * The index is the index into the kinfo structure array and
1054 int index;
1059 mdb_warn("must have two arguments, index and value\n");
1063 index = (int)mdb_strtoull(argv[0].a_un.a_str);
1075 pokeaddr = (uintptr_t)&rdc_k_info[index].group;
1079 index);
1319 * Dump the bitmap of the krdc structure indicated by the index
1327 int index;
1337 mdb_warn("must have index argument\n");
1352 index = (int)mdb_strtoull(argv[0].a_un.a_str);
1360 bmapaddr = (uintptr_t)(&rdc_k_info[index].bitmap_size);
1367 bmapaddr = (uintptr_t)(&rdc_k_info[index].dcio_bitmap);
1381 "kinfo 0x%p\n", bmapdata, bmapsize, &rdc_k_info[index]);
1415 int index;
1425 mdb_warn("must have index argument\n");
1428 index = (int)mdb_strtoull(argv[0].a_un.a_str);
1449 bmapaddr = (uintptr_t)(&rdc_k_info[index].bitmap_size);
1458 bmapaddr = (uintptr_t)(&rdc_k_info[index].bitmap_ref);
1473 "kinfo 0x%p\n", bmapdata, bmapsize, &rdc_k_info[index]);