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

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dradeon_fuloong2e.c39 int mapped; member in struct:__anon679
56 if (framebuffer.mapped)
135 framebuffer.mapped = 1;
H A Dbochs.c38 int mapped; member in struct:__anon667
159 if (framebuffer.mapped)
297 framebuffer.mapped = 1;
H A Dsis315pro.c41 int mapped; member in struct:__anon684
76 if (framebuffer.mapped)
202 framebuffer.mapped = 1;
H A Dcirrus.c39 int mapped; member in struct:__anon670
176 if (framebuffer.mapped)
331 framebuffer.mapped = 1;
H A Dsm712.c198 int mapped; member in struct:__anon696
216 if (framebuffer.mapped)
428 framebuffer.mapped = 1;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c122 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; variable
263 (!memcmp(uaddr, mapped, sizeof mapped) ||
266 addr = (const u_char *)addr + sizeof mapped;
267 uaddr += sizeof mapped;
302 (!memcmp(taddr, mapped, sizeof mapped) ||
305 taddr += sizeof mapped;
H A Ddns_ho.c140 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; variable
355 (!memcmp(uaddr, mapped, sizeof mapped) ||
359 addr = (const char *)addr + sizeof mapped;
360 uaddr += sizeof mapped;
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c320 * IPv4-mapped addresses in buf6. If either
372 * converted to IPv4-mapped addresses,
416 * Extract the IPv4-mapped addresses from buf6
506 * Step 1: IPv4-mapped address or IPv4 Compat
554 /* Found one, now format it into mapped/compat addr */
560 /* Convert IPv4 to mapped/compat address w/name */
571 * twiggle the two bytes to make the mapped address a compat.
586 * address. nscd(1m) caches v4 from ipnodes as mapped v6's. The
818 * This routine will either convert an IPv4 address to a mapped or compat
819 * IPv6 (if he6 == NULL) or merge IPv6 (he6) addresses with mapped
839 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, int mapped) argument
[all...]

Completed in 38 milliseconds