Searched refs:sys_next (Results 1 – 3 of 3) sorted by relevance
43 struct sysparam *sys_next; /* pointer to next */ member
798 sp->sys_next = NULL; in mod_read_system_file()799 sysparam_tl->sys_next = sp; in mod_read_system_file()845 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysvar()878 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in check_system_file()892 for (entry = sysp->sys_next; entry != NULL; in check_system_file()893 entry = entry->sys_next) { in check_system_file()1101 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysctl()1154 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) in mod_sysctl_type()1492 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in setparams()
3469 sysp = sys.sys_next; in sysfile()