Searched refs:ida (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_iter.c | 459 iter_dependents_arg_t *ida = arg; local 461 boolean_t first = ida->first; 462 ida->first = B_FALSE; 465 err = zfs_iter_clones(zhp, iter_dependents_cb, ida); 474 for (f = ida->stack; f != NULL; f = f->next) { 477 if (ida->allowrecursion) { 497 isf.next = ida->stack; 498 ida->stack = &isf; 499 err = zfs_iter_filesystems(zhp, iter_dependents_cb, ida); 502 iter_dependents_cb, ida); 519 iter_dependents_arg_t ida; local [all...] |
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_idspace.c | 98 id_t *ida, *idp; local 103 ida = idp = fmd_alloc(sizeof (id_t) * count, FMD_SLEEP); 110 ASSERT(idp == ida + count); 114 func(ids, ida[i], arg); 116 fmd_free(ida, sizeof (id_t) * count);
|
Completed in 64 milliseconds