Searched refs:tpsg (Results 1 – 3 of 3) sorted by relevance
157 iscsi_tunable_object_t *tpsg);1513 iscsi_tunable_object_t *tpsg; in iscsi_ioctl() local4510 tpsg = (iscsi_tunable_object_t *)kmem_alloc(sizeof (*tpsg), in iscsi_ioctl()4512 if (ddi_copyin((caddr_t)arg, tpsg, sizeof (*tpsg), mode)) { in iscsi_ioctl()4514 kmem_free(tpsg, sizeof (*tpsg)); in iscsi_ioctl()4517 if (tpsg->t_oid == ihp->hba_oid) { in iscsi_ioctl()4521 tpsg) == 1) { in iscsi_ioctl()4527 iscsi_get_tunable_default(tpsg); in iscsi_ioctl()4531 name = iscsi_targetparam_get_name(tpsg->t_oid); in iscsi_ioctl()4535 kmem_free(tpsg, sizeof (*tpsg)); in iscsi_ioctl()[all …]
107 persistent_tunable_param_t *tpsg);
947 persistent_get_tunable_param(char *node, persistent_tunable_param_t *tpsg) in persistent_get_tunable_param() argument950 (void *)tpsg, sizeof (persistent_tunable_param_t))); in persistent_get_tunable_param()