HomeSort by relevance Sort by last modified time
    Searched defs:devfd (Results 1 - 2 of 2) sorted by null

  /external/oprofile/daemon/liblegacy/
init.c 43 static fd_t devfd; variable
79 devfd = op_open_device(op_device);
80 if (devfd == -1) {
127 if (fcntl(devfd, F_SETFL, fcntl(devfd, F_GETFL) | O_NONBLOCK) < 0) {
146 count = op_read_device(devfd, buf, size);
173 count = op_read_device(devfd, buf, size);
  /external/oprofile/daemon/
init.c 51 static fd_t devfd; variable
72 devfd = op_open_device("/dev/oprofile/buffer");
73 if (devfd == -1) {
213 count = op_read_device(devfd, buf, size);

Completed in 52 milliseconds