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

/illumos-gate/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c81 #define CONFIRM(value) ASSERT(value) macro
83 #define CONFIRM(value) if (!(value)) return (EINVAL) macro
429 CONFIRM(softc);
448 CONFIRM(softc->agpm_dev_type == DEVICE_IS_AGP);
449 CONFIRM(softc->agpm_data.agpm_acaptr);
466 CONFIRM(softc->agpm_dev_type == DEVICE_IS_AGP);
467 CONFIRM(softc->agpm_data.agpm_acaptr);
487 CONFIRM(softc->agpm_dev_type == DEVICE_IS_I810);
503 CONFIRM(IS_IGD(softc));
515 CONFIRM(IS_IG
[all...]

Completed in 919 milliseconds