Home
last modified time | relevance | path

Searched refs:tpsg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1512 iscsi_tunable_object_t *tpsg; in iscsi_ioctl() local
4509 tpsg = (iscsi_tunable_object_t *)kmem_alloc(sizeof (*tpsg), in iscsi_ioctl()
4511 if (ddi_copyin((caddr_t)arg, tpsg, sizeof (*tpsg), mode)) { in iscsi_ioctl()
4513 kmem_free(tpsg, sizeof (*tpsg)); in iscsi_ioctl()
4520 tpsg) == 1) { in iscsi_ioctl()
4534 kmem_free(tpsg, sizeof (*tpsg)); in iscsi_ioctl()
4538 tpsg) == 1) { in iscsi_ioctl()
4558 kmem_free(tpsg, sizeof (*tpsg)); in iscsi_ioctl()
5537 tpsg->t_set = B_FALSE; in iscsi_get_persisted_tunable_param()
5542 tpsg->t_set = B_TRUE; in iscsi_get_persisted_tunable_param()
[all …]
H A Dpersistent.h107 persistent_tunable_param_t *tpsg);
H A Dpersistent.c957 persistent_get_tunable_param(char *node, persistent_tunable_param_t *tpsg) in persistent_get_tunable_param() argument
960 (void *)tpsg, sizeof (persistent_tunable_param_t))); in persistent_get_tunable_param()