Searched refs:pr_keys (Results 1 – 2 of 2) sorted by relevance
352 uint64_t **pr_keys; member
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()[all …]