HomeSort by relevance Sort by last modified time
    Searched defs:physical (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/libppp/src/
physical.h 19 * $FreeBSD: src/usr.sbin/ppp/physical.h,v 1.28.24.1 2010/12/21 17:10:29 kensmith Exp $
26 struct physical;
63 int (*awaitcarrier)(struct physical *);
64 int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *);
65 int (*raw)(struct physical *);
66 void (*offline)(struct physical *);
67 void (*cooked)(struct physical *);
68 void (*setasyncparams)(struct physical *, u_int32_t, u_int32_t);
69 void (*stoptimer)(struct physical *);
70 void (*destroy)(struct physical *);
79 struct physical { struct
    [all...]
  /external/qemu/target-mips/
helper.c 38 int no_mmu_map_address (CPUState *env, target_phys_addr_t *physical, int *prot,
41 *physical = address;
47 int fixed_mmu_map_address (CPUState *env, target_phys_addr_t *physical, int *prot,
52 *physical = address + 0x40000000UL;
54 *physical = address;
56 *physical = address & 0x1FFFFFFF;
58 *physical = address;
65 int r4k_map_address (CPUState *env, target_phys_addr_t *physical, int *prot,
95 *physical = tlb->PFN[n] | (address & (mask >> 1));
108 static int get_physical_address (CPUState *env, target_phys_addr_t *physical,
416 target_ulong physical = (n?(elo_odd >> 6) << 12 : (elo_even >> 6) << 12); local
442 target_phys_addr_t physical; local
488 target_phys_addr_t physical; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
cdrom.h 294 * A CD-ROM physical sector size is 2048, 2052, 2056, 2324, 2332, 2336,
579 struct dvd_physical physical; member in union:__anon39259
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
cdrom.h 294 * A CD-ROM physical sector size is 2048, 2052, 2056, 2324, 2332, 2336,
579 struct dvd_physical physical; member in union:__anon40850