Searched refs:type_count (Results 1 – 3 of 3) sorted by relevance
199 unsigned int name_count, type_count; in info_mach_ports_command() local208 result = mach_port_names (task, &names, &name_count, &types, &type_count); in info_mach_ports_command()211 gdb_assert (name_count == type_count); in info_mach_ports_command()297 (type_count * sizeof (mach_port_type_t))); in info_mach_ports_command()
75 static int type_count; variable781 type_count++; in new_structure()788 si->state_number = -type_count; in new_structure()797 type_count++; in new_structure()799 s->state_number = -type_count; in new_structure()809 type_count++; in new_structure()811 s->state_number = -type_count; in new_structure()855 type_count++; in find_structure()857 s->state_number = -type_count; in find_structure()884 type_count++; in create_pointer()[all …]
3186 (main): Call read_state and write_state. Print type_count.