Searched refs:sys_next (Results 1 – 3 of 3) sorted by relevance
43 struct sysparam *sys_next; /* pointer to next */ member
800 sp->sys_next = NULL; in mod_read_system_file()801 sysparam_tl->sys_next = sp; in mod_read_system_file()847 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysvar()880 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in check_system_file()894 for (entry = sysp->sys_next; entry != NULL; in check_system_file()895 entry = entry->sys_next) { in check_system_file()1103 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysctl()1156 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) in mod_sysctl_type()1494 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in setparams()
3463 sysp = sys.sys_next; in sysfile()