Searched refs:xget (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 303 xget(file) in xget() function 355 return (xget(file));
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 7126 xget(zfs_handle_t *zfh, void *ctx) in xget() function 7134 ret = zfs_iter_snapshots(zfh, xget, ctx); in xget() 7143 ret = zfs_iter_bookmarks(zfh, xget, ctx); in xget() 7151 if (zfs_iter_filesystems(zfh, xget, ctx)) { in xget() 7239 return zfs_iter_root(g_zfs, xget, properties); in zfs_do_xget() 7248 return xget(zfsh, properties); in zfs_do_xget()
|