Home
last modified time | relevance | path

Searched refs:netboot_setup (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dnetboot.h40 int netboot_setup(void);
/xnu-8020.121.3/bsd/kern/
H A Dnetboot.c736 error = netboot_setup(); in netboot_mountroot()
753 netboot_setup(void) in netboot_setup() function
H A Dbsd_init.c917 if ((err = netboot_setup()) != 0) { in bsd_init()