/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_memory.c | 45 uint_t physical; /* physical address */ member 103 drm_get_pci_index_reg(dev_info_t *devi, uint_t physical, uint_t size, in drm_get_pci_index_reg() argument 130 if ((uint_t)physical >= base && in drm_get_pci_index_reg() 131 (uint_t)physical < (base + regsize)) { in drm_get_pci_index_reg() 133 *off = (off_t)(physical - base); in drm_get_pci_index_reg() 159 regnum = drm_get_pci_index_reg(devi, iomap->physical, in do_ioremap() 163 " start=0x%x, size=0x%x", iomap->physical, iomap->size); in do_ioremap() 191 iomap.physical = map->offset; in drm_ioremap()
|
H A D | drm_io32.h | 132 uint32_t physical; /* Physical used by i810 */ member
|
/titanic_41/usr/src/lib/libast/common/disc/ |
H A D | sfdcdos.c | 36 Sfoff_t physical; member 77 dp->maptable[n].physical = dp->phere; 95 dummy.logical = dummy.physical = offset; 101 dummy.physical = dummy.logical+1; 104 while((++mp)->logical && (whence==SEEK_CUR?mp->physical:mp->logical) <= offset); 177 dp->maptable[0].physical = dp->maptable[0].logical+1; 287 Sfoff_t physical; local 313 mp->physical = dp->plast; 323 sfsk(iop,mp->physical,SEEK_SET,disc); 324 dp->phere = mp->physical; [all …]
|
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 39 flags = physical 55 flags = physical 71 flags = physical 87 flags = physical 103 flags = physical 120 flags = physical 137 flags = physical 153 flags = physical 169 flags = physical 185 flags = physical [all …]
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fchba.c | 282 char *physical = NULL; in fchba_display_port() local 318 physical = get_slash_devices_from_osDevName( in fchba_display_port() 321 if (physical) { in fchba_display_port() 322 char *tmp = strstr(physical, ":fc"); in fchba_display_port() 326 physical); in fchba_display_port() 329 physical); in fchba_display_port() 331 free(physical); in fchba_display_port() 332 physical = NULL; in fchba_display_port() 454 char *physical = NULL; in match_mappings() local 468 physical = get_slash_devices_from_osDevName(compare, in match_mappings() [all …]
|
H A D | x86_adm.c | 265 char *physical = NULL, *slash_OSDeviceName = NULL; in adm_forcelip() local 283 physical = get_slash_devices_from_osDevName(argv[path_index], in adm_forcelip() 285 if (!physical) { in adm_forcelip() 335 if (strncmp(physical, slash_OSDeviceName, in adm_forcelip()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | subr_asm.s | 128 ! Store long word value at physical address 145 ! Store long word value at physical i/o address 163 ! Load long word value at physical address 177 ! Load long word value at physical i/o address 191 ! Store value at physical address 206 ! load value at physical address 221 ! Store value into physical address in I/O space 235 ! Store value into physical address in I/O space 249 ! Store value into one byte physical address in I/O space 263 ! load value at physical address in I/O space [all …]
|
/titanic_41/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 53 ! px_phys_peek_4u: Do physical address read. 79 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 121 ! px_phys_poke_4u: Do physical address write. 135 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 51 ! pci_do_phys_peek: Do physical address read. 75 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 117 ! pci_do_phys_poke: Do physical address write.
|
/titanic_41/usr/src/cmd/nsadmin/ |
H A D | system | 46 * expanded physical pathname. The default is the 47 * physical pathname of the device where the boot 48 * program resides. The physical pathname is
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | Makefile | 50 network-physical.xml \ 120 net-physical \
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/frutree/ |
H A D | piclfrutree.info | 64 * SunMC physical view view_points for this platform 65 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 228 #define BP_SET_BIRTH(bp, logical, physical) \ argument 231 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 161 #define physical editb.e_physbuf /* physical image */ macro 384 physical = Physical; in ed_viread() 456 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0); in ed_viread() 1037 while(physical[x]==MARKER) in cursor() 1040 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind); in cursor() 1773 putchar(physical[col++]); in putstring() 1849 ncur_phys = ed_virt_to_phys(vp->ed,virtual,physical,cur_virt,v,p); in refresh() 1850 p = genlen(physical); in refresh() 1888 if( window[w] != physical[p] ) in refresh() 1905 window[w++] = physical[p++]; in refresh() [all …]
|
H A D | edit.c | 1184 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) 1201 ep->e_curpos = ed_curpos(ep, physical, old,0,ep->e_curpos); 1208 newpos = ed_curpos(ep, physical, new,old,ep->e_curpos); 1233 if(m < ed_genlen(physical)) 1235 while(physical[m] && n-->0) 1236 ed_putchar(ep,physical[m++]); 1280 ed_putchar(ep,physical[old++]);
|
/titanic_41/usr/src/cmd/ibd_upgrade/ |
H A D | ibd-post-upgrade | 35 NETPHYS=svc:/network/physical:default
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/ |
H A D | piclfrutree.info | 64 * SunMC physical view view_points for this platform 65 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach.il.cpp | 83 ! A simple copy routine that copies 32 bytes using physical
|
/titanic_41/usr/src/uts/sun4u/serengeti/ml/ |
H A D | sbdp.il.cpp | 167 ! load value at physical address in I/O space 181 ! Load long word value at physical address
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/frutree/ |
H A D | piclfrutree.info | 66 * SunMC physical view view_points for this platform 67 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/taco/frutree/ |
H A D | piclfrutree.info | 65 * SunMC physical view view_points for this platform 66 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 262 physical=`get_physical $1` 272 if if_comp "$physical" $ifname; then
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | piclfrutree.info | 79 * SunMC physical view view_points for this platform 80 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/ |
H A D | piclfrutree.info | 73 * SunMC physical view view_points for this platform 74 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/ |
H A D | piclfrutree.info | 64 * SunMC physical view view_points for this platform 65 * This will get moved to a separate SunMC physical view plugin later.
|