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

/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c47 struct bios_smap smap[3], *sm; local
51 sm = &smap[0];
73 file_addmetadata(kfp, MODINFOMD_SMAP, len, &smap[0]);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiossmap.c45 struct bios_smap smap; member in struct:smap_buf
79 v86.ecx < sizeof(buf.smap) || v86.ecx > SMAP_BUFSIZE)
85 next->smap = buf.smap;
100 smapbase[n++] = cur->smap;
136 COMMAND_SET(smap, "smap", "show BIOS SMAP", command_smap);
H A Dbiosmem.c43 static struct bios_smap_xattr smap; variable in typeref:struct:bios_smap_xattr
106 v86.es = VTOPSEG(&smap);
107 v86.edi = VTOPOFF(&smap);
112 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) &&
113 (smap.length >= (512 * 1024))) {
114 bios_basemem = smap.length;
119 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0x100000) &&
121 bios_extmem = smap
[all...]
H A Dlinux.c67 struct bios_smap *smap; local
74 printf("no memory smap\n");
78 smap = (struct bios_smap *)md->md_data;
80 if (smap[i].type != SMAP_TYPE_MEMORY)
82 if (smap[i].base >= 0xa0000)
84 test_addr(smap[i].base, smap[i].length, &candidate);
H A Dmultiboot.c415 struct bios_smap *smap; local
529 printf("no memory smap\n");
538 smap = (struct bios_smap *)md->md_data;
541 mmap[i].size = sizeof(*smap);
542 mmap[i].addr = smap[i].base;
543 mmap[i].len = smap[i].length;
544 mmap[i].type = smap[i].type;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h70 * Each smap struct represents a MAXBSIZE sized mapping to the
75 struct smap { struct
78 struct smap *sm_hash; /* hash pointer */
79 struct smap *sm_next; /* next pointer */
80 struct smap *sm_prev; /* previous pointer */
84 ushort_t sm_flags; /* smap flags */
102 #define SM_NOTKPM_RELEASED 0x00000002 /* released smap not in segkpm mode */
108 * Multiple smap free lists are maintained so that allocations
113 #define SM_FREEQ_PAD (64 - sizeof (struct smap *) - sizeof (kmutex_t))
115 struct smap *smq_fre
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1635 uchar_t smap[MAX_SENSORS]; local
1647 (void) memset(smap, SENSOR_OK, sizeof (smap));
1699 smap[i] = SENSOR_WARN;
1708 smap[i] = SENSOR_OK;
1743 if (smap[i] == SENSOR_WARN)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1270 uchar_t smap[MAX_SENSORS]; local
1278 (void) memset(smap, SENSOR_OK, sizeof (smap));
1328 smap[i] = SENSOR_WARN;
1337 smap[i] = SENSOR_OK;
1372 if (smap[i] == SENSOR_WARN)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3505 MAP *smap = s->s_lmap; local
3507 if (tTd(38, 2) && smap != map)
3509 map->map_mname, smap->map_mname);
3510 smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
3511 lmap = (SM_LDAP_STRUCT *) smap->map_db1;
7835 MAP *smap; local
7853 smap = s->s_socketmap;
7854 while (smap != NULL)
7858 if (tTd(38, 2) && smap != map)
7860 map->map_mname, smap
[all...]

Completed in 88 milliseconds