Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dnetboot.h41 int netboot_mountroot(void);
/xnu-8792.81.2/bsd/kern/
H A Dbsd_init.c867 netboot = (mountroot == netboot_mountroot); in bsd_init()
1122 mountroot = netboot_mountroot; in setconf()
H A Dnetboot.c584 netboot_mountroot(void) in netboot_mountroot() function