Home | History | Annotate | Download | only in nlm

Lines Matching defs:nlm_file_svid

61 struct nlm_file_svid {
67 LIST_ENTRY(nlm_file_svid) ns_link;
69 LIST_HEAD(nlm_file_svid_list, nlm_file_svid);
91 static struct nlm_file_svid *nlm_find_svid(void *id);
92 static void nlm_free_svid(struct nlm_file_svid *nf);
216 struct nlm_file_svid *ns;
407 struct nlm_file_svid *ns;
416 * locked in the nlm_file_svid structure.
1151 static struct nlm_file_svid *
1154 struct nlm_file_svid *ns, *newns;
1169 newns = malloc(sizeof(struct nlm_file_svid), M_NLM,
1204 nlm_free_svid(struct nlm_file_svid *ns)