Searched refs:buffer_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c58 #include "buffer_list.h"
113 struct buffer_ent *buffer_list = NULL, *bep, *next; local
359 if (error = getbuffer_list(&buffer_list, &logtab_update)) {
380 (void) checkbuffer_list(&buffer_list, &logtab_update);
382 while (buffer_list == NULL) {
396 (void) checkbuffer_list(&buffer_list, &logtab_update);
436 for (bep = buffer_list; bep != NULL; bep = next) {
449 nfslogtab_remove(&buffer_list, &bep, B_FALSE);
458 nfslogtab_remove(&buffer_list, &bep, B_TRUE);
496 free_buffer_list(&buffer_list);
532 nfslogtab_remove( struct buffer_ent **buffer_list, struct buffer_ent **bep, boolean_t allstates) argument
[all...]
H A DMakefile36 nfs_log_xdr.o buffer_list.o
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c59 static i_buffer_t *buffer_list = NULL; variable
576 node->next = buffer_list;
577 buffer_list = node;
595 node = buffer_list;
603 buffer_list = node->next;

Completed in 91 milliseconds