Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c74 struct link_keys { struct
77 struct link_keys *next; argument
762 struct link_keys *lnp; in get_next_link()
779 if ((lnp = malloc(sizeof (struct link_keys))) == NULL) { in get_next_link()
788 lnp->next = *(struct link_keys **)cookiep; in get_next_link()
825 struct link_keys *dellnp, *lnp; in free_link_cookies()
827 lnp = (struct link_keys *)cookie; in free_link_cookies()