/titanic_50/usr/src/uts/common/os/ |
H A D | watchpoint.c | 622 int mapped = pr_mappage(vaddr, sz, rw, 0); in do_watch_step() local 628 pw->wpmapped = mapped; in do_watch_step() 763 int mapped; in watch_xcopyin() local 789 mapped = pr_mappage(watch_uaddr, part, S_READ, 1); in watch_xcopyin() 795 if (mapped) in watch_xcopyin() 811 mapped = pr_mappage(watch_uaddr, part, S_READ, 1); in watch_xcopyin() 817 if (mapped) in watch_xcopyin() 860 int mapped; in watch_xcopyout() local 887 mapped = pr_mappage(watch_uaddr, part, S_WRITE, 1); in watch_xcopyout() 893 if (mapped) in watch_xcopyout() [all …]
|
/titanic_50/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) || in ho_byaddr() 266 addr = (const u_char *)addr + sizeof mapped; in ho_byaddr() 267 uaddr += sizeof mapped; in ho_byaddr() 302 (!memcmp(taddr, mapped, sizeof mapped) || in ho_byaddr() 305 taddr += sizeof mapped; in ho_byaddr()
|
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) || in ho_byaddr() 359 addr = (const char *)addr + sizeof mapped; in ho_byaddr() 360 uaddr += sizeof mapped; in ho_byaddr()
|
/titanic_50/usr/src/cmd/stmsboot/ |
H A D | mpxio-upgrade | 273 mapped=`$STMSBOOTUTIL -p $path` 274 if [ "$mapped" != "NOT_MAPPED" ]; then 275 if [ "$mapped" != "$path" ]; then 277 $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"
|
/titanic_50/usr/src/uts/sun4/conf/ |
H A D | Mapfile | 27 # is mapped via a locked 4-meg mapping in the ITLB 42 # is mapped via a locked 4-meg mapping in the DTLB
|
/titanic_50/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 425 softc->regs.mapped = B_TRUE; in gfxp_vgatext_attach() 435 softc->fb.mapped = B_TRUE; in gfxp_vgatext_attach() 502 if (softc->fb.mapped) in gfxp_vgatext_detach() 504 if (softc->regs.mapped) in gfxp_vgatext_detach() 1386 fbs->mapped = softc->fb.mapped; in vgatext_return_pointers() 1389 regss->mapped = softc->regs.mapped; in vgatext_return_pointers()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 39 boolean_t mapped; member
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_ldap.c | 112 isAttrMapped(char *orig, char *mapped) in isAttrMapped() argument 120 if (strcasecmp(mappedschema[0], mapped) != 0) { in isAttrMapped() 133 isObjectMapped(char *orig, char *mapped) in isObjectMapped() argument 141 if (strcasecmp(mappedschema[0], mapped) != 0) { in isObjectMapped()
|
/titanic_50/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
|
/titanic_50/usr/src/uts/i86pc/conf/ |
H A D | Mapfile.amd64 | 27 # this is the 32 bit 1:1 mapped code to which grub jumps.
|
H A D | Mapfile | 27 # this is the 32 bit 1:1 mapped code to which grub jumps.
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | page.h | 1093 uchar_t mapped: 4; /* page mapped small */ member 1095 uchar_t mapped: 4; /* page mapped small */ 1102 #define kp_mapped kpm_spage_un.mapped
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.flat.blurb | 32 The index entries are mapped to the function names.
|
/titanic_50/usr/src/uts/i86xpv/conf/ |
H A D | Mapfile | 29 # This is 1:1 mapped code to setup the kernel memory image.
|
H A D | Mapfile.amd64 | 29 # This is 1:1 mapped code to setup the kernel memory image.
|
/titanic_50/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,
|
/titanic_50/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 543 softc->regs.mapped = B_TRUE; in vgatext_attach() 553 softc->fb.mapped = B_TRUE; in vgatext_attach() 632 if (softc->fb.mapped) in vgatext_detach() 634 if (softc->regs.mapped) in vgatext_detach()
|
/titanic_50/usr/src/common/mapfiles/common/ |
H A D | map.filter | 47 # Override the default alignment so that this single paged object can be mapped
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 460 char *mapped(); in main() 794 TtyType = mapped(TtyType); in main() 1524 mapped(type) in mapped() function
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.c | 427 goto mapped; in lcmake() 691 mapped: in lcmake()
|
/titanic_50/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 501 int mapped; in pr_watch_emul() local
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 831 int mapped) in __mapv4tov6() argument 876 if (mapped) { in __mapv4tov6()
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci.c | 722 goto mapped; /*LINTED E_NOP_ELSE_STMT*/ in pci_dma_bindhdl() 729 mapped: in pci_dma_bindhdl()
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px.c | 992 goto mapped; /*LINTED E_NOP_ELSE_STMT*/ in px_dma_bindhdl() 999 mapped: in px_dma_bindhdl()
|