HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 126 - 150 of 1948) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libppp/src/
command.c 88 #include "physical.h"
263 Concatinate(arg->cx->physical->link.lcp.cfg.ident,
264 sizeof arg->cx->physical->link.lcp.cfg.ident,
276 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1;
395 if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO)))
844 "clear ipcp|ipv6cp|physical [current|overall|peak]...", NULL},
910 if (arg->cx->physical->async.cfg.EscMap[32]) {
915 if (arg->cx->physical->async.cfg.EscMap[code])
917 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) {
937 if (!arg->cx->physical->link.lcp.fsm.StoppedTimer.load
    [all...]
ether.c 73 #include "physical.h"
102 struct device dev; /* What struct physical knows about */
120 ether_Write(struct physical *p, const void *v, size_t n)
128 ether_Read(struct physical *p, void *v, size_t n)
136 ether_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
158 ether_Free(struct physical *p)
169 ether_OpenInfo(struct physical *p)
184 ether_Slot(struct physical *p)
312 ether_AwaitCarrier(struct physical *p)
346 ether_iov2device(int type, struct physical *p, struct iovec *iov, int *niov
    [all...]
netgraph.c 68 #include "physical.h"
92 struct device dev; /* What struct physical knows about */
167 ng_MessageIn(struct physical *p, char *buf, size_t sz)
221 ng_Write(struct physical *p, const void *v, size_t n)
234 ng_Read(struct physical *p, void *v, size_t n)
248 ng_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
270 ng_Free(struct physical *p)
322 ng_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
355 struct physical *p = descriptor2physical(d);
381 struct physical *p = descriptor2physical(d)
    [all...]
acf.c 50 #include "physical.h"
76 struct physical *p = link2physical(l);
ncp.c 64 #include "physical.h"
117 /* Send over the first physical link by default */
118 ipcp_Init(&ncp->ipcp, bundle, &bundle->links->physical->link,
121 ipv6cp_Init(&ncp->ipv6cp, bundle, &bundle->links->physical->link,
209 * down to the physical link level 'till ncp_FillPhysicalQueues() is used.
325 add = link_QueueLen(&dl->physical->link);
326 if (add == 0 && dl->physical->out == NULL)
327 add = ncp_PushPacket(ncp, &ncp->afq, &dl->physical->link);
sync.c 49 #include "physical.h"
65 struct physical *p = link2physical(l);
  /external/libogg/doc/
rfc3533.txt 100 The result of an Ogg encapsulation is called the "Physical (Ogg)
152 o simple concatenation mechanism of several physical bitstreams.
165 A physical Ogg bitstream consists of multiple logical bitstreams
178 header of each page of the physical bitstream. This unique serial
184 original logical bitstreams from the physical bitstream by taking the
185 pages in order from the physical bitstream and redirecting them into
191 logical bitstream in a physical Ogg bitstream starts with a special
211 So, a physical bitstream begins with the bos pages of all logical
238 bitstreams page-wise in the same physical bitstream. Grouping is for
242 simple mechanism to concatenate physical Ogg bitstreams, as is ofte
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 22 * functionality expected from an emulated physical camera device:
40 * functionality expected from an emulated physical camera device:
114 * properties of the physical device (list of supported pixel formats, frame
187 /* Gets width of the frame obtained from the physical device.
189 * Width of the frame obtained from the physical device. Note that value
199 /* Gets height of the frame obtained from the physical device.
201 * Height of the frame obtained from the physical device. Note that value
532 /* Object has been connected to the physical device. */
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
devices.jd 36 <h3>Physical Device</h3>
40 physical device listed in <code>adb devices</code> can be instantiated and used as a
  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 52 // Returns physical machine ID for this device.
55 // Returns physical machine model for this device.
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.cc 78 PhysicalSocketServer physical; local
79 SocketServer * ss = &physical;
  /external/chromium_org/extensions/common/
extension_resource.h 16 // because extension resources can come from multiple physical file locations
45 // Gets the physical file path for the extension resource, taking into account
  /external/chromium_org/remoting/host/
desktop_session_win.h 31 // DesktopSession implementation which attaches to either physical or virtual
40 // Creates a desktop session instance that attaches to the physical console.
  /external/chromium_org/third_party/libjingle/source/talk/base/
httprequest.cc 78 PhysicalSocketServer physical; local
79 SocketServer * ss = &physical;
  /external/chromium_org/tools/android/memdump/
memdump.cc 68 int64 page_frame_number; // Physical page id, also known as PFN.
116 // Number of times a physical page is mapped in a process.
280 // Hash set keeping track of the physical pages mapped in a single process so
308 // This physical page (mapped multiple times in the same process) was
312 // See if the current physical page is also mapped in the other
328 // The physical page is only mapped in the processes that are being
331 // The physical page is mapped in multiple processes.
335 // The physical page is mapped multiple times in the same process.
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 39 * @return Display height in physical pixels.
47 * @return Display width in physical pixels.
  /external/chromium_org/ui/gl/
gl_context_android.cc 96 // Physical memory is also mis-reported sometimes (eg. Nexus 10 reports
98 // 128MB java heap size). First we estimate physical memory using both.
  /external/kernel-headers/original/asm-mips/
addrspace.h 51 * Returns the physical address of a CKSEGx / XKPHYS address
135 * R8000 implements most with its 48-bit physical address space.
fixmap.h 25 * compile time, but to set the physical address only
35 * physical memory with fixmap indices.
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 39 * compile time, but to set the physical address only
49 * physical memory with fixmap indices.
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 19 // each virtual and _register allocatable_ physical register in a function. It
21 // variables for virtual registers, and assumes that physical registers are only
23 // to resolve physical register lifetimes in each basic block). If a physical
135 // physical register. This is a purely local property, because all physical
140 // physical register. This is a purely local property, because all physical
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 50 /// load from a stack slot, return the virtual or physical register number of
58 /// store to a stack slot, return the virtual or physical register number of
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 37 /// load from a stack slot, return the virtual or physical register number of
45 /// store to a stack slot, return the virtual or physical register number of
  /external/oprofile/daemon/
opd_ibs.h 50 /* MSRC001_1032 IBS Fetch Physical Address Register */
76 /* MSRC001_1039 IBS DC Physical Address */
  /frameworks/base/core/java/android/view/
DisplayInfo.java 102 * physical size when the system is emulating a smaller display.
109 * physical size when the system is emulating a smaller display.
144 * more than one physical display.
153 * more than one physical display.
165 * The exact physical pixels per inch of the screen in the X dimension.
168 * more than one physical display.
174 * The exact physical pixels per inch of the screen in the Y dimension.
177 * more than one physical display.

Completed in 618 milliseconds

1 2 3 4 56 7 8 91011>>