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

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c542 mem_dimm_map_t *dm, *em; local
547 for (dm = mem.mem_dm; dm != NULL; dm = em) {
548 em = dm->dm_next;
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c110 int em; variable
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c1449 eib_mgid_t em; local
1459 bcopy(mg_prefix, em.gd_spec.sp_mgid_prefix, FIP_MGID_PREFIX_LEN);
1460 em.gd_spec.sp_type = mg_type;
1469 bcopy(dmac_str + 2, em.gd_spec.sp_dmac, ETHERADDRL);
1474 em.gd_spec.sp_rss_hash = rss_hash;
1477 bcopy(vhub_id_str + 1, em.gd_spec.sp_vhub_id, FIP_VHUBID_LEN);
1483 mgid->gid_prefix = ntohll(em.gd_sol.gid_prefix);
1484 mgid->gid_guid = ntohll(em.gd_sol.gid_guid);
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c1035 smbios_memarray_ext_t em; local
1060 (void) smbios_info_extmemarray(shp, ext_id, &em);
1061 if (em.smbmae_bdf == bdf) {
1062 fmri = smb_bboard(0, em.smbmae_comp, MC);
1080 smbios_memarray_ext_t em; local
1106 (void) smbios_info_extmemarray(shp, ext_id, &em);
1107 if (em.smbmae_bdf == bdf) {
1124 if (proc_id == em.smbmae_comp) {
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1021 smbios_memarray_ext_t em; local
1026 (void) smbios_info_extmemarray(shp, id, &em);
1028 oprintf(fp, " Physical Memory Array Handle: %u\n", em.smbmae_ma);
1029 oprintf(fp, " Component Parent Handle: %u\n", em.smbmae_comp);
1030 oprintf(fp, " BDF: 0x%x\n", em.smbmae_bdf);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1604 int state = PT_STATE_TOKEN, qm = 0, em = 0, smc = 0, l = 0; local
1622 em = 1;
1643 if (!em && (*cp == PARSE_QUOTE)) {
1679 em = 0;
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h387 uint32_t em; member in struct:cistpl_funce_t::__anon6848::data_modem

Completed in 87 milliseconds