Searched defs:paMatches (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp173 struct dev_match_result *paMatches = NULL; local
211 paMatches = (struct dev_match_result *)RTMemAllocZ(10 * sizeof(struct dev_match_result));
212 if (paMatches)
216 DeviceCCB.cdm.matches = paMatches;
229 if (paMatches[i].type == DEV_MATCH_DEVICE)
232 struct device_match_result *pDevResult = &paMatches[i].result.device_result;
245 PeriphCCB.ccb_h.path_id = paMatches[i].result.device_result.path_id;
246 PeriphCCB.ccb_h.target_id = paMatches[i].result.device_result.target_id;
247 PeriphCCB.ccb_h.target_lun = paMatches[i].result.device_result.target_lun;
251 PeriphMatchPattern.pattern.periph_pattern.path_id = paMatches[
[all...]

Completed in 43 milliseconds