Searched defs:be_listpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c242 remove_buffer_ent(struct buffer_ent **be_listpp, struct buffer_ent *bep) argument
246 for (p = prev = *be_listpp; p != NULL; p = p->be_next) {
248 if (p == *be_listpp)
249 *be_listpp = (*be_listpp)->be_next;
263 free_buffer_list(struct buffer_ent **be_listpp) argument
267 for (bep = *be_listpp; bep != NULL; bep = nextp) {
271 *be_listpp = NULL;

Completed in 44 milliseconds