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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
funopen.c 47 int (*writefn)(void *, const char *, int),
55 if (writefn == NULL) { /* illegal */
61 if (writefn == NULL)
72 fp->_write = writefn;
  /external/qemu/hw/
goldfish_switch.c 34 uint32_t (*writefn)(void *opaque, uint32_t state); member in struct:switch_state
73 return s->writefn ? SW_FLAGS_OUTPUT : 0;
101 if(s->writefn) {
103 new_state = s->writefn(s->writeopaque, value);
145 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id)
156 s->writefn = writefn;
goldfish_device.h 50 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id);

Completed in 5640 milliseconds