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

  /src/sys/dev/dkwedge/
dkwedge_mbr.c 57 } mbr_args_t; typedef in typeref:struct:mbr_args
83 getparts(mbr_args_t *a, uint32_t off, uint32_t extoff)
176 mbr_args_t a;
dkwedge_mbr.c 57 } mbr_args_t; typedef in typeref:struct:mbr_args
83 getparts(mbr_args_t *a, uint32_t off, uint32_t extoff)
176 mbr_args_t a;
dkwedge_bsdlabel.c 141 } mbr_args_t; typedef in typeref:struct:mbr_args
217 addwedges(const mbr_args_t *a, const struct disklabel *lp)
274 validate_label(mbr_args_t *a, daddr_t label_sector, size_t label_offset)
343 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, struct mbr_partition *,
418 look_netbsd_part(mbr_args_t *a, struct mbr_partition *dp, int slot,
442 mbr_args_t a;
dkwedge_bsdlabel.c 141 } mbr_args_t; typedef in typeref:struct:mbr_args
217 addwedges(const mbr_args_t *a, const struct disklabel *lp)
274 validate_label(mbr_args_t *a, daddr_t label_sector, size_t label_offset)
343 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, struct mbr_partition *,
418 look_netbsd_part(mbr_args_t *a, struct mbr_partition *dp, int slot,
442 mbr_args_t a;
  /src/sys/kern/
subr_disk_mbr.c 115 } mbr_args_t; typedef in typeref:struct:mbr_args
117 static int validate_label(mbr_args_t *, uint);
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);
122 read_sector(mbr_args_t *a, uint sector, int count)
137 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, mbr_partition_t *, int, uint))
255 scan_iso_vrs_session(mbr_args_t *a, uint32_t first_sector,
312 scan_iso_vrs(mbr_args_t *a)
402 mbr_args_t a
    [all...]
subr_disk_mbr.c 115 } mbr_args_t; typedef in typeref:struct:mbr_args
117 static int validate_label(mbr_args_t *, uint);
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);
122 read_sector(mbr_args_t *a, uint sector, int count)
137 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, mbr_partition_t *, int, uint))
255 scan_iso_vrs_session(mbr_args_t *a, uint32_t first_sector,
312 scan_iso_vrs(mbr_args_t *a)
402 mbr_args_t a
    [all...]

Completed in 23 milliseconds