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

  /src/sys/arch/hp300/stand/inst/
inst.c 92 int disklabel_write(char *, int, struct open_file *);
226 * Error message will be displayed by disklabel_write()
228 if (disklabel_write(block, sizeof(block), disk_ofp))
490 disklabel_write(char *block, int len, struct open_file *ofp) function in typeref:typename:int
inst.c 92 int disklabel_write(char *, int, struct open_file *);
226 * Error message will be displayed by disklabel_write()
228 if (disklabel_write(block, sizeof(block), disk_ofp))
490 disklabel_write(char *block, int len, struct open_file *ofp) function in typeref:typename:int

Completed in 27 milliseconds