Searched refs:ibn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dinstance.c406 char **ibn; /* instance block names */ local
408 uint_t ibni; /* ibn index */
432 "ddi-instance-blocks", &ibn, &nibn) != DDI_SUCCESS)
455 if (ibn[ibni] == NULL)
460 DDI_PROP_DONTPASS, ibn[ibni],
464 ibn[ibni], driver);
494 "%s.conf too long", i, ibn[ibni], driver);
520 ddi_prop_free(ibn);
532 ddi_prop_free(ibn);
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1264 int ibn; local
1288 ibn = bn >> ((nlevels - i - 1) * ibshift);
1289 ibn &= ((1 << ibshift) - 1);
1290 bp = indbp[ibn];

Completed in 52 milliseconds