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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c462 struct sasm *sasmp; local
473 sasmp = (struct sasm *)extp;
474 if (((int)sasmp->sasm_as_type) == type &&
475 ((int)sasmp->sasm_bus_id) == bus) {
476 if (sasmp->sasm_as_base_hi != 0 ||
477 sasmp->sasm_as_len_hi != 0) {
483 (uint64_t)sasmp->sasm_as_base,
484 sasmp->sasm_as_len);
608 struct sasm *sasmp; local

Completed in 57 milliseconds