Searched refs:zfs_agent_iter_vdev (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 76 zfs_agent_iter_vdev(zpool_handle_t *zhp, nvlist_t *nvl, void *arg) in zfs_agent_iter_vdev() function 89 if (zfs_agent_iter_vdev(zhp, child[c], gsp)) { in zfs_agent_iter_vdev() 101 if (zfs_agent_iter_vdev(zhp, child[c], gsp)) { in zfs_agent_iter_vdev() 110 if (zfs_agent_iter_vdev(zhp, child[c], gsp)) { in zfs_agent_iter_vdev() 144 (void) zfs_agent_iter_vdev(zhp, nvl, gsp); in zfs_agent_iter_pool()
|