Searched refs:ncurr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/uboot/lib/
H A Ddevicename.c192 struct uboot_devdesc *ncurr; local
195 if ((rv = uboot_parsedev(&ncurr, value, NULL)) != 0)
197 free(ncurr);
/freebsd-11-stable/stand/mips/beri/loader/
H A Ddevicename.c198 struct disk_devdesc *ncurr; local
201 if ((rv = beri_arch_parsedev(&ncurr, value, NULL)) != 0)
203 free(ncurr);
/freebsd-11-stable/stand/i386/libi386/
H A Ddevicename.c207 struct i386_devdesc *ncurr; local
210 if ((rv = i386_parsedev(&ncurr, value, NULL)) != 0)
212 free(ncurr);
/freebsd-11-stable/stand/ofw/libofw/
H A Ddevicename.c137 struct ofw_devdesc *ncurr; local
140 if ((rv = ofw_parsedev(&ncurr, value, NULL)) != 0)
143 free(ncurr);
/freebsd-11-stable/stand/efi/libefi/
H A Ddevicename.c208 struct devdesc *ncurr; local
211 rv = efi_parsedev(&ncurr, value, NULL);
215 free(ncurr);
/freebsd-11-stable/stand/userboot/userboot/
H A Ddevicename.c215 struct disk_devdesc *ncurr; local
218 if ((rv = userboot_parsedev(&ncurr, value, NULL)) != 0)
220 free(ncurr);

Completed in 104 milliseconds