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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c229 if (config->page_type > MPI2_CONFIG_PAGETYPE_MASK) {
234 &request->ExtPageType, config->page_type);
237 &request->Header.PageType, config->page_type);
245 config->page_type);
250 if ((config->page_type & MPI2_CONFIG_PAGETYPE_MASK) ==
294 mptsas_access_config_page(mptsas_t *mpt, uint8_t action, uint8_t page_type, argument
336 config.page_type = page_type;
366 if ((page_type == MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG) ||
367 (page_type
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c903 short page_type; local
940 page_type = VMUSAGE_BOUND_INCORE;
948 page_type = VMUSAGE_BOUND_NOT_INCORE;
951 next->vmb_type = page_type;
952 } else if (next->vmb_type != page_type) {
958 tmp->vmb_type = page_type;
998 short page_type; local
1027 page_type = VMUSAGE_BOUND_INCORE;
1035 page_type = VMUSAGE_BOUND_NOT_INCORE;
1038 next->vmb_type = page_type;
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h392 uint8_t page_type; member in struct:mptsas_config_request
1323 int mptsas_access_config_page(mptsas_t *mpt, uint8_t action, uint8_t page_type,

Completed in 150 milliseconds