Searched defs:physical (Results 1 - 12 of 12) sorted by relevance

/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.h375 unsigned long long offset; /**< Requested physical address (0 for SAREA)*/
379 unsigned long size; /**< Requested physical size (bytes) */
700 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
724 unsigned long aperture_base; /**< physical address */
/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/cmd/luxadm/
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,
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...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c103 execrate(const char* path, char* buf, int size, int physical) argument
112 if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)))
/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/lib/libshell/common/edit/
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...]
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...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7935 bam_error(_("no physical device in zpool status for pool=%s\n"),
8083 bam_error(_("not a SVM metadevice: %s. Cannot derive physical "
8095 "physical device\n"), special);
8226 /* If already a physical device nothing to do */
8229 BAM_DPRINTF(("%s: got physical device already directly for "
8243 bam_error(_("cannot derive physical device for %s (%s), "
8257 BAM_DPRINTF(("%s: returning physical=%s\n",
8266 is_bootdisk(char *osroot, char *physical) argument
8274 assert(physical);
8276 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, physical));
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c115 #define DTD_ATTR_PHYSICAL (const xmlChar *) "physical"
2074 * Determines whether there is a net resource with the physical interface, IP
2080 * matches or 'tabptr' does not specify a physical interface, address, or
2086 * If there is a single match, then the matching entry's physical interface, IP
2096 char physical[LIFNAMSIZ]; local
2144 physical, sizeof (physical)) != Z_OK ||
2145 strcmp(tabptr->zone_nwif_physical, physical) != 0))
5147 * system clock or physical memory) or are overly broad and cover

Completed in 100 milliseconds