Home
last modified time | relevance | path

Searched refs:functionCode (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2048 uint8 functionCode, in timeFunctionVariety() argument
2057 functionName = functions[ functionCode ].name; in timeFunctionVariety()
2111 switch ( functionCode ) { in timeFunctionVariety()
2406 uint8 functionCode, in timeFunction() argument
2416 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction()
2426 if ( ! functions[ functionCode ].roundingMode ) { in timeFunction()
2438 if ( ! functions[ functionCode ] in timeFunction()
2448 if ( ! functions[ functionCode ].tininessMode ) { in timeFunction()
2456 functionCode, roundingPrecision, roundingMode, tininessMode in timeFunction()
2480 uint8 functionCode; in main() local
[all …]
/freebsd-src/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c48 bit32 functionCode, in dmSMPStart() argument
150 switch (functionCode) in dmSMPStart()
184 …BG1(("dmSMPStart: SAS 1.1 error, undefined or unused smp function code 0x%x !!!\n", functionCode)); in dmSMPStart()
189 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
196 switch (functionCode) in dmSMPStart()
202 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
213 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
224 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
236 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
244 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
[all …]
H A Ddmproto.h559 bit32 functionCode,
772 bit32 functionCode,
H A Ddmdisc.c6812 bit32 functionCode, in dmDiscoverySMPTimer() argument
6821 DM_DBG3(("dmDiscoverySMPTimer: pid %d SMPFn 0x%x\n", onePortContext->id, functionCode)); in dmDiscoverySMPTimer()
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7092 bit32 functionCode, in tdSMPStart() argument
7218 switch (functionCode) in tdSMPStart()
7252 TI_DBG1(("tdSMPStart: error!!! undefined or unused smp function code 0x%x\n", functionCode)); in tdSMPStart()
7267 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7368 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7398 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7445 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7446 functionCode == SMP_REPORT_PHY_SATA || functionCode == SMP_CONFIGURE_ROUTING_INFORMATION in tdSMPStart()
7449 tdsaDiscoverySMPTimer(tiRoot, onePortContext, functionCode, tdSMPRequestBody); in tdSMPStart()
7456 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
[all …]
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1842 bit32 functionCode,
2096 bit32 functionCode,