Searched refs:tpss (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_ioctl.c | 1259 iscsi_ioctl_set_tunable_param(iscsi_hba_t *ihp, iscsi_tunable_object_t *tpss) argument 1267 if (tpss->t_oid == ihp->hba_oid) { 1271 name = iscsi_targetparam_get_name(tpss->t_oid); 1290 pparam->p_bitmap |= (1 << (tpss->t_param -1)); 1291 param_id = 1 << (tpss->t_param -1); 1295 tpss->t_value.v_integer; 1299 tpss->t_value.v_integer; 1303 tpss->t_value.v_integer; 1314 if (tpss->t_oid == ihp->hba_oid) {
|
H A D | persistent.h | 109 persistent_tunable_param_t *tpss);
|
H A D | iscsi.c | 1514 iscsi_tunable_object_t *tpss; local 4498 tpss = (iscsi_tunable_object_t *)kmem_alloc(sizeof (*tpss), 4500 if (ddi_copyin((caddr_t)arg, tpss, sizeof (*tpss), mode)) { 4502 kmem_free(tpss, sizeof (*tpss)); 4505 rtn = iscsi_ioctl_set_tunable_param(ihp, tpss); 4506 kmem_free(tpss, sizeof (*tpss)); [all...] |
H A D | persistent.c | 958 persistent_set_tunable_param(char *node, persistent_tunable_param_t *tpss) argument 963 (void *)tpss, sizeof (persistent_tunable_param_t));
|
H A D | iscsi.h | 1362 iscsi_tunable_object_t *tpss);
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1199 struct tpacket_stats_short tpss; local 1214 if (*optlenp < sizeof (tpss)) { 1218 *optlenp = sizeof (tpss); 1219 tpss.tp_packets = ps->ps_stats.tp_packets; 1220 tpss.tp_drops = ps->ps_stats.tp_drops; 1221 bcopy(&tpss, optval, sizeof (tpss));
|
Completed in 318 milliseconds