Lines Matching defs:iarg
1124 zpool_find_import_impl(libzfs_handle_t *hdl, importargs_t *iarg)
1126 int i, dirs = iarg->paths;
1129 char *end, **dir = iarg->path;
1235 if (iarg->poolname != NULL) {
1241 strcmp(iarg->poolname, pname) == 0;
1242 } else if (iarg->guid != 0) {
1248 iarg->guid == this_guid;
1274 ret = get_configs(hdl, &pools, iarg->can_be_active);
1303 importargs_t iarg = { 0 };
1305 iarg.paths = argc;
1306 iarg.path = argv;
1308 return (zpool_find_import_impl(hdl, &iarg));