HomeSort by relevance Sort by last modified time
    Searched defs:io_type (Results 1 - 8 of 8) 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...]
  /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/lua/src/
liolib.c 150 static int io_type (lua_State *L) { function
710 {"type", io_type},
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 163 int io_type = 0; /* I/O type -sync */ variable
577 if ((io_type = lio_parse_io_arg1(optarg)) == -1) {
583 if (io_type & LIO_RANDOM)
586 if ((io_type = parse_io_arg(optarg)) == -1) {
592 if (io_type == 99) /* hold-over until tlibio.h */
1069 ("%s: %d DEBUG3 open_flags = (random), io_type = %#o\n",
1070 Progname, Pid, io_type);
1073 ("%s: %d DEBUG3 open_flags = %#o, io_type = %#o\n",
1074 Progname, Pid, open_flags, io_type);
    [all...]

Completed in 561 milliseconds