Home
last modified time | relevance | path

Searched defs:zt (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtunables.c90 const zfs_tunable_t *zt = *ztp; in zfs_tunable_lookup() local
108 const zfs_tunable_t *zt = *ztp; in zfs_tunable_iter() local
165 zfs_tunable_set_int(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_int()
176 zfs_tunable_set_uint(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_uint()
187 zfs_tunable_set_ulong(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_ulong()
198 zfs_tunable_set_u64(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_u64()
209 zfs_tunable_set_string(const zfs_tunable_t *zt, const char *val) in zfs_tunable_set_string()
231 zfs_tunable_get_int(const zfs_tunable_t *zt, char *val, size_t valsz) in zfs_tunable_get_int()
238 zfs_tunable_get_uint(const zfs_tunable_t *zt, char *val, size_t valsz) in zfs_tunable_get_uint()
245 zfs_tunable_get_ulong(const zfs_tunable_t *zt, char *val, size_t valsz) in zfs_tunable_get_ulong()
[all …]
/freebsd/contrib/bzip2/
H A Ddecompress.c129 Int32 zt; in BZ2_decompress() local
/freebsd/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c105 } zt[] = { variable
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c361 struct zap_table_phys *zt; in zap_fat_write() local
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m64.c1408 #define zt (z[15]) in window_to_affine() macro
H A Dec_p256_m62.c1392 #define zt (z[15]) in window_to_affine() macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c505 zio_transform_t *zt = kmem_alloc(sizeof (zio_transform_t), KM_SLEEP); in zio_push_transform() local
522 zio_transform_t *zt; in zio_pop_transforms() local
/freebsd/contrib/sqlite3/
H A Dshell.c22261 const char *zt = z+1; /* Got lead byte, look at trail bytes.*/ in zSkipValidUtf8() local