Searched refs:sys_next (Results 1 – 3 of 3) sorted by relevance
41 struct sysparam *sys_next; /* pointer to next */ member
802 sp->sys_next = NULL; in read_system_file()803 sysparam_tl->sys_next = sp; in read_system_file()882 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysvar()915 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in check_system_file()929 for (entry = sysp->sys_next; entry != NULL; in check_system_file()930 entry = entry->sys_next) { in check_system_file()1138 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysctl()1191 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) in mod_sysctl_type()1529 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in setparams()
3845 sysp = sys.sys_next; in sysfile()