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

  /src/sys/kern/
subr_disk_mbr.c 80 typedef struct mbr_partition mbr_partition_t; typedef in typeref:struct:mbr_partition
118 static int look_netbsd_part(mbr_args_t *, mbr_partition_t *, int, uint);
119 static int write_netbsd_label(mbr_args_t *, mbr_partition_t *, int, uint);
137 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, mbr_partition_t *, int, uint))
139 mbr_partition_t ptns[MBR_PART_COUNT];
140 mbr_partition_t *dp;
508 look_netbsd_part(mbr_args_t *a, mbr_partition_t *dp, int slot, uint ext_base)
735 write_netbsd_label(mbr_args_t *a, mbr_partition_t *dp, int slot, uint ext_base)
subr_disk_mbr.c 80 typedef struct mbr_partition mbr_partition_t; typedef in typeref:struct:mbr_partition
118 static int look_netbsd_part(mbr_args_t *, mbr_partition_t *, int, uint);
119 static int write_netbsd_label(mbr_args_t *, mbr_partition_t *, int, uint);
137 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, mbr_partition_t *, int, uint))
139 mbr_partition_t ptns[MBR_PART_COUNT];
140 mbr_partition_t *dp;
508 look_netbsd_part(mbr_args_t *a, mbr_partition_t *dp, int slot, uint ext_base)
735 write_netbsd_label(mbr_args_t *a, mbr_partition_t *dp, int slot, uint ext_base)

Completed in 67 milliseconds