Searched refs:DevInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dtcpip.c358 DevInfo *di = (DevInfo *)devp->private;
575 DevInfo *di;
595 devp->private = (DevInfo *)safe_malloc(sizeof(DevInfo));
770 if (tmp && tmp->private && !((DevInfo *)tmp->private)->use_dhcp && !msgYesNo("Would you like to bring the %s interface up right now?", tmp->name))
H A Dinstall.c698 if (tmp && !((DevInfo *)tmp->private)->use_dhcp && !msgYesNo("Would you like to bring the %s interface up right now?", tmp->name))
H A Dsysinstall.h397 } DevInfo; typedef in typeref:struct:_devPriv

Completed in 50 milliseconds