Searched defs:physical (Results 1 - 6 of 6) 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/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/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/libshell/common/edit/
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...]
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...]
/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...]

Completed in 56 milliseconds