search for: list_insert_after

Displaying 2 results from an estimated 2 matches for "list_insert_after".

2015 Feb 23
2
Call for testing: OpenSSH 6.8
On Mon, Feb 23, 2015 at 5:27 PM, Kevin Brott <kevin.brott at gmail.com> wrote: > Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and > 11.31 as well - so we'll see how the latest fixes flush out. > > And, not to play the fool overmuch - but is there a quick howto on how > you're expecting we get the git clone pulls into a buildable state? When I
2008 Aug 08
1
Freebsd 7.0-RELEASE-p3 panics
...k_io_initiation (/usr/src/sys/ufs/ffs/ffs_softdep.c:3750). 3745 /* 3746 * Do any necessary pre-I/O processing. 3747 */ 3748 for (wk = LIST_FIRST(&bp->b_dep); wk != NULL; 3749 wk = markernext(&marker)) { 3750 LIST_INSERT_AFTER(wk, &marker, wk_list); 3751 switch (wk->wk_type) { 3752 3753 case D_PAGEDEP: 3754 initiate_write_filepage(WK_PAGEDEP(wk), bp); (kgdb) backtrace #0 doadump () at pcpu.h:194 #1 0x0000000000000004 in ?? () #2 0xffffffff804775f9...