Searched refs:kIODefaultProbeScore (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h61 kIODefaultProbeScore = 0 enumerator in enum:__anon470
457 @param score Pointer to the current driver's probe score, which is used to order multiple matching drivers in the same match category. It defaults to the value of the <code>IOProbeScore</code> property in the drivers property table, or <code>kIODefaultProbeScore</code> if none is specified. The <code>probe</code> method may alter the score to affect start order.
609 @param score Pointer to the current driver's probe score, which is used to order multiple matching drivers in the same match category. It defaults to the value of the <code>IOProbeScore</code> property in the drivers property table, or <code>kIODefaultProbeScore</code> if none is specified.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp2310 return( kIODefaultProbeScore );

Completed in 86 milliseconds