Searched refs:sp_next (Results 1 - 7 of 7) sorted by relevance

/src/libexec/ld.elf_so/
H A Dsearch.c81 for (sp = _rtld_invalid_paths; sp != NULL; sp = sp->sp_next) {
103 path->sp_next = _rtld_invalid_paths;
147 for (sp = _rtld_paths; sp != NULL; sp = sp->sp_next)
153 for (sp = refobj->rpaths; sp != NULL; sp = sp->sp_next)
158 for (sp = _rtld_default_paths; sp != NULL; sp = sp->sp_next)
H A Dpaths.c165 for (; path != NULL; path = path->sp_next) {
191 path->sp_next = (*path_p);
193 path_p = &path->sp_next;
212 path_p = &(*path_p)->sp_next;
381 path_p = &(*path_p)->sp_next;
H A Drtld.h112 struct _rtld_search_path_t *sp_next; member in struct:_rtld_search_path_t
/src/sys/netbt/
H A Dsco.h53 LIST_ENTRY(sco_pcb) sp_next;
H A Dsco_upper.c78 LIST_INSERT_HEAD(&sco_pcb, pcb, sp_next);
243 LIST_REMOVE(pcb, sp_next);
H A Dhci_link.c794 LIST_FOREACH(pcb, &sco_pcb, sp_next) {
/src/usr.bin/ldd/
H A Dldd_elfxx.c145 obj->rpaths = rpath->sp_next;

Completed in 11 milliseconds