Home
last modified time | relevance | path

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

/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c133 static char *zfs_temp_buf, *zfs_temp_end, *zfs_temp_ptr; variable
162 zfs_temp_buf = malloc(TEMP_SIZE); in zfs_init()
163 zfs_temp_end = zfs_temp_buf + TEMP_SIZE; in zfs_init()
164 zfs_temp_ptr = zfs_temp_buf; in zfs_init()