/titanic_52/usr/src/contrib/ast/src/lib/libast/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; 226 * if <whence> is SEEK_CUR, physical offset converted to logical offset 227 * otherwise, logical offset is converted to physical offset 287 Sfoff_t physical; local 313 mp->physical [all...] |
/titanic_52/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_52/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 in match_mappings() 694 char *tmp, *physical = NULL; fchba_inquiry() local 892 char name[256], *physical, *comp_phys; fchba_dump_map() local 1102 char name[256], *physical, *comp_phys; fchba_display_link_status() local 1529 char *physical = NULL; fchba_display_config() local [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_52/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 addres [all...] |
/titanic_52/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_52/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 30 * Assembly language support for physical big/little endian access of pcitool 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_52/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_52/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 114 int ocur_phys; /* old current physical position */ 148 #define last_phys editb.e_peol /* last column in physical */ 156 #define physical editb.e_physbuf /* physical image */ macro 219 genchar Physical[2*MAXLINE]; /* physical image */ in ed_viread() 379 physical = Physical; in ed_viread() 412 /* and estimate last physical column */ in ed_viread() 451 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0); in ed_viread() 1082 * physical column x in the window. 1089 while(physical[ in cursor() [all...] |
/titanic_52/usr/src/cmd/svc/milestone/ |
H A D | Makefile | 50 network-physical.xml \ 120 net-physical \
|
/titanic_52/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_52/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 123 * 9 | physical birth txg | 143 * PSIZE physical size (after compression) 229 #define BP_SET_BIRTH(bp, logical, physical) \ argument 232 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/titanic_52/usr/src/cmd/ibd_upgrade/ |
H A D | ibd-post-upgrade | 29 # Actual work of ibd upgrade is done in network/physical service. 31 # done. Setting of the property can not be done in network/physical service 35 NETPHYS=svc:/network/physical:default
|
/titanic_52/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | README | 12 zfsimpl.h mostly describing the physical layout
|
/titanic_52/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_52/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach.il.cpp | 83 ! A simple copy routine that copies 32 bytes using physical
|
/titanic_52/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_52/usr/src/uts/sun4u/serengeti/ml/ |
H A D | sbdp.il.cpp | 60 * between physical addresses. 167 ! load value at physical address in I/O space 181 ! Load long word value at physical address
|
/titanic_52/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_52/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 83 # Return physical interface corresponding to the given interface. 118 # Compare interfaces. Do the physical interface names and logical interface 129 # Do the two interfaces share a physical interface? 255 # Look through the set of hostname files associated with the same physical 257 # Only hostname files associated with the physical interface or logical 262 physical=`get_physical $1` 272 if if_comp "$physical" $ifname; then 645 # net_reconfigure is called from the network/physical service (by the 646 # net-physical and net-nwam method scripts) to perform tasks that only 648 # isolated in a function since network/physical ha [all...] |
/titanic_52/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_52/usr/src/boot/sys/boot/fdt/dts/ |
H A D | bindings-mpp.txt | 17 - pin-count: number of the physical MPP connections on the SOC (depending on
|
/titanic_52/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.
|
/titanic_52/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_52/usr/src/lib/brand/solaris10/zone/ |
H A D | pkgrm.lst | 28 # on the original physical system.
|