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

  /src/sys/rump/dev/lib/libhdaudio_hdafg/
Makefile 10 COMMENT=High Definition Audio (hdaudio) driver
  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtstr.c 207 UINTN High, Low;
209 High = BcdValue >> 4;
210 Low = BcdValue - (High << 4);
212 return ((UINT8)(Low + (High * 10)));
225 UINTN High, Low;
227 High = DecValue / 10;
228 Low = DecValue - (High * 10);
230 return ((UINT8)(Low + (High << 4)));
  /src/tests/kernel/
t_umountstress.sh 49 floppy288|2.88MB 3.5in Extra High Density Floppy:\
138 floppy288|2.88MB 3.5in Extra High Density Floppy:\
t_umount.sh 50 floppy288|2.88MB 3.5in Extra High Density Floppy:\
  /src/sys/dev/ic/
mpt.c 1308 MPT_2_HOST32(sge, _u.Address64.High);
1448 MPT_2_HOST32(fp0, WWNN.High);
1450 MPT_2_HOST32(fp0, WWPN.High);
1456 MPT_2_HOST32(fp0, FabricWWNN.High);
1458 MPT_2_HOST32(fp0, FabricWWPN.High);
1469 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High);
1471 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High);
1480 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High);
1482 HOST_2_MPT32(fp1, NoSEEPROMWWPN.High);
mpt_mpilib.h 97 S32 High;
103 U32 High;
  /src/sys/fs/hfs/
libhfs.c 156 #pragma mark High-Level Routines
2472 * high byte indices
2488 * table 1 (high byte 0x00)
2504 * table 2 (high byte 0x01)
2561 * table 3 (high byte 0x03)
2576 * table 4 (high byte 0x04)
2607 * table 5 (high byte 0x05)
2618 * table 6 (high byte 0x10)
2629 * table 7 (high byte 0x20)
2644 * table 8 (high byte 0x21
    [all...]

Completed in 39 milliseconds