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

/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DEpoc.pm43 No physical check on the filesystem, but a logical cleanup of a
H A DWin32.pm115 No physical check on the filesystem, but a logical cleanup of a
H A DUnix.pm28 No physical check on the filesystem, but a logical cleanup of a
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dspa.h129 * 9 | physical birth txg |
149 * PSIZE physical size (after compression)
224 #define BP_SET_BIRTH(bp, logical, physical) \
227 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h120 * 9 | physical birth txg |
140 * PSIZE physical size (after compression)
265 #define BP_SET_BIRTH(bp, logical, physical) \
268 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/osnet-11/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);
1080 * physical column x in the window.
1087 while(physical[
[all...]
H A Dedit.c1148 * returns the line and column corresponding to offset <off> in the physical buffer
1196 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) argument
1213 ep->e_curpos = ed_curpos(ep, physical, old,0,ep->e_curpos);
1220 newpos = ed_curpos(ep, physical, new,old,ep->e_curpos);
1245 if(m < ed_genlen(physical))
1247 while(physical[m] && n-->0)
1248 ed_putchar(ep,physical[m++]);
1292 ed_putchar(ep,physical[old++]);
1297 * copy virtual to physical and return the index for cursor in physical buffe
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_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 method scripts) to perform tasks that only
666 # between datalink-management and network/physical
[all...]
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh37 # physical - the corresponding global zone interface
49 physical=$2
51 "physical:")
52 physical=$2
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh267 # net-physical method script and updated net_include.sh
269 filename=$ZONEROOT/lib/svc/method/net-physical
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c588 int physical; local
595 physical = (fts->flags & FTS_PHYSICAL);
607 if (!physical)
1500 if (streq(s, "physical"))
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c188 execrate(const char* path, char* buf, int size, int physical) argument
197 if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)))
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py783 physical = bdl[i][0].bootdev_element
789 bootdevs.append((physical, tuple(logicals)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm85 No physical check on the filesystem, but a logical cleanup of a
H A DFind.pm310 links to directories) you might traverse a given (physical) directory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm155 physical medium. C<sync> does not operate at the perlio api level, but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm113 circumstances for large files, and may result in less physical memory
H A DCGI.pm3069 # Return the physical path information provided
7596 path information translated into a physical path, e.g.
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c151 #define DTD_ATTR_PHYSICAL (const xmlChar *) "physical"
736 return ("physical");
2650 * Determines whether there is a net resource with the physical interface, IP
2656 * matches or 'tabptr' does not specify a physical interface, address, or
2662 * If there is a single match, then the matching entry's physical interface, IP
2672 char physical[LIFNAMSIZ]; local
2722 physical, sizeof (physical)) != Z_OK ||
2723 strcmp(tabptr->zone_net_physical, physical) != 0))
6201 * system clock or physical memor
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6758 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)
6759 % physical page width.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex8606 % 7) physical page height; 8) physical page width.

Completed in 165 milliseconds