Searched refs:zzlm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c106 int zzlm = -1, wr; local
110 zzlm = open("/sys/module/zfs/parameters/zfs_zevent_len_max", O_RDWR);
111 if (zzlm < 0)
114 if (read(zzlm, qlen_buf, sizeof (qlen_buf)) < 0)
132 if (pwrite(zzlm, qlen_buf, wr, 0) < 0)
138 if (zzlm > -1)
139 (void) close(zzlm);

Completed in 97 milliseconds