Searched refs:sysparam (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | modsysfile.c | 69 static struct sysparam *sysparam_hd; /* head of parameters list */ 70 static struct sysparam *sysparam_tl; /* tail of parameters list */ 93 static void sys_set_var(int, struct sysparam *, void *); 117 static int sysparam_compare_entry(struct sysparam *, struct sysparam *); 119 static void sysparam_count_entry(struct sysparam *, int *, u_longlong_t *); 120 static void sysparam_print_warning(struct sysparam *, u_longlong_t); 500 static struct sysparam * 503 struct sysparam *sysp; in do_sysfile_cmd() 515 sysp = vmem_alloc(mod_sysfile_arena, sizeof (struct sysparam), in do_sysfile_cmd() 517 bzero(sysp, sizeof (struct sysparam)); in do_sysfile_cmd() [all …]
|
H A D | swapgeneric.c | 77 static int preload_module(struct sysparam *, void *); 271 preload_module(struct sysparam *sysp, void *p) in preload_module()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysconf.h | 42 struct sysparam { struct 43 struct sysparam *sys_next; /* pointer to next */ argument
|
H A D | modctl.h | 573 struct sysparam; 579 extern int mod_sysctl_type(int, int (*)(struct sysparam *, void *),
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3404 struct sysparam *sysp, sys; in sysfile()
|