Home
last modified time | relevance | path

Searched defs:iip (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/blktrace/btreplay/
H A Dbtrecord.c92 struct ifile_info *iip; member
289 static void rem_input_file(struct ifile_info *iip) in rem_input_file()
307 struct ifile_info *iip = malloc(sizeof(*iip)); in __add_input_file() local
333 struct ifile_info *iip = list_entry(p, struct ifile_info, head); in add_input_file() local
483 static int next_io(struct ifile_info *iip, struct io_spec *spec) in next_io()
676 static struct io_stream *stream_open(struct ifile_info *iip) in stream_open()
759 static void process(struct ifile_info *iip) in process()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_ident.c56 decode_ii(const uint8_t * iip, int ii_len, int itype, bool ascii, in decode_ii()