Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c303 remove_sharepnt_ent(struct sharepnt_ent **se_listpp, struct sharepnt_ent *sep) in remove_sharepnt_ent() argument
307 for (p = prev = *se_listpp; p != NULL; p = p->se_next) { in remove_sharepnt_ent()
309 if (p == *se_listpp) in remove_sharepnt_ent()
310 *se_listpp = (*se_listpp)->se_next; in remove_sharepnt_ent()