HomeSort by: relevance | last modified time | path
    Searched defs:netmountroot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
netio.c 103 int netmountroot(struct open_file *, char *);
125 if ((error = netmountroot(f, devname)) != 0)
155 netmountroot(struct open_file *f, char *devname) function in typeref:typename:int
160 printf("netmountroot: %s\n", devname);
netio.c 103 int netmountroot(struct open_file *, char *);
125 if ((error = netmountroot(f, devname)) != 0)
155 netmountroot(struct open_file *f, char *devname) function in typeref:typename:int
160 printf("netmountroot: %s\n", devname);

Completed in 24 milliseconds