Searched refs:efipart_get_pd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efipart.c | 403 efipart_get_pd(pdinfo_list_t *plist, pd_test_cb_t pd_test, pdinfo_t *data) in efipart_get_pd() function 454 while ((fd = efipart_get_pd(&pdinfo, efipart_testfd, NULL)) != NULL) { in efipart_initfd() 574 while ((cd = efipart_get_pd(&pdinfo, efipart_testcd, NULL)) != NULL) in efipart_initcd() 581 for (child = efipart_get_pd(&pdinfo, efipart_testchild, cd); in efipart_initcd() 583 child = efipart_get_pd(&pdinfo, efipart_testchild, cd)) in efipart_initcd() 755 while ((hd = efipart_get_pd(&pdinfo, efipart_testhd, NULL)) != NULL) in efipart_inithd()
|