Searched refs:fss_set (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | fssvar.h | 40 struct fss_set { struct 55 #define FSSIOCSET _IOW('F', 5, struct fss_set) /* Configure */ argument
|
H A D | fss.c | 82 static int fss_create_files(struct fss_softc *, struct fss_set *, 84 static int fss_create_snapshot(struct fss_softc *, struct fss_set *, 337 struct fss_set _fss; in fss_ioctl() 338 struct fss_set *fss = (struct fss_set *)data; in fss_ioctl() 695 fss_create_files(struct fss_softc *sc, struct fss_set *fss, in fss_create_files() 835 fss_create_snapshot(struct fss_softc *sc, struct fss_set *fss, struct lwp *l) in fss_create_snapshot()
|
/netbsd-src/tests/fs/common/ |
H A D | snapshot.c | 38 struct fss_set fss; in ATF_TC_BODY() 169 struct fss_set fss; in ATF_TC_BODY()
|
/netbsd-src/sbin/dump/ |
H A D | snapshot.c | 62 struct fss_set fss; in snap_open()
|
/netbsd-src/usr.sbin/fssconfig/ |
H A D | fssconfig.c | 119 struct fss_set fss; in config()
|
/netbsd-src/tests/fs/ffs/ |
H A D | h_quota2_tests.c | 214 struct fss_set fss; in quota_test4()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_ioctl.c | 317 netbsd32_to_fss_set(struct netbsd32_fss_set *s32p, struct fss_set *p, in netbsd32_to_fss_set() 878 netbsd32_from_fss_set(struct fss_set *p, struct netbsd32_fss_set *s32p, in netbsd32_from_fss_set() 1605 IOCTL_STRUCT_CONV_TO(FSSIOCSET, fss_set); in netbsd32_ioctl()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 641 unsigned struct_fss_set_sz = sizeof(fss_set);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 803 unsigned struct_fss_set_sz = sizeof(fss_set);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 802 unsigned struct_fss_set_sz = sizeof(fss_set);
|