Home
last modified time | relevance | path

Searched refs:io_type (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/lib/
H A Dtlibio.c58 * 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)
546 char *io_type; /* Holds string of type of io */ in lio_write_buffer() local
714 * Also update the io_type char pointer to give brief description in lio_write_buffer()
728 io_type = "write"; in lio_write_buffer()
771 io_type = "writea"; in lio_write_buffer()
792 io_type = "aio_write"; in lio_write_buffer()
826 io_type = "listio(2) sync write"; in lio_write_buffer()
851 ret = lio_check_asyncio(io_type, size, &status); in lio_write_buffer()
859 io_type in lio_write_buffer()
1121 char *io_type; /* Holds string of type of io */ lio_read_buffer() local
[all...]
/third_party/ltp/include/old/
H A Dtlibio.h138 int lio_check_asyncio(char *io_type, int size, struct iosw *status);
143 int lio_check_asyncio(char *io_type, int size, aiocb_t *aiocbp, int method);
148 int lio_check_asyncio(char *io_type, int size, struct aiocb *aiocbp, int method);
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c163 int io_type = 0; /* I/O type -sync */ variable
577 if ((io_type = lio_parse_io_arg1(optarg)) == -1) { in main()
583 if (io_type & LIO_RANDOM) in main()
586 if ((io_type = parse_io_arg(optarg)) == -1) { in main()
592 if (io_type == 99) /* hold-over until tlibio.h */ in main()
1069 ("%s: %d DEBUG3 open_flags = (random), io_type = %#o\n", in main()
1070 Progname, Pid, io_type); in main()
1073 ("%s: %d DEBUG3 open_flags = %#o, io_type = %#o\n", in main()
1074 Progname, Pid, open_flags, io_type); in main()
1816 "[-s seed][-S seq_auto_files][-p][-P PANIC][-I io_type][ in usage()
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dhdsp.h85 enum HDSP_IO_Type io_type; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1148 LLVMTypeRef io_type, in store_aos()
1155 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_type, io_ptr); in store_aos()
1228 LLVMTypeRef io_type, in store_aos_array()
1254 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_ptr, &inds[i], 1, ""); in store_aos_array()
1278 LLVMValueRef id_ptr = draw_jit_header_id(gallivm, io_type, io_ptrs[i]); in store_aos_array()
1291 store_aos(gallivm, io_type, io_ptrs[i], attr_index, aos[i]); in store_aos_array()
1298 LLVMTypeRef io_type, in convert_to_aos()
1357 io_type, in convert_to_aos()
1378 LLVMTypeRef io_type, in store_clip()
1396 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_pt in store_clip()
1147 store_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef index, LLVMValueRef value) store_aos() argument
1226 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef *indices, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean need_edgeflag) store_aos_array() argument
1297 convert_to_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io, LLVMValueRef *indices, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean need_edgeflag) convert_to_aos() argument
1376 store_clip(struct gallivm_state *gallivm, const struct lp_type vs_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], int idx) store_clip() argument
[all...]

Completed in 13 milliseconds