Searched refs:rego (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.c5505 struct gdbarch_swap_registration **rego; local
5506 for (rego = &gdbarch_swap_registry.registrations;
5507 (*rego) != NULL;
5508 rego = &(*rego)->next);
5509 (*rego) = XMALLOC (struct gdbarch_swap_registration);
5510 (*rego)->next = NULL;
5511 (*rego)->init = init;
5512 (*rego)->data = data;
5513 (*rego)
5519 struct gdbarch_swap_registration *rego; local
5601 struct gdbarch_registration *rego; local
5699 struct gdbarch_registration *rego; local
[all...]
H A Dgdbarch.sh1934 struct gdbarch_swap_registration **rego;
1935 for (rego = &gdbarch_swap_registry.registrations;
1936 (*rego) != NULL;
1937 rego = &(*rego)->next);
1938 (*rego) = XMALLOC (struct gdbarch_swap_registration);
1939 (*rego)->next = NULL;
1940 (*rego)->init = init;
1941 (*rego)->data = data;
1942 (*rego)
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c349 int rego = (ch->unit << 4) + (target << 1); local
354 u_int8_t preg = 0xa4 + rego;
355 u_int8_t dreg = 0xa8 + rego;
356 u_int8_t ureg = 0xac + rego;

Completed in 390 milliseconds