Home
last modified time | relevance | path

Searched refs:type_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/
H A Dthunk.c36 type = *type_ptr++; in thunk_type_next()
47 return type_ptr; in thunk_type_next()
73 type_ptr = types; in thunk_register_struct()
76 type_ptr = thunk_type_next(type_ptr); in thunk_register_struct()
103 type_ptr = thunk_type_next(type_ptr); in thunk_register_struct()
133 type = *type_ptr++; in thunk_convert()
236 type_ptr = thunk_type_next(type_ptr); in thunk_convert()
272 return type_ptr; in thunk_convert()
279 type = *type_ptr++; in thunk_print()
396 type_ptr = thunk_type_next(type_ptr); in thunk_print()
[all …]
/openbmc/qemu/include/exec/user/
H A Dthunk.h76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
89 type = *type_ptr; in thunk_type_size()
135 size = type_ptr[1]; in thunk_type_size()
138 se = struct_entries + type_ptr[1]; in thunk_type_size()
150 type = *type_ptr; in thunk_type_align()
184 return thunk_type_size(type_ptr, is_host); in thunk_type_align()
186 return thunk_type_align_array(type_ptr + 2, is_host); in thunk_type_align()
[all …]
/openbmc/linux/drivers/scsi/
H A Dses.c166 for (j = 0; j < type_ptr[1]; j++) { in ses_set_page2_descriptor()
197 for (j = 0; j < type_ptr[1]; j++) { in ses_get_page2_descriptor()
569 type_ptr = ses_dev->page1_types; in ses_enclosure_data_process()
572 for (j = 0; j < type_ptr[1]; j++) { in ses_enclosure_data_process()
600 type_ptr[0], in ses_enclosure_data_process()
719 type_ptr = buf + 8; in ses_intf_add()
722 types += type_ptr[2]; in ses_intf_add()
723 type_ptr += type_ptr[3] + 4; in ses_intf_add()
726 ses_dev->page1_types = type_ptr; in ses_intf_add()
729 for (i = 0; i < types && type_ptr < buf + len; i++, type_ptr += 4) { in ses_intf_add()
[all …]