Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 48) sorted by relevance

12

/titanic_50/usr/src/uts/common/os/
H A Dwatchpoint.c622 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 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) || 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 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) || 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 Dmpxio-upgrade273 mapped=`$STMSBOOTUTIL -p $path`
274 if [ "$mapped" != "NOT_MAPPED" ]; then
275 if [ "$mapped" != "$path" ]; then
277 $SED -e"s|$path|$mapped|"`" $NEWBOOTPATH"
H A Dstmsboot.sh416 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 DMapfile27 # 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 Dgfxp_vgatext.c425 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 Dvgasubr.h39 boolean_t mapped; member
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c112 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 Drtldlib.s35 ! +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 DMapfile.amd6427 # this is the 32 bit 1:1 mapped code to which grub jumps.
H A DMapfile27 # this is the 32 bit 1:1 mapped code to which grub jumps.
/titanic_50/usr/src/uts/common/vm/
H A Dpage.h1093 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 Dgprof.flat.blurb32 The index entries are mapped to the function names.
/titanic_50/usr/src/uts/i86xpv/conf/
H A DMapfile29 # This is 1:1 mapped code to setup the kernel memory image.
H A DMapfile.amd6429 # This is 1:1 mapped code to setup the kernel memory image.
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc551 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 Dvgatext.c543 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 Dmap.filter47 # Override the default alignment so that this single paged object can be mapped
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c460 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 Dlc.c427 goto mapped; in lcmake()
691 mapped: in lcmake()
/titanic_50/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c501 int mapped; in pr_watch_emul() local
/titanic_50/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c831 int mapped) in __mapv4tov6() argument
876 if (mapped) { in __mapv4tov6()
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci.c722 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 Dpx.c992 goto mapped; /*LINTED E_NOP_ELSE_STMT*/ in px_dma_bindhdl()
999 mapped: in px_dma_bindhdl()

12