Searched refs:list_link (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Putil.h | 48 extern void list_link(void *, void *);
|
H A D | Pfdinfo.c | 49 list_link(&P->fd_head, NULL); 67 list_link(fip, next ? next : (void *)&(P->fd_head));
|
H A D | Putil.c | 43 list_link(void *new, void *existing) function
|
H A D | Pidle.c | 243 list_link(fp, &P->file_head);
|
H A D | Pcore.c | 365 list_link(lwp, next); 2355 list_link(&core_info->core_lwp_head, NULL); 2747 list_link(fp, &P->file_head);
|
H A D | Psymtab.c | 182 list_link(fptr, &P->file_head); 2951 list_link(&P->file_head, NULL);
|
Completed in 83 milliseconds