Searched refs:physical (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_memory.c45 uint_t physical; /* physical address */ member in struct:drm_device_iomap
103 drm_get_pci_index_reg(dev_info_t *devi, uint_t physical, uint_t size, argument
130 if ((uint_t)physical >= base &&
131 (uint_t)physical < (base + regsize)) {
133 *off = (off_t)(physical - base);
159 regnum = drm_get_pci_index_reg(devi, iomap->physical,
163 " start=0x%x, size=0x%x", iomap->physical, iomap->size);
191 iomap.physical = map->offset;
H A Ddrm_io32.h132 uint32_t physical; /* Physical used by i810 */ member in struct:drm_agp_buffer32
H A Ddrm_agpsupport.c253 /* physical is used only by i810 driver */
254 request.physical = alloc.agpa_physical;
/illumos-gate/usr/src/cmd/ibd_upgrade/
H A Dibd-post-upgrade29 # 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
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c36 Sfoff_t physical; member in struct:map
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...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dsubr_asm.s128 ! 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...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c282 char *physical = NULL; local
318 physical = get_slash_devices_from_osDevName(
321 if (physical) {
322 char *tmp = strstr(physical, ":fc");
326 physical);
329 physical);
331 free(physical);
332 physical = NULL;
454 char *physical = NULL; local
468 physical
694 char *tmp, *physical = NULL; local
892 char name[256], *physical, *comp_phys; local
1102 char name[256], *physical, *comp_phys; local
1529 char *physical = NULL; local
[all...]
H A Dx86_adm.c265 char *physical = NULL, *slash_OSDeviceName = NULL; local
283 physical = get_slash_devices_from_osDevName(argv[path_index],
285 if (!physical) {
335 if (strncmp(physical, slash_OSDeviceName,
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp83 ! A simple copy routine that copies 32 bytes using physical
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s53 ! 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
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile50 network-physical.xml \
121 net-physical \
H A Dnet-nwam35 NET_PHYS_FMRI="svc:/network/physical:default"
36 NET_NWAM_FMRI="svc:/network/physical:nwam"
548 svc:/network/physical:default 2> /dev/null`
613 # network/physical:default will be enabled and
614 # network/physical:nwam will be disabled.
619 # Disable network/physical temporarily and make sure that will
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s30 * 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.
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h125 * 9 | physical birth txg |
145 * PSIZE physical size (after compression)
233 #define BP_SET_BIRTH(bp, logical, physical) \
236 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp60 * between physical addresses.
167 ! load value at physical address in I/O space
181 ! Load long word value at physical address
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c119 int ocur_phys; /* old current physical position */
153 #define last_phys editb.e_peol /* last column in physical */
161 #define physical editb.e_physbuf /* physical image */ macro
224 genchar Physical[2*MAXLINE]; /* physical image */
384 physical = Physical;
417 /* and estimate last physical column */
456 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0);
1030 * physical column x in the window.
1037 while(physical[
[all...]
H A Dedit.c1136 * returns the line and column corresponding to offset <off> in the physical buffer
1184 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) argument
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++]);
1285 * copy virtual to physical and return the index for cursor in physical buffe
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l235 <TSTATE>physical { return PHYSICAL; }
236 <CSTATE>physical { return PHYSICAL; }
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh83 # 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...]
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile64 ../milestone/network-physical.xml \
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach.il.cpp57 * between physical addresses.
152 ! load value at physical address in I/O space
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh265 # net-physical method script and native net_include.sh
267 filename=$ZONEROOT/lib/svc/method/net-physical
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h185 * 9 | physical birth txg |
205 * PSIZE physical size (after compression)
412 #define BP_SET_BIRTH(bp, logical, physical) \
416 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c588 int physical; local
595 physical = (fts->flags & FTS_PHYSICAL);
607 if (!physical)
1496 if (streq(s, "physical"))
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_hcall.s671 ! px_phys_acc_4v: Do physical address read.

Completed in 102 milliseconds

12