Searched refs:cachefsio_pack_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/ |
H A D | funcs.c | 59 cachefsio_pack_t pack; in packfn() 126 cachefsio_pack_t pack; in unpackfn() 188 cachefsio_pack_t pack; in inquirefn()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_ioctl.h | 62 typedef struct cachefsio_pack cachefsio_pack_t; typedef
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 1752 cachefsio_pack_t *packp; in cachefs_ioctl() 1787 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl() 1788 error = xcopyin((void *)arg, packp, sizeof (cachefsio_pack_t)); in cachefs_ioctl() 1791 cachefs_kmem_free(packp, sizeof (cachefsio_pack_t)); in cachefs_ioctl() 1795 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl() 1796 error = xcopyin((void *)arg, packp, sizeof (cachefsio_pack_t)); in cachefs_ioctl() 1799 cachefs_kmem_free(packp, sizeof (cachefsio_pack_t)); in cachefs_ioctl() 1803 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP); in cachefs_ioctl() 1804 error = xcopyin((void *)arg, packp, sizeof (cachefsio_pack_t)); in cachefs_ioctl() 1810 sizeof (cachefsio_pack_t)); in cachefs_ioctl() [all …]
|