Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dnetboot.h41 int netboot_mountroot(void);
/xnu-8020.121.3/bsd/kern/
H A Dbsd_init.c846 netboot = (mountroot == netboot_mountroot); in bsd_init()
1101 mountroot = netboot_mountroot; in setconf()
H A Dnetboot.c625 netboot_mountroot(void) in netboot_mountroot() function