Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dthunk.c68 int nb_fields, offset, max_align, align, size, i, j; in thunk_register_struct() local
74 nb_fields = 0; in thunk_register_struct()
77 nb_fields++; in thunk_register_struct()
79 assert(nb_fields > 0); in thunk_register_struct()
82 se->nb_fields = nb_fields; in thunk_register_struct()
86 se->name, id, se->nb_fields); in thunk_register_struct()
93 se->field_offsets[i] = g_new(int, nb_fields); in thunk_register_struct()
95 for(j = 0;j < nb_fields; j++) { in thunk_register_struct()
260 for(i = 0;i < se->nb_fields; i++) { in thunk_convert()
418 for (i = 0; i < se->nb_fields; i++) { in thunk_print()
H A Dsyscall.c5351 for (i = 0; i < se->nb_fields; i++) { in do_ioctl_rt()
/openbmc/qemu/include/user/
H A Dthunk.h58 int nb_fields; member