Searched refs:xget (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 303 xget(file) in xget() function 355 return (xget(file));
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 7076 xget(zfs_handle_t *zfh, void *ctx) in xget() function 7084 ret = zfs_iter_snapshots(zfh, xget, ctx); in xget() 7093 ret = zfs_iter_bookmarks(zfh, xget, ctx); in xget() 7101 if (zfs_iter_filesystems(zfh, xget, ctx)) { in xget() 7189 return zfs_iter_root(g_zfs, xget, properties); in zfs_do_xget() 7198 return xget(zfsh, properties); in zfs_do_xget()
|