Searched defs:buffer_list (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_door.c | 59 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;
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 58 #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...] |
Completed in 268 milliseconds