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

  /src/sys/dev/dkwedge/
dkwedge_bsdlabel.c 274 validate_label(mbr_args_t *a, daddr_t label_sector, size_t label_offset) function in typeref:typename:int
429 rval = validate_label(a, ptn_base + BSD44_MBR_LABELSECTOR, 0);
462 rval = validate_label(&a, dl->label_sector, dl->label_offset);
dkwedge_bsdlabel.c 274 validate_label(mbr_args_t *a, daddr_t label_sector, size_t label_offset) function in typeref:typename:int
429 rval = validate_label(a, ptn_base + BSD44_MBR_LABELSECTOR, 0);
462 rval = validate_label(&a, dl->label_sector, dl->label_offset);
  /src/sys/kern/
subr_disk_mbr.c 117 static int validate_label(mbr_args_t *, uint);
433 * make it three sectors long for the validate_label(); see comment at
451 rval = validate_label(&a, 0);
519 rval = validate_label(a, ptn_base);
584 validate_label(mbr_args_t *a, uint label_sector) function in typeref:typename:int
725 validate_label(&a, 0);
742 return validate_label(a, ptn_base);
subr_disk_mbr.c 117 static int validate_label(mbr_args_t *, uint);
433 * make it three sectors long for the validate_label(); see comment at
451 rval = validate_label(&a, 0);
519 rval = validate_label(a, ptn_base);
584 validate_label(mbr_args_t *a, uint label_sector) function in typeref:typename:int
725 validate_label(&a, 0);
742 return validate_label(a, ptn_base);

Completed in 136 milliseconds