Home
last modified time | relevance | path

Searched refs:sys_info (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dsysconf.h48 u_longlong_t sys_info; /* additional information */ member
/titanic_50/usr/src/lib/libfsmgt/
H A DMakefile.com31 sys_info.o sharetab.o nfs_sec.o \
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c628 if (kobj_get_string(&sysp->sys_info, tok1) == 0) { in do_sysfile_cmd()
641 if (kobj_getvalue(tok1, &sysp->sys_info) == -1) { in do_sysfile_cmd()
985 u_longlong_t ul = sysp->sys_info; in sysparam_count_entry()
1224 uint8_t uc = (uint8_t)sysp->sys_info; in set_int8_var()
1251 uint16_t us = (uint16_t)sysp->sys_info; in set_int16_var()
1278 uint32_t ui = (uint32_t)sysp->sys_info; in set_int32_var()
1305 uint64_t ul = sysp->sys_info; in set_int64_var()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3448 straddr = (void *)(uintptr_t)sys.sys_info; in sysfile()
3450 sys.sys_info != 0 && in sysfile()
3456 (uintptr_t)sys.sys_info) != -1) { in sysfile()
3461 "0x%llx [0t%llu]", sys.sys_info, in sysfile()
3462 sys.sys_info); in sysfile()