Searched refs:ub_array (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c273 find_bestub(char *ub_array, uint64_t ashift, uint64_t sector) argument
283 ubnext = (uberblock_t *)ub_array;
284 ub_array += ub_size;
1624 char *stack, *ub_array; local
1642 ub_array = stack;
1669 0, VDEV_UBERBLOCK_RING, ub_array) == 0)
1679 if ((ubbest = find_bestub(ub_array, ashift, sector)) == NULL ||
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1343 ubp = ha->ub_array[index];
1436 ubp = ha->ub_array[index];
H A Dql_init.c4272 vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT,
4307 if (ha->ub_array != NULL) {
4308 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
H A Dql_api.c903 ha->ub_array = kmem_zalloc(sizeof (*ha->ub_array) *
1619 kmem_free(ha->ub_array, sizeof (*ha->ub_array) *
1864 fc_unsol_buf_t *ubp = ha->ub_array[index];
1878 ha->ub_array[index] = NULL;
1948 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
3352 while (ha->ub_array[ub_array_index] != NULL) {
3384 ha->ub_array[ub_array_inde
[all...]
H A Dql_mbx.c518 ubp = ha->ub_array[index];
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1502 fc_unsol_buf_t **ub_array; member in struct:ql_adapter_state

Completed in 115 milliseconds