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

  /src/sys/arch/i386/stand/lib/
biosdisk.c 776 read_partitions(struct biosdisk *d, daddr_t offset, daddr_t size) function in typeref:typename:int
893 if (read_partitions(d, 0, 0) != 0)
967 if (read_partitions(d,
1058 if (read_partitions(d, 0, 0) == 0) {
1133 if (read_partitions(d, offset, size)) {
1282 error = read_partitions(d, 0, 0);
1369 if (read_partitions(d, 0, 0) != 0)
1414 if (read_partitions(d,
1524 if (read_partitions(d, 0, 0) != 0)
1554 if (read_partitions(d
    [all...]
biosdisk.c 776 read_partitions(struct biosdisk *d, daddr_t offset, daddr_t size) function in typeref:typename:int
893 if (read_partitions(d, 0, 0) != 0)
967 if (read_partitions(d,
1058 if (read_partitions(d, 0, 0) == 0) {
1133 if (read_partitions(d, offset, size)) {
1282 error = read_partitions(d, 0, 0);
1369 if (read_partitions(d, 0, 0) != 0)
1414 if (read_partitions(d,
1524 if (read_partitions(d, 0, 0) != 0)
1554 if (read_partitions(d
    [all...]

Completed in 23 milliseconds