Searched refs:sys_next (Results 1 – 3 of 3) sorted by relevance
43 struct sysparam *sys_next; /* pointer to next */ member
799 sp->sys_next = NULL; in mod_read_system_file()800 sysparam_tl->sys_next = sp; in mod_read_system_file()846 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysvar()879 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in check_system_file()893 for (entry = sysp->sys_next; entry != NULL; in check_system_file()894 entry = entry->sys_next) { in check_system_file()1102 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in mod_sysctl()1155 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) in mod_sysctl_type()1493 for (sysp = sysparam_hd; sysp != NULL; sysp = sysp->sys_next) { in setparams()
3469 sysp = sys.sys_next; in sysfile()