HomeSort by relevance Sort by last modified time
    Searched full:phys (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/ppp/pppd/plugins/rp-pppoe/
if.c 544 u_char phys[MAXDLADDR];
554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
558 if (dl_saplen > 0) { /* order is sap+phys */
560 (void) memcpy((char*)addr+dl_abssaplen, (char*)phys, ETHERADDRL);
561 } else { /* order is phys+sap */
562 (void) memcpy((char*)addr, (char*)phys, ETHERADDRL);
  /external/kernel-headers/original/linux/mtd/
map.h 186 unsigned long phys; member in struct:map_info
422 #define map_is_linear(map) (map->phys != NO_XIP)
  /external/e2fsprogs/e2fsck/
journal.c 46 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys)
49 *phys = block;
57 *phys = block;
63 *phys = pblk;
e2fsck.h 114 blk_t phys; member in struct:dx_dirblock_info
  /external/kernel-headers/original/linux/
serio.h 29 char phys[32]; member in struct:serio
msdos_fs.h 348 extern int fat_bmap(struct inode *inode, sector_t sector, sector_t *phys,
input.h 866 const char *phys; member in struct:input_dev
  /external/grub/netboot/
w89c840.c 256 unsigned char phys[2]; /* MII device addresses. */ member in struct:winbond_private
673 w840private.phys[phy_idx++] = phy;
823 if (location == 4 && phy_id == w840private.phys[0])
850 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
863 duplex ? "full" : "half", w840private.phys[0], negotiated);
tulip.c 428 signed char phys[4], mii_cnt; /* MII device addresses. */
427 signed char phys[4], mii_cnt; \/* MII device addresses. *\/ member in struct:tulip_private
    [all...]
via-rhine.c 645 char phys[4]; /* MII device addresses. */ member in struct:rhine_private
964 tp->phys[0] = -1;
tlan.c 603 * TLAN device having the PHYs to be detailed.
647 * So far I've found that adapters which have external PHYs
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 530 ULONG phys;
539 pmap.a.phys = offset;
XF86DGA2.c 904 ULONG phys;
913 pmap.a.phys = base;
  /external/e2fsprogs/debugfs/
htree.c 387 "phys %u, offset %u\n", (long long)blockcnt,
  /external/kernel-headers/original/asm-x86/
io_32.h 135 extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 245 * ulMapAttr : Optional endianness attributes, virt to phys flag.
mem.h 49 *! require phys address to be page aligned!
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 245 * ulMapAttr : Optional endianness attributes, virt to phys flag.
mem.h 49 *! require phys address to be page aligned!
  /external/libpng/
pngget.c 339 png_debug1(1, "in %s retrieval function", "pHYs");
702 png_debug1(1, "in %s retrieval function", "pHYs");
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 311 png_debug1(1, "in %s retrieval function\n", "pHYs");
672 png_debug1(1, "in %s retrieval function\n", "pHYs");
pngrutil.c     [all...]
  /external/libpcap/
INSTALL.txt 151 implementations, PHYS implies MULTI and SAP and you get an error if you
  /external/libpng/contrib/gregbook/
readpng2.c 222 112, 72, 89, 115, '\0', /* pHYs */

Completed in 221 milliseconds

12 3 4