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

/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h67 kIODefaultProbeScore = 0 enumerator in enum:__anon642
513 @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.
678 @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.
/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2809 return( kIODefaultProbeScore );

Completed in 99 milliseconds