Symbol: sysparam
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3695
struct sysparam *sysp, sys;
usr/src/uts/common/os/modsysfile.c
1019
sysparam_count_entry(struct sysparam *sysp, int *cnt, u_longlong_t *value)
usr/src/uts/common/os/modsysfile.c
102
static void sys_set_var(int, struct sysparam *, void *);
usr/src/uts/common/os/modsysfile.c
1044
sysparam_print_warning(struct sysparam *sysp, u_longlong_t value)
usr/src/uts/common/os/modsysfile.c
1131
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
1186
mod_sysctl_type(int type, int (*func)(struct sysparam *, void *), void *p)
usr/src/uts/common/os/modsysfile.c
1188
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
1203
static void set_int8_var(uintptr_t, struct sysparam *);
usr/src/uts/common/os/modsysfile.c
1204
static void set_int16_var(uintptr_t, struct sysparam *);
usr/src/uts/common/os/modsysfile.c
1205
static void set_int32_var(uintptr_t, struct sysparam *);
usr/src/uts/common/os/modsysfile.c
1206
static void set_int64_var(uintptr_t, struct sysparam *);
usr/src/uts/common/os/modsysfile.c
1209
sys_set_var(int fcn, struct sysparam *sysp, void *p)
usr/src/uts/common/os/modsysfile.c
1258
set_int8_var(uintptr_t symaddr, struct sysparam *sysp)
usr/src/uts/common/os/modsysfile.c
126
static int sysparam_compare_entry(struct sysparam *, struct sysparam *);
usr/src/uts/common/os/modsysfile.c
128
static void sysparam_count_entry(struct sysparam *, int *, u_longlong_t *);
usr/src/uts/common/os/modsysfile.c
1285
set_int16_var(uintptr_t symaddr, struct sysparam *sysp)
usr/src/uts/common/os/modsysfile.c
129
static void sysparam_print_warning(struct sysparam *, u_longlong_t);
usr/src/uts/common/os/modsysfile.c
1312
set_int32_var(uintptr_t symaddr, struct sysparam *sysp)
usr/src/uts/common/os/modsysfile.c
1339
set_int64_var(uintptr_t symaddr, struct sysparam *sysp)
usr/src/uts/common/os/modsysfile.c
1526
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
509
static struct sysparam *
usr/src/uts/common/os/modsysfile.c
512
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
524
sysp = vmem_alloc(mod_sysfile_arena, sizeof (struct sysparam),
usr/src/uts/common/os/modsysfile.c
526
bzero(sysp, sizeof (struct sysparam));
usr/src/uts/common/os/modsysfile.c
766
register struct sysparam *sp;
usr/src/uts/common/os/modsysfile.c
778
sysparam_tl = (struct sysparam *)&sysparam_hd;
usr/src/uts/common/os/modsysfile.c
78
static struct sysparam *sysparam_hd; /* head of parameters list */
usr/src/uts/common/os/modsysfile.c
79
static struct sysparam *sysparam_tl; /* tail of parameters list */
usr/src/uts/common/os/modsysfile.c
877
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
913
struct sysparam *sysp;
usr/src/uts/common/os/modsysfile.c
916
struct sysparam *entry, *final;
usr/src/uts/common/os/modsysfile.c
957
sysparam_compare_entry(struct sysparam *sysp, struct sysparam *entry)
usr/src/uts/common/os/swapgeneric.c
271
preload_module(struct sysparam *sysp, void *p)
usr/src/uts/common/os/swapgeneric.c
77
static int preload_module(struct sysparam *, void *);
usr/src/uts/common/sys/modctl.h
580
struct sysparam;
usr/src/uts/common/sys/modctl.h
586
extern int mod_sysctl_type(int, int (*)(struct sysparam *, void *),
usr/src/uts/common/sys/sysconf.h
41
struct sysparam *sys_next; /* pointer to next */