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

/illumos-gate/usr/src/uts/common/sys/
H A Dvgasubr.h39 boolean_t mapped; member in struct:vgaregmap
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c501 int mapped; local
/illumos-gate/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;
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c70 boolean_t mapped; member in struct:vgaregmap
789 * This funtion check the length of memory mapped IO space to get the right bar. * And There are two possibilities here.
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c70 * Note that the schema can be mapped and SSD's can be used to relocate
112 isAttrMapped(char *orig, char *mapped) argument
120 if (strcasecmp(mappedschema[0], mapped) != 0) {
133 isObjectMapped(char *orig, char *mapped) argument
141 if (strcasecmp(mappedschema[0], mapped) != 0) {
222 /* check for automountMapName mapped to nisMapName */
226 /* check for automountKey mapped to cn */
230 /* check for automountInformation mapped to nisMapEntry */
234 /* check for automountMap mapped to nisMap */
238 /* check for automount mapped t
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c78 * IPNODE_UNMAP The user doesn't want v4 mapped addresses if no IPv6
299 * IPv4-mapped addresses in buf6. If either
348 * converted to IPv4-mapped addresses,
403 * Extract the IPv4-mapped addresses from buf6
493 * Step 1: IPv4-mapped address or IPv4 Compat
541 /* Found one, now format it into mapped/compat addr */
547 /* Convert IPv4 to mapped/compat address w/name */
558 * twiggle the two bytes to make the mapped address a compat.
573 * address. nscd(1m) caches v4 from ipnodes as mapped v6's. The
809 * This routine will either convert an IPv4 address to a mapped o
830 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, int mapped) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c313 * When all pages are mapped back to their normal state,
622 int mapped = pr_mappage(vaddr, sz, rw, 0); local
628 pw->wpmapped = mapped;
763 int mapped; local
789 mapped = pr_mappage(watch_uaddr, part, S_READ, 1);
795 if (mapped)
811 mapped = pr_mappage(watch_uaddr, part, S_READ, 1);
817 if (mapped)
860 int mapped; local
887 mapped
964 int mapped; local
1078 int mapped; local
1174 int mapped; local
1244 int mapped; local
1286 int mapped; local
1328 int mapped; local
1371 int mapped; local
1495 int mapped, watchcode, ta; local
[all...]
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c460 char *mapped();
663 case ':': /* mapped type */
794 TtyType = mapped(TtyType);
1524 mapped(type) function
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h225 * structure is not mapped and is not associated with a vnode (after a call
993 * they are mapped, modified, or both, as long as they are not marked PR_UE,
1055 short kp_refcnt; /* pages mapped large */
1056 short kp_refcnta; /* pages mapped in Alias window */
1058 short kp_refcnts; /* vac alias: pages mapped small */
1078 * The state about how a kpm page is mapped and whether it is ready to go
1081 * - kp_mapped == 1 the page is mapped cacheable
1082 * - kp_mapped == 2 the page is mapped non-cacheable
1093 uchar_t mapped: 4; /* page mapped smal member in struct:kpm_spage::__anon9270
[all...]

Completed in 106 milliseconds