HomeSort by relevance Sort by last modified time
    Searched refs:fifo (Results 1 - 12 of 12) sorted by null

  /external/oprofile/daemon/
opd_pipe.c 3 * Functions handling the $SESSIONDIR/opd_pipe FIFO special file.
24 static int fifo; variable
41 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);
42 if (fifo == -1) {
51 close(fifo);
66 fd = fdopen(fifo, "r");
  /external/chromium/third_party/libevent/sample/
event-test.c 89 const char *fifo = "event.fifo";
92 if (lstat (fifo, &st) == 0) {
100 unlink (fifo);
101 if (mkfifo (fifo, 0600) == -1) {
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0);
118 fprintf(stderr, "Write data to %s\n", fifo);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi.c 77 static int sdspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo,
628 bool fifo = (fix_inc == SDIOH_DATA_FIX); local
657 if (sdspi_card_buf(sd, rw, func, fifo, addr, len, (uint32 *)buffer) != SUCCESS) {
663 if (!fifo)
    [all...]
bcmsdh_sdmmc.c 892 bool fifo = (fix_inc == SDIOH_DATA_FIX); local
923 if ((write) && (!fifo)) {
931 } else if (fifo) {
955 if (!fifo) {
    [all...]
bcmspibrcm.c 83 static int bcmspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo,
671 bool fifo = (fix_inc == SDIOH_DATA_FIX); local
686 if (bcmspi_card_buf(sd, rw, func, fifo, addr, len, (uint32 *)buffer) != SUCCESS) {
694 if (!fifo)
876 sd_err(("FIFO underflow happened due to current F2 read command.\n"));
881 sd_err(("FIFO overflow happened due to current (F1/F2) write command.\n"));
885 sd_err(("Recovering from F1 FIFO overflow.\n"));
908 sd_trace(("Packet is available/ready in F2 TX FIFO\n"));
916 sd_err(("Packet is available/ready in F3 TX FIFO\n"));
    [all...]
bcmsdstd.c 86 static int sdstd_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo,
836 bool fifo = (fix_inc == SDIOH_DATA_FIX); local
884 if (sdstd_card_buf(sd, rw, func, fifo, addr, len, (uint32 *)buffer) != SUCCESS) {
901 if (!fifo)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 212 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_FIFO_INFO, (integer_t*)&(thePolicyInfo.fifo), &count);
213 if (thePolicyInfo.fifo.depressed) {
214 return thePolicyInfo.fifo.depress_priority;
216 return thePolicyInfo.fifo.base_priority;
  /external/qemu/hw/
pxa.h 207 uint32_t fifo[16]; member in struct:PXA2xxI2SState
  /external/quake/quake/src/QW/client/
gl_model.c 1379 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1388 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1412 fifo[inpt].x = 0, fifo[inpt].y = 0;
1417 int x = fifo[outpt].x, y = fifo[outpt].y;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1354 fifo[inpt].x = x + (dx), fifo[inpt].y = y + (dy); \
1363 floodfill_t fifo[FLOODFILL_FIFO_SIZE]; local
1387 fifo[inpt].x = 0, fifo[inpt].y = 0;
1392 int x = fifo[outpt].x, y = fifo[outpt].y;
    [all...]
  /external/iproute2/doc/
ip-cref.tex 533 RX errors: length crc frame fifo missed
537 TX errors: aborted fifo window heartbeat
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 349 milliseconds