/illumos-gate/usr/src/uts/common/os/ |
H A D | watchpoint.c | 313 * 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/cmd/stmsboot/ |
H A D | mpxio-upgrade | 108 cecho "Error: Your root device is not mapped." 276 mapped=`$STMSBOOTUTIL -p $path` 277 if [ "$mapped" != "NOT_MAPPED" ]; then 278 if [ "$mapped" != "$path" ]; then 280 $SED -e"s|$path|$mapped|"`" $NEWBOOTPATH"
|
H A D | stmsboot.sh | 416 mapped=`$STMSBOOTUTIL -p $path` 417 if [ "$mapped" != "NOT_MAPPED" ]; then 418 if [ "$mapped" != "$path" ]; then 420 $SED -e"s|$path|$mapped|"`" $NEWBOOTPATH"
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 39 boolean_t mapped; member in struct:vgaregmap
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ho.c | 122 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 D | dns_ho.c | 140 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/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 425 softc->regs.mapped = B_TRUE; 435 softc->fb.mapped = B_TRUE; 502 if (softc->fb.mapped) 504 if (softc->regs.mapped) 1385 fbs->mapped = softc->fb.mapped; 1388 regss->mapped = softc->regs.mapped;
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_ldap.c | 70 * 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/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 35 ! +0 base address of where we are mapped 55 ld [%l0], %l2 ! address where ld.so is mapped in
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | page.h | 225 * 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...] |
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | zambezi.esc | 551 event ereport.asic.zambezi.gpd.jtag-mapped-timeout@interconnect 559 event ereport.asic.zambezi.gpd.link-mapped-timeout@interconnect 589 event ereport.asic.zambezi.gpd.lpc-mapped-timeout@interconnect 675 ereport.asic.zambezi.gpd.link-mapped-timeout@interconnect 717 ereport.asic.zambezi.gpd.link-mapped-timeout@interconnect 737 ereport.asic.zambezi.gpd.link-mapped-timeout@interconnect 746 ereport.asic.zambezi.gpd.jtag-mapped-timeout@interconnect, 747 ereport.asic.zambezi.gpd.lpc-mapped-timeout@interconnect,
|
/illumos-gate/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 543 softc->regs.mapped = B_TRUE; 553 softc->fb.mapped = B_TRUE; 632 if (softc->fb.mapped) 634 if (softc->regs.mapped)
|
/illumos-gate/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 501 int mapped; local
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 460 char *mapped(); 663 case ':': /* mapped type */ 794 TtyType = mapped(TtyType); 1524 mapped(type) function
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | lc.c | 427 goto mapped; 691 mapped:
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px.c | 791 * a region of memory mapped config/IO/memory space, so proceed 992 goto mapped; /*LINTED E_NOP_ELSE_STMT*/ 999 mapped:
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci.c | 722 goto mapped; /*LINTED E_NOP_ELSE_STMT*/ 729 mapped:
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 78 * 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/intel/io/drm/ |
H A D | i915_drv.c | 70 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/grub/grub-0.97/stage2/ |
H A D | builtins.c | 308 /* Exchage SAVED_DRIVE with the mapped drive. */ 4547 "Change the keyboard map. The key FROM_KEY is mapped to the key TO_KEY."
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 287 /* 200-377 aren't mapped */ 312 /* 200-377 aren't mapped */ 346 /* 200 - 377 aren't mapped (they're stoppers). */ 376 /* 200 - 377 aren't mapped (they're stoppers). */ 3493 * If character is mapped on output, 3495 * what it is mapped to. 3769 * already mapped the thing during
|
/illumos-gate/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 102 * direct-mapped, virtually-addressed cache. 123 * When the kpm TSB is used it is assumed that it is direct mapped 4682 * kpm_smallpages: stores val to byte at address mapped within 4688 sfmmu_kpm_stsbmtl(uchar_t *mapped, uint_t *kshl_lock, int val) 4742 * %o0 = &mapped
|