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

  /src/sys/arch/i386/stand/efiboot/
efidisk.c 125 edi->type = BIOSDISK_TYPE_HD;
159 if (edi->type == BIOSDISK_TYPE_HD)
174 if (edi->type == BIOSDISK_TYPE_HD) {
242 case BIOSDISK_TYPE_HD:
256 if (edi->type != BIOSDISK_TYPE_HD)
385 if (edi->type != BIOSDISK_TYPE_HD)
  /src/sys/arch/i386/stand/lib/
biosdisk_ll.h 58 #define BIOSDISK_TYPE_HD 1
biosdisk_ll.c 112 d->type = BIOSDISK_TYPE_HD;
127 (d->type == BIOSDISK_TYPE_HD && biosdisk_int13ext(d->dev))) {
178 ((d)->type == BIOSDISK_TYPE_HD && \
biosdisk.c 475 if (d->ll.type != BIOSDISK_TYPE_HD)
670 if (d->ll.type != BIOSDISK_TYPE_HD)
874 case BIOSDISK_TYPE_HD:
890 if (d->ll.type != BIOSDISK_TYPE_HD)
1171 if (d->ll.type != BIOSDISK_TYPE_HD)
1366 if (d->ll.type != BIOSDISK_TYPE_HD)
1521 if (d->ll.type != BIOSDISK_TYPE_HD)

Completed in 40 milliseconds