Lines Matching refs:pr_keys
2880 if (lun->pr_keys[j] == NULL) in ctl_ioctl()
2883 if (lun->pr_keys[j][k] == 0) in ctl_ioctl()
2887 (uintmax_t)lun->pr_keys[j][k]); in ctl_ioctl()
3873 t = lun->pr_keys[residx/CTL_MAX_INIT_PER_PORT]; in ctl_get_prkey()
3884 t = lun->pr_keys[residx/CTL_MAX_INIT_PER_PORT]; in ctl_clr_prkey()
3897 if (lun->pr_keys[i] != NULL) in ctl_alloc_prkey()
3903 if (lun->pr_keys[i] == NULL) in ctl_alloc_prkey()
3904 lun->pr_keys[i] = p; in ctl_alloc_prkey()
3914 t = lun->pr_keys[residx/CTL_MAX_INIT_PER_PORT]; in ctl_set_prkey()
4473 lun->pr_keys = malloc(sizeof(uint64_t *) * ctl_max_ports, in ctl_add_lun()
4718 free(lun->pr_keys[i], M_CTL); in ctl_free_lun()
4719 free(lun->pr_keys, M_DEVBUF); in ctl_free_lun()