Home
last modified time | relevance | path

Searched refs:strcmd_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h329 } strcmd_t; typedef
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3573 if ((scp = kmem_alloc(sizeof (strcmd_t), KM_NOSLEEP)) == NULL) in strioctl()
3576 if (copyin((void *)arg, scp, sizeof (strcmd_t))) { in strioctl()
3577 kmem_free(scp, sizeof (strcmd_t)); in strioctl()
3585 kmem_free(scp, sizeof (strcmd_t)); in strioctl()
3592 if (copyout(scp, (void *)arg, sizeof (strcmd_t))) in strioctl()
3595 kmem_free(scp, sizeof (strcmd_t)); in strioctl()