https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234039
--- Comment #4 from Santhosh Raju <[email protected]> --- Apologies for the delay, but I finally managed to get a debug version of NetBSD/i386 kernel compiled with symbols and got better information to present now (gdb) info line *(0xc091f843) Line 856 of "/home/fox/projects/netbsd/src-i386/sys/kern/vfs_subr.c" starts at address 0xc091f832 <vntblinit+149> and ends at 0xc091f8a9 <vntblinit+268>. (gdb) p vfsinit $1 = {void (void)} 0xc0918f73 <vfsinit> Having a look at the location in the above mentioned file sysctl_createv(clog, 0, &rnode, &cnode, CTLFLAG_PERMANENT|CTLFLAG_READWRITE, CTLTYPE_QUAD, "delay", SYSCTL_DESCR("max time to delay syncing data"), NULL, 0, &syncdelay, 0, CTL_CREATE, CTL_EOL); That is what I come across and it is in the function sysctl_vfs_syncfs_setup(). Hopefully this is more helpful in your analysis. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
