Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.h81 struct sys_info *ub_get_sys_info(void);
102 void ub_dump_si(struct sys_info *);
H A Dglue.c158 static struct sys_info si;
160 struct sys_info *
165 memset(&si, 0, sizeof(struct sys_info)); in ub_get_sys_info()
455 ub_dump_si(struct sys_info *si) in ub_dump_si()
H A Dapi_public.h111 struct sys_info { struct
H A Dcopy.c71 struct sys_info *si; in uboot_loadaddr()
/titanic_53/usr/src/uts/common/sys/
H A Dsysconf.h48 u_longlong_t sys_info; /* additional information */ member
/titanic_53/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c104 memsize(struct sys_info *si, int flags) in memsize()
121 struct sys_info *si; in meminfo()
549 struct sys_info *si; in command_sysinfo()
/titanic_53/usr/src/lib/libfsmgt/
H A DMakefile.com31 sys_info.o sharetab.o nfs_sec.o \
/titanic_53/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c96 struct sys_info *si; in fdt_platform_fixups()
/titanic_53/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_53/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()