Searched refs:smap (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Dbiosmem.c43 static struct bios_smap_xattr smap; variable in typeref:struct:bios_smap_xattr
108 v86.es = VTOPSEG(&smap);
109 v86.edi = VTOPOFF(&smap);
114 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) &&
115 (smap.length >= (512 * 1024))) {
116 bios_basemem = smap.length;
121 if ((smap.type == SMAP_TYPE_MEMORY) &&
122 (smap.base == 0x100000) &&
124 bios_extmem = smap
[all...]
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);
/freebsd-11-stable/stand/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]);
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c91 static struct bios_smap smap; variable in typeref:struct:bios_smap
135 v86.es = VTOPSEG(&smap);
136 v86.edi = VTOPOFF(&smap);
141 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) &&
142 (smap.length >= (512 * 1024)))
143 bios_basemem = smap.length;
145 if ((smap.type == SMAP_TYPE_MEMORY) &&
146 (smap.base == 0x100000)) {
147 bios_extmem = smap
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-intel.c90 u_char smap[4]; member in struct:ata_intel_data
94 &((struct ata_intel_data *)((ctlr)->chipset_data))->smap[(ch)->unit * 2]
313 u_char *smap; local
333 smap = ATA_INTEL_SMAP(ctlr, ch);
340 smap[0] = (map & 0x01) ^ ch->unit;
341 smap[1] = 0;
344 smap[0] = (map & 0x01) ? 1 : 0;
345 smap[1] = (map & 0x01) ? 0 : 1;
348 smap[0] = (map & 0x01) ? 1 : 0;
349 smap[
411 u_char *smap; local
604 u_char *smap; local
636 u_char *smap; local
701 u_char *smap; local
733 u_char *smap; local
[all...]
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c94 static struct bios_smap smap; variable in typeref:struct:bios_smap
152 v86.es = VTOPSEG(&smap);
153 v86.edi = VTOPOFF(&smap);
158 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) &&
159 (smap.length >= (512 * 1024)))
160 bios_basemem = smap.length;
162 if ((smap.type == SMAP_TYPE_MEMORY) &&
163 (smap.base == 0x100000)) {
164 bios_extmem = smap
[all...]
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c122 static struct bios_smap smap; variable in typeref:struct:bios_smap
371 v86.es = VTOPSEG(&smap);
372 v86.edi = VTOPOFF(&smap);
377 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0) &&
378 (smap.length >= (512 * 1024)))
379 bios_basemem = smap.length;
381 if ((smap.type == SMAP_TYPE_MEMORY) && (smap.base == 0x100000)) {
382 bios_extmem = smap
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c1066 struct bios_smap *smap, *smapend; local
1070 for (smap = smapbase; smap < smapend; smap++) {
1073 smap->type, smap->base, smap->length);
1075 if (smap->type != SMAP_TYPE_MEMORY)
1078 if (!add_physmap_entry(smap->base, smap
1189 struct bios_smap *smap; local
1896 struct bios_smap_xattr smap; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c796 struct bios_smap *smapbase, *smap, *smapend; local
814 for (smap = smapbase; smap < smapend; smap++) {
815 if (smap->type != SMAP_TYPE_MEMORY ||
816 smap->length == 0)
823 if (smap->base > ~0ul)
827 smap->base, smap->length);
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c1694 add_smap_entry(struct bios_smap *smap, vm_paddr_t *physmap, int *physmap_idxp) argument
1698 smap->type, smap->base, smap->length);
1700 if (smap->type != SMAP_TYPE_MEMORY)
1703 return (add_physmap_entry(smap->base, smap->length, physmap,
1711 struct bios_smap *smap, *smapend; local
1723 for (smap = smapbase; smap < smapen
2066 struct bios_smap *smap, *smapbase; local
2810 struct bios_smap_xattr smap; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c1788 ** smap -- the map to use for the lookup.
1801 map_lookup(smap, key, argvect, pstat, e)
1802 STAB *smap;
1812 if (smap == NULL)
1815 map = &smap->s_map;
1825 smap->s_name, key);
1835 sm_dprintf("map_lookup(%s, ", smap->s_name);
1863 smap->s_name, key, errno);
1870 smap->s_name,
H A Dmap.c3932 MAP *smap = s->s_lmap; local
3934 if (tTd(38, 2) && smap != map)
3936 map->map_mname, smap->map_mname);
3937 smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
3938 lmap = (SM_LDAP_STRUCT *) smap->map_db1;
8474 MAP *smap; local
8492 smap = s->s_socketmap;
8493 while (smap != NULL)
8497 if (tTd(38, 2) && smap != map)
8499 map->map_mname, smap
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_map.c2910 vm_map_t smap; local
2914 smap = current->object.sub_map;
2915 vm_map_lock_read(smap);
2916 (void) vm_map_lookup_entry(smap, offset, &tentry);
2922 vm_map_unlock_read(smap);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c261 int *smap, rulenum; local
268 smap = chain->idxmap_back;
270 if (smap == NULL)
274 smap[i] = mi;

Completed in 301 milliseconds