Searched refs:ub_array (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 273 find_bestub(char *ub_array, uint64_t ashift, uint64_t sector) in find_bestub() argument 283 ubnext = (uberblock_t *)ub_array; in find_bestub() 284 ub_array += ub_size; in find_bestub() 1624 char *stack, *ub_array; in zfs_mount() local 1642 ub_array = stack; in zfs_mount() 1669 0, VDEV_UBERBLOCK_RING, ub_array) == 0) in zfs_mount() 1679 if ((ubbest = find_bestub(ub_array, ashift, sector)) == NULL || in zfs_mount()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 1343 ubp = ha->ub_array[index]; in ql_isp_rcvbuf() 1436 ubp = ha->ub_array[index]; in ql_isp24xx_rcvbuf()
|
H A D | ql_api.c | 903 ha->ub_array = kmem_zalloc(sizeof (*ha->ub_array) * in ql_attach() 1619 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * in ql_attach() 1864 fc_unsol_buf_t *ubp = ha->ub_array[index]; in ql_detach() 1878 ha->ub_array[index] = NULL; in ql_detach() 1948 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_detach() 3352 while (ha->ub_array[ub_array_index] != NULL) { in ql_ub_alloc() 3384 ha->ub_array[ub_array_index] = ubp; in ql_ub_alloc() 3514 ubp = ha->ub_array[ub_array_index]; in ql_ub_free() 3524 sp = ha->ub_array[ub_array_index]->ub_fca_private; in ql_ub_free() 3535 ha->ub_array[ub_array_index] = NULL; in ql_ub_free() [all …]
|
H A D | ql_init.c | 4272 vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT, in ql_vport_create() 4307 if (ha->ub_array != NULL) { in ql_vport_destroy() 4308 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_vport_destroy()
|
H A D | ql_mbx.c | 518 ubp = ha->ub_array[index]; in ql_shutdown_ip()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1502 fc_unsol_buf_t **ub_array; member
|