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

  /bionic/libc/kernel/uapi/sound/
hdsp.h 71 enum HDSP_IO_Type io_type; member in struct:hdsp_version
  /external/kernel-headers/original/uapi/sound/
hdsp.h 83 enum HDSP_IO_Type io_type; member in struct:hdsp_version
  /external/ltp/lib/
tlibio.c 58 * int lio_check_asyncio(char *io_type, int size, struct iosw *status)
62 * int lio_check_asyncio(char *io_type, int size, aiocb_t *aiocbp, int method)
542 char *io_type; /* Holds string of type of io */ local
710 * Also update the io_type char pointer to give brief description
724 io_type = "write";
766 io_type = "writea";
787 io_type = "aio_write";
821 io_type = "listio(2) sync write";
846 ret = lio_check_asyncio(io_type, size, &status);
854 io_type = "lio_listio(3) sync write"
1112 char *io_type; \/* Holds string of type of io *\/ local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
hdsp.h 90 HDSP_IO_Type io_type; member in struct:_snd_hdsp_version
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdsp.h 82 enum HDSP_IO_Type io_type; member in struct:hdsp_version
  /bionic/libc/kernel/uapi/linux/
serial.h 33 char io_type; member in struct:serial_struct
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 130 static int io_type (lua_State *L) { function
600 {"type", io_type},
  /external/kernel-headers/original/uapi/linux/
serial.h 29 char io_type; member in struct:serial_struct
  /external/syslinux/com32/lua/src/
liolib.c 130 static int io_type (lua_State *L) { function
618 {"type", io_type},
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 161 int io_type = 0; /* I/O type -sync */ variable
574 if ((io_type = lio_parse_io_arg1(optarg)) == -1) {
580 if (io_type & LIO_RANDOM)
583 if ((io_type = parse_io_arg(optarg)) == -1) {
589 if (io_type == 99) /* hold-over until tlibio.h */
1066 ("%s: %d DEBUG3 open_flags = (random), io_type = %#o\n",
1067 Progname, Pid, io_type);
1070 ("%s: %d DEBUG3 open_flags = %#o, io_type = %#o\n",
1071 Progname, Pid, open_flags, io_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
serial.h 26 char io_type; member in struct:serial_struct
  /external/valgrind/include/vki/
vki-linux.h 4714 char io_type; member in struct:vki_serial_struct
    [all...]

Completed in 913 milliseconds