Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp36 enum msgType { enum
134 msgType type, type2, type3;
307 msgType type[3];
384 enum msgType
/haiku/src/servers/media/
H A DDefaultManager.cpp447 int32 msgType; in _FindPhysical() local
448 if (msg->FindInt32(kDefaultManagerType, &msgType) == B_OK in _FindPhysical()
449 && ((uint32)msgType == default_type)) { in _FindPhysical()