Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib-sunos.c355 struct so_list **link_ptr = &head; in sunos_current_sos() local
417 *link_ptr = new; in sunos_current_sos()
418 link_ptr = &new->next; in sunos_current_sos()
H A Dsolib-svr4.c729 struct so_list **link_ptr = &head; in svr4_current_sos() local
802 *link_ptr = new; in svr4_current_sos()
803 link_ptr = &new->next; in svr4_current_sos()
/freebsd-12.1/sys/dev/aha/
H A Dahareg.h277 uint8_t link_ptr[3]; /* 10 */ member