Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c613 FILE *procf = fopen("/proc/sys/fs/pipe-max-size", "re"); in max_pipe_buffer() local
614 if (procf != NULL) { in max_pipe_buffer()
615 if (fscanf(procf, "%u", &max) <= 0) { in max_pipe_buffer()
618 fclose(procf); in max_pipe_buffer()