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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c237 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_WHO, &uint64) == 0)
396 fnvlist_add_uint64(nvarg, ZPOOL_HIST_WHO, crgetruid(CRED()));
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1460 #define ZPOOL_HIST_WHO "history who" macro
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9371 if (nvlist_exists(rec, ZPOOL_HIST_WHO)) {
9372 uid_t who = fnvlist_lookup_uint64(rec, ZPOOL_HIST_WHO);

Completed in 76 milliseconds