Home
last modified time | relevance | path

Searched defs:sysparam (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysconf.h40 struct sysparam { struct
41 struct sysparam *sys_next; /* pointer to next */ argument
42 int sys_type; /* type of record */
43 int sys_op; /* operation */
44 char *sys_modnam; /* module name (null if param in kernel) */
45 char *sys_ptr; /* string pointer to device, etc. */
46 u_longlong_t sys_info; /* additional information */
47 char *sys_config; /* configuration data */
48 int sys_len; /* len of config data */
49 ulong_t *addrp; /* pointer to valloced config addresses */
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1186 mod_sysctl_type(int type, int (*func)(struct sysparam *, void *), void *p) in mod_sysctl_type()