HomeSort by: relevance | last modified time | path
    Searched refs:sp_next (Results 1 - 7 of 7) sorted by relevancy

  /src/libexec/ld.elf_so/
search.c 81 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)
paths.c 165 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;
rtld.h 112 struct _rtld_search_path_t *sp_next; member in struct:_rtld_search_path_t
  /src/sys/netbt/
sco.h 53 LIST_ENTRY(sco_pcb) sp_next;
sco_upper.c 78 LIST_INSERT_HEAD(&sco_pcb, pcb, sp_next);
243 LIST_REMOVE(pcb, sp_next);
hci_link.c 794 LIST_FOREACH(pcb, &sco_pcb, sp_next) {
  /src/usr.bin/ldd/
ldd_elfxx.c 145 obj->rpaths = rpath->sp_next;

Completed in 16 milliseconds